/* Farben: #666666, #999999, #858585 */

body {
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5em;
text-align:center;
background-color:#666666;
background-image:url(grafiken/struktur/hintergrund.gif);
}

a:link {
color:#000000;
text-decoration:underline;
}
a:visited {
color:#000000;
text-decoration:underline;
}
a:hover {
color:#000000;
text-decoration:none;
}
a:active {
color:#000000;
text-decoration:underline;
}

#rahmen {
width:950px;
margin:0px auto;
text-align:left;
background-color:#999999;
}
#titel {
width:950px;
height:178px;
background-color:#666666;
background-image:url(grafiken/struktur/centurylogo.jpg);

}
#menue {
width:194px;
padding:3px;
float:left;
}
#inhalt {
width:544px;
padding:3px;
margin-bottom:40px;
float:left;
}
#spalte-rechts {
width:194px;
padding:3px;
float:right;
}
#fuss {
clear:both;
width:944px;
height:39px;
padding:3px;
padding-top:25px;
background-color:#666666;
background-image:url(grafiken/struktur/h-fuss.gif);
background-repeat:repeat-x;
text-align:center;
}