body {
	background-color: #D8D8D8;
	background-image: url(img/background3.jpg);
	background-repeat: repeat-x;
        z-index: 0;
        font-family: 'Arial';
}
a {
  text-decoration: none;
  color: #3366AA;
}
#root {
  margin: 0 auto;
  margin-top: 10px;
  width: 990px;
  min-height: 400px;
  border: 0px solid;

  background-image: url('img/background2.jpg');

}
*html #root {
  width: 990px;
  margin-top: -5px;
}

/*  IE7 - AS 24.02.2009 */
*:first-child+html #root {
  width: 990px;
  margin-top: -5px;  
}

#header {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border: 0px solid;
    
  height: 140px;
  
  background-image: url('img/header.gif');
  
}
*html #header {
 margin-top: 0px;
}



#menu {
  margin-left: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  
  float: left;
  width: 178px;  
  min-height: 500px;
  border: 0px solid ;
  border-bottom: none;
}
*html #menu {
  height: 500px;
  margin-left: 12px;
}
#pfad {
  font-size: 8pt;
  
  margin: 0 auto; 

  float: left;
  width: 590px;
  border: 0px solid; 

  padding-left: 5px;
  padding-right: 5px;
  
  font-style: italic;
}
#content {
  font-size: 10pt;

  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  
  float: left;
  width: 570px; 
  min-height: 500px;  
  border-left: 0px solid;  
  border-right: 0px solid;  

  padding-left: 5px;
  padding-right: 5px;

}
*html #content {
  height: 500px;
  width: 589px;
  float: left;
  margin-right: 5px;
  padding-right: 6px;
}
#footer {  
  margin: 0 auto;  
  text-align: center;
  font-size: 8pt;
  
  padding-top: 7px;
  
  width: 990px;
  height: 45px;
  border: 0px solid;
  
  background-image: url('img/footer.gif');
  background-repeat:no-repeat;
}
*html #footer {
  width: 990px;
}


 .news {
  border: 1px solid #c6c6c6;
  width: 170px;  
  float: right;
  margin-right: 25px;
  padding: 1px 1px 1px 1px;  
  min-height: 85px;


}
*html .news {
  width: 180px;
  margin-right: 12px;
  height: 85px;
}


.headline_news {  
  margin-bottom: 3px;  
  padding-left: 5px;
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;
  color: #3366AA;
  font-size: 10pt;
  background-image: url('bg.gif');

}
.headline_news a{
  font-weight: bold;
  text-decoration: none;
  color: #3366AA;
  font-size: 10pt;

}
.small_box {
  padding: 5px 1px 5px 1px; 
  font-size: 8pt;
  margin-left:5px;
  margin-right: 5px;
  margin-top: 1px;
  
  border-bottom: 1px dotted #c6c6c6;
}
*html .small_box {
  font-size: 6pt;
}
.small_box  a{
  font-size: 7pt;
  color: #404040;
  text-decoration: none;
}
*html .small_box a{
  font-size: 6pt;
}
.small_box a:hover {
  color: #f9bb00;
}

*html .small_box:hover {
  color: #f9bb00;

}

.kalender {
  border: 1px solid #c6c6c6;
  width: 170px;  
  float: right;
  margin-right: 25px;
  margin-top: 25px;
  padding: 1px 1px 1px 1px;  
  min-height: 85px;

}

*html .kalender {
  width: 180px;
  margin-right: 12px;
  margin-top: 5px;
  height: 85px;
}

.headline_kalender {
  margin-bottom: 3px;
  padding-left: 5px;
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;

  color: #3366AA;
  font-size: 10pt;

}
.headline_kalender a{
  font-weight: bold;
  text-decoration: none;
  color: #3366AA;
  font-size: 10pt;

}
#einsatzinfo   {
  font-weight: bold;
  color: #3366AA;
  font-size: 12pt;
  height: 50px;
}


.i_l {
	float: left; 
	width: 50%;
}

.i_r {float: right;}
