/* init body */
html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-image: url(../../img/main/tapete.gif);
    background-repeat: repeat;
}

/* init main */
#main {
    width: 800px;
    height: 600px;
    position: absolute;
    margin-left: -400px;
    margin-top: -300px;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    border-color: #000000;
    border: 1px solid;
}

/* struktur main */
#logoline {
    width: 30px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

#rubrik {
    height: 15px;
    position: absolute;
    top: 15px;
    right: 30px;
}

#navi {
    width: 75px;
    height: 540px;
    position: absolute;
    top: 45px;
    left: 45px;
}

#subnavi {
    width: 725px;
    height: 15px;
    position: absolute;
    top: 30px;
    left: 45px;
}

#content {
    width: 635px;
    height: 450px;
    position: absolute;
    top: 75px;
    right: 30px;
}

#farbwahl {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    bottom: 15px;
}

#sprachwahl {
    width: 30px;
    height: 15px;
    position: absolute;
    left: 805px;
    top: 0;
    line-height: 12px;
}

#rolloutlock {
    width: 8px;
    height: 10px;
    position: absolute;
    left: 45px;
    top: 20px;
}

/* struktur content */
.contentstd {
    position: absolute;
}

#passkreuzlo {
    position: absolute;
    top: 60px;
    left: 120px;
    height: 15px;
    width: 15px;
}

#passkreuzro {
    position: absolute;
    top: 60px;
    right: 15px;
    height: 15px;
    width: 15px;
}

#passkreuzru {
    position: absolute;
    bottom: 60px;
    right: 15px;
    height: 15px;
    width: 15px;
}

#passkreuzlu {
    position: absolute;
    bottom: 60px;
    left: 120px;
    height: 15px;
    width: 15px;
}

/* bilder */
.imgblock {
    display: block;
    border: 0;
    margin: 0;
    outline: none;
}

.farbblock {
    border: 0;
    margin: 0;
    background-color: #2C204B;
}

/* textformate */
.txtbg {
    color: #ffffff;
    font-weight: bold;
    background-color: #2C204B;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
}

.txtstd {
    color: #666666;
    font-family: Arial;
    text-decoration: none;
    font-size: 11px;
}

.txtschwarz {
    color: #000000;
    font-family: Arial;
    text-decoration: none;
    font-size: 11px;
}

.txtfarbig {
    color: #2C204B;
    font-family: Arial;
    text-decoration: none;
    font-size: 11px;
}

.txtweiss {
    color: #ffffff;
    font-family: Arial;
    text-decoration: none;
    font-size: 11px;
}

/* links und pseudoklassen */
a {
    outline: none;
}

a.cleanlink {
    text-decoration: none;
}

a.linkstd {
    color: #666666;
    font-family: Arial;
    font-weight: bolder;
    text-decoration: none;
    font-size: 11px;
}

a.linkstd:hover {
    color: #2C204B;
    font-family: Arial;
    text-decoration: none;
    font-size: 11px;
}

/* formularformatierungen */

/* Kontaktformular */

.formcell {
        padding: 0;
         height: 15px;
         margin-bottom: 17px;
         position: relative;
}

.inputlabel {
        position: absolute;
         bottom: -3px;
         margin: 0;
         padding: 0;
}

.inputobject {
        height: 16px;
         position: absolute;
         left: 83px;
         bottom: -6px;
         width: 212px;
         margin-bottom: 0px;
         padding: 0;
         font-family: arial, sans-serif;
         font-size: 11px;
         color: #000000;
}

.inputobject2 {
        height: 131px;
         position: absolute;
         left: 83px;
         bottom: -121px;
         width: 212px;
         margin-bottom: 0;
         padding: 0;
         font-family: arial, sans-serif;
         font-size: 11px;
         line-height: 1.3;
         color: #333b3d;
}
