html, body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.95em;
text-align: center;
margin: 0;
color: #333;
background-color: #CCC;
padding: 0px;
color : #000000;
background-color:#ccc;
}

a:link { color: #003368; }
a:visited { color: #002040; }
a:hover, a:active { color: #fff; background-color: #890C0C; }

h1 { font-weight: bold; font-size: large; margin: 10px 0 2px 0; }
h2 { font-weight: bold; font-size: 110%; margin: 10px 0 2px 0; }
h3 { font-size: 100%; font-weight: bold; margin-top: 10px; }


#container
{
margin:auto;
width: 909px /*775px*/;
text-align: left;
padding: 0 0 0 10px;
background:url(schatten_seite.jpg);
background-repeat: repeat-y;
}

#header
{
/* height: 96px; */
height: 120px;
width : 900px /*766px*/;
background-color:#fff;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}

#header h1
{
font-size: 15px;
text-align: right;
color: #fff;
margin: 0;
padding: 0;
}

#menu { float: left; width: 180px; margin: 5px 0px 1px 5px; /* top right bottom left */ /*padding-top: 5px;*/ overflow:hidden; } 
#menu li {border-top: 1px solid #D6D6D6; }
#menu li a {color: #000; display: block; padding: 5px 5px 5px 0.5em; border-left: 10px solid #890C0C; background-color: #fff; text-decoration: none; }
#menu li a:hover { color: #000; border-left: 10px solid #dddddd; background-color: #890C0C; color: #fff;}
#menu ul { margin-left: 0; padding-left: 0; list-style-type: none; line-height: 120%; }
#menu ul ul { font-size: 80%; color: white; font-weight: normal; padding-left: 10px; list-style-type: none; }
#menu ul ul li a { color: #000; background-color: #fff; line-height: 10px;  }
#menu ul ul ul { font-size: 80%; font-weight: normal; padding-left: 20px; list-style-type: none; font-size: 95%; }	



#contents { 
float: right;
overflow:hidden;
margin: 5px 13px 5px 3px; /* top right bottom left */
width: 661px /*527px*/;
padding: 10px 10px 10px 10px;
line-height: 125%;
}

#footer
{
float: right;
width : 900px /*766px*/; /* 9 px kleiner als container */
color: #aaa;
background-color: #EEEEEE;
border-top: 1px solid #CECFFF;
padding: 0px;
font-size: 75%;
text-align: right;
margin-right: 10px;
}

#footer a
{
color: #aaa;
}

#webdesign
{
margin-left: -10px;
width: 919px /*785px*/; /*10 px groeßer als container*/
clear: both;
color: #272900;
text-align: right;
font-size: 75%;
background-repeat:repeat-x;
background-image: url(schatten_unten.jpg);
background-color: #CCCCCC;
}


#webdesign a{ color: #000; }
