/* index.css bestand */

html, body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background: #000000;
}



h1 {
padding: 0px 10px;

     font-size:125%;

     color:#900;	

}




p {
padding: 0px 10px;

}




table {
color:#aaaaaa;
       
font-size: 12px;

}


a:link{
background-color : transparent;
color: #900;
text-decoration: none;
font-weight: bold;
}


a:visited{
background-color: transparent;
color: #900;
text-decoration: none;
font-weight: bold;
}


a:hover{
background-color: transparent;
color: #FF6;
text-decoration: none;
font-weight: bold;
}


a:active{
background-color: transparent;
color: #FFF;
text-decoration: none;
font-weight: bold;
}


#home {
margin-left:auto;
margin-right:auto;
width:1000px;
 }
 
#logo {
float:right;
height:40px; 
width:400px; 
background: #000000;
color:#ffffff;
}

#clear {
clear:both;
}

#header {
margin-top:10px; 
width:1000px; 
height:200px; 
background-image:url("../pictures/header1.jpg");
}

#left {
float:left; 
background:#000000 ;
color:#ffffff;
color:#aaaaaa;
width:100px;
min-height:500px;
}

#right {
float:left; 
background:#000000 ;
color:#aaaaaa;
width:800px;
min-height:500px; 
}

#footer {
float:left; 
background:#000000;
color:#aaaaaa;
width:1000px;
min-height:30px;
}
