/* allgemeine auszeichnungen */

body {
font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
color: #373636;
background-color:#9E7F63;
}

a {text-decoration: none; color:#373636;}
a:link {color: #373636;}
a:visited {color: #373636;}
a:hover{color:#9E7F63;}
a:active {color:#9E7F63;}

/* IDs */

#container {
   position: absolute;
   /*margin:0 auto 0 auto;*/ 
   left:50%;
   top:50%;
   width:918px; /* Breite des Elements */
   height:588px; /* Höhe des Elements */
   margin-left: -459px; /* Breite des Elements geteilt durch zwei! */
   margin-top: -294px; /* Höhe des Elements geteilt durch zwei! */
   background-color: #fff;
}
#fotohome{
position:absolute;
width:918px;
height:355px;
background:transparent url(../pics/logo_cw.jpg);
background-position:top left;
background-repeat:no-repeat;
}
#navigation{
position:absolute;
left:50px;
top:177px;
width:100px;
height:70px;
font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height:18px;
color: #373636;
/*background-color: red;*/
}
#text{
position:absolute;
left:445px;
bottom:32px;
width:456px;
height:180px;
/*border:1px solid #000;*/
}

#navigation ul{
list-style-type:none;
padding:0 0 0 0;
margin: 0 0 0 0;
}

#navigation a{
padding-left: 20px;
}
#navigation a:link {
}
#navigation a:hover {
color: #9E7F63;
}
#navigation a:active {
color: #9E7F63;
}
#navigation a#aktiver_button{
color: #9E7F63;
/*font-weight:bold;*/
}

/* CLASSES */
h1{
font-family:"Verdana", Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px;
font-weight:bold;
text-align:left;
color: #9B0101;
}

.small{
font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:15px;
color: #9D7F20;
}