/* CSS Document */
body {
margin:0px;
padding:0px;
background-image:url(muster2.jpg);
background-repeat:repeat-x;
background-color:#debf79;
}

#links { 
text-align: center; 
font-family:Verdana; 
font-size:10px; 
margin-top:-73px; 
width: 1250px; 
}


a:link { 
text-decoration:underline; 
color:#512d00; 
}

a:visited { 
text-decoration:underline; 
color:#888888; 
}

a:hover { 
text-decoration:underline;
color:#e74c00; 
}

#footer { 
font-family:Verdana; 
font-size:10px; 
color:#FFFFFF; 
margin-top:20px; 
margin-left:170px; 
width: 1110px;
}









