/* CSS Document */
body {
  margin: 0;
  padding: 2px;
  font-family: verdana,sans-serif;
  background-color: #ffffff;
  color: #404040;
}

/***************************************************************************************************/
/*Styles die nur die Links betreffen:*/
/***************************************************************************************************/ 
a{
  font-weight:bold;
  color:#707070;
  text-decoration:none;
}
a:hover{
  color:#ff3300;
  }
/*muss ich extra für den IE angeben sonst nimmt er nicht den a-Style für die verlinkten Bilder*/
a img{
  border: solid 2px #707070;
}
a:hover img{
  border: solid 2px #ff3300;
  }
/*wird als class notiert: im a-Tag des aktuellen Menue-Punktes*/
.active_link{
  color: #ff3300;
  text-decoration:underline overline;
}
/***************************************************************************************************/  
/*Ende Styles die nur die Links betreffen!*/
/***************************************************************************************************/ 

/*Main-Container ist nur zum zentrieren der Präsens da*/
#main_container{
  margin: auto;
  width: 920px;
  background-color: #E9E9E9;
  overflow: hidden;
  /*background-image: url("pics/background_red.jpg");*/
}
/*Headbereich*/
#head_container{
  background-image: url("pics/head.jpg");
  height: 80px;
  background-color:#ffffff;
  border: solid 1px silver;    
  width:920px;
  overflow: hidden;        
}

#head_bar{
  clear: both;
  font-size: 12pt;
  padding: 0px;
  /*background-color:RGB(51,97,155); */
  background-image: url("pics/foot.jpg"); 
  width:920px;
  height: 20px; 
  overflow: hidden;           
}
/***************************************************************************************************/  
/*Menue:*/
/***************************************************************************************************/ 
#menue{
  font-size: 10pt;
  padding: 10px;
  background-image: url("pics/test.gif");
  /*background-color:#ffffff;*/
  /*border: thin 1px #404040; */
  border: solid 1px silver; 
  width: 150px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*Menue ist als Liste formatiert*/
#menue ul{
  list-style-type: none;
  margin: 0;
  padding: 0; 
  line-height: 200%;     
}
/***************************************************************************************************/  
/*Menue Ende!*/
/***************************************************************************************************/

/*Styles des Content-Container*/
#content_container{
  border: solid 1px silver;
  font-size: 10pt;
  padding: 10px;
  float: left;
  /*border: thin 1px #404040; */
  background-color: #ffffff;
  width: 500px;
 
  margin-left: 10px;
}

#content_right{
  border: solid 1px silver;
  font-size: 10pt;
  color: rgb(255,255,255); 
  width: 175px;
  float: right;
  margin-left: 10px;
  background-color: #ffffff;
}
/***************************************************************************************************/ 
/*Styles für die im Content-Container erstellten Inhalte:*/
/***************************************************************************************************/
/*wird in allen Seiten genutzt*/
h3{
  text-align: left;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 16px;
}

/*FOOT*/
#foot_container{
  clear: both;
  font-size: 12pt;
  padding: 0px;
  /*background-color:RGB(51,97,155); */
  background-image: url("pics/foot2.jpg");
  /*border: solid 1px #606060;*/ 
  width:920px;
  height: 20px; 
  overflow: hidden;           
}
#head_bar{
  clear: both;
  font-size: 12pt;
  padding: 0px;
  /*background-color:RGB(51,97,155); */
  background-image: url("pics/foot.jpg"); 
  width:920px;
  height: 20px; 
  overflow: hidden;           
}

#main_content{
border: thin 1px blue;
float: right;
margin-top: 10px;

}
