body {
margin : 10px; 
padding : 10px; 
background-image :  url("grafiken/background.jpg"); 
background-repeat : repeat; 
background-attachment : fixed; 
text-align : center; 
font : normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
} 
#outer {
position : relative; 
text-align : left; 
width : 653px; 
margin : auto; 
padding : 0; 
} 
#hdr {
height : 120px; 
margin : 0; 
padding : 0; 
text-align : center; 
} 
#bar {
width : 650px; 
height : 20px; 
border : medium solid #000000; 
border-width : 1px; 
background-image :  url("grafiken/button.jpg"); 
background-repeat : repeat; 
margin : 0; 
padding : 0; 
} 

#bodyblock {
border : medium solid #000000; 
border-width : 0 1px 1px 1px; 
background : #dcdcdc; 
width : 650px; 
padding : 0; 
position : relative; 
height : auto; 

} 
#l-col {
float : left; 
width : 130px; 
text-align : left; 
margin-left : 5px; 
margin-top : 5px; 
padding : 0; 
} 

a:link{color:#FF0099; text-decoration:none;}
a:visited{color:#FF0099; text-decoration:none;}
a:hover{color:white; text-decoration:none; background:#FCB002;}
a:active{color:black; text-decoration:none;}

#cont {
position : relative; 
height:auto;
background : white; 
border : medium solid #000000; 
border-width : 0 0 0 1px; 
padding: 10px;
margin-left: 161px;
text-align:left;
} 
ul{ list-style-image: url("grafiken/pfeil.gif");}
#ftr {
border : 0 solid #000000; 
border-width : 0 0 0 0; 
height : 20px; 
/*background-image : url("button2.jpg"); 
background-repeat : repeat; */
margin : 0; 
width : 650px; 
} 
#navcontainer {
padding : 0; 
margin : 0; 
} 
#navcontainer ul {
margin:0;
padding : 0; 
list-style-type : none; 
border : 0 none inherit; 
} 
#navcontainer ul li {
display : block; 
float : left; 
text-align : center; 
padding : 0; 
margin : 0; 
} 
#navcontainer ul li a {
background-image :  url("grafiken/button.jpg"); 
background-repeat : repeat; 
width : 80px; 
height : 20px; 
border-left : 0 solid black; 
border-right : 1px solid black; 
padding-top : 0; 
text-decoration : none; 
display : block; 
text-align : center; 
color : white; 
font : normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
} 
#navcontainer ul li a:hover {
background-image :  url("grafiken/button2.jpg"); 
background-repeat : repeat; 
} 
#navcontainer li#active a {
background-image :  url("grafiken/button3.jpg"); 
background-repeat : repeat; 
} 
