/* CSS Document */

body {
    background-color: #FCF1E2;
}

a:link {
    text-decoration:none; font-weight:bold; color:#000000;
}

a:visited {
    text-decoration:none; font-weight:bold; color:#000000;
}

a:hover {
    text-decoration:none; font-weight:bold; background-color:#FFE4C4;
}

a:active {
    text-decoration:none; font-weight:bold; background-color:#fc9a1c;
}

a:focus {
    text-decoration:none; font-weight:bold; background-color:#FFE4C4;
}

hr {
    background:#000055 none repeat scroll 0%;
    border: 1px solid #000055;
}

img {
    border: 0;
}

input#kontakt {
    
}

textarea#text {
    
}


#fenster {
    width: 900px;
    height: 615px; 
    border: 3px;
    background-image: url(../images/hintergrund.gif);
    background-color: #ffffff;
}

#kopfzeile {
    height: 85px;
    width: 900px;
    position: relative;
    top: 0px;
    text-align: center;
    padding-top: 15px;
    font-size: 200%;
    font-weight: bold;
}

#logo-oben {
    position: absolute;
    top: 15px;
    left: 22px;
    width: 187px;
    height: 70px;
    z-index: +1;
    background-repeat:no-repeat;
    background-position:top right;
}

#gruendung {
    position: absolute;
    top: 50px;
    right: 22px;
    width: 100px;
    height: 20px;
    z-index: +1;
    font-size: 60%;
    font-weight: bold;
    text-align: right;
}

#menue {
    height: 37px;
    width: 900px;
    position: relative;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
}

#untermenue {
    position: absolute;
    height: 37px;
    width: 900px;
    padding-top: 10px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
}

#sprache {
    position: absolute;
    top: 11px;
    left: 22px;
    text-align: left;
    width: 150px;
    height: 20px;
    border: 0px none;
}

#inhalt {    
    position: relative;
    text-align: center;
    padding: 30px;
    font-size: 105%;
    font-weight: bold;
}

#container {
    position: relative;
    margin-top: 80px;
    width: 600px;
    height: 350px;
    background: url(../images/bg-transparent.png) repeat;
}

#impressum {
    font-size: small;
}

#disclaimer {
    margin-left: 10px;
    padding-right: 10px;
    font-size: 60%;
}