html
{
  height:100%;
}

body, html
{
  color:#ffffff;
  font-size:11px;
  font-family:Verdana, Arial, sans-serif;
  height:100%;
  width:100%;
  margin:0px;
  padding:0px;
  background-color:#000000;
  /*scrollbar-base-color:#7FC9EC;
  scrollbar-3dlight-color:#3498CC;
  scrollbar-arrow-color:#19218C;
  scrollbar-darkshadow-color:#3498CC;
  scrollbar-face-color:#3498CC;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#A5D3E9;*/
}

#box
{
  width:770px;
  min-height:680px;
  margin:0px auto;
  padding:0px;
  background-color:#000000;  
  border:solid 1px  #FF8908;

}
* html #box 
{  /* Korrektur fuer IE 5.x */
  height:680px;
}
#head
{
  height:120px;
  width:770px;
  padding:0px;
  margin:0px;
  background-image:url(images/head.jpg);
  background-repeat:no-repeat;
  background-color:#000000;
  border-bottom:solid 1px #FF8908;    
}

#menu
{
  width:100%;
  height:22px;
  margin:0px;
  border-top:solid 1.5px #000000;
}
* html #menu 
{  /* Korrektur fuer IE 5.x */
  padding-top:3px;
}

table#navi 
{
  color:#000000;
  font-size:13px;
  font-family: Verdana, Arial, sans-serif; 
  font-weight: normal;
  background-color: #FF8908;
  margin:0px; 
  text-align:center;
  padding-left:0px;
}
* html table#navi 
{  /* Korrektur fuer IE 5.x */
  font-size:13px;
  padding-top:3px;
}
table#navi a, table#navi span 
{
  margin:0px; 
  padding:0px;
  text-decoration:none; 
  font-weight:bold;
  color:#000000;
  font-family:Verdana, Helvetica, Arial, sans-serif;
}

table#navi a:hover 
{
  color:#ffffff;
}
table#navi span
{
  color:#ffffff;
}
.naviborder
{
	border-left:solid 1px #000000;
}
#inhalt
{
  height:530px;
  padding:70px 30px 0px 410px;
  margin:0px;
  background-color:#000000;
  line-height:130%;
  font-size:13px;
  font-family:Verdana, Helvetica, Arial, sans-serif;  
  background-image:url(images/hintergrund.jpg);
  background-repeat:no-repeat;
  border-top:2px solid #000000;
  border-bottom:2px solid #FF8908;
}
html>body #inhalt
{
  min-height:530px;
  padding:70px 30px 0px 410px;
  margin:0px;
  background-color:#000000;
  line-height:130%;
  font-size:13px;
  font-family:Verdana, Helvetica, Arial, sans-serif;  
  background-image:url(images/hintergrund.jpg);
  background-repeat:no-repeat;
  border-top:2px solid #000000;
  border-bottom:2px solid #FF8908;
}

#inhalt_equipment
{
  min-height:530px;
  padding:30px 30px 20px 270px;
  margin:0px;
  background-color:#000000;
  line-height:130%;
  font-size:13px;
  font-family:Verdana, Helvetica, Arial, sans-serif;  
  border-top:2px solid #000000;
  border-bottom:2px solid #FF8908;
  background-image:url(images/hintergrund_equipment.jpg);
  background-repeat:no-repeat;  
}
* html #inhalt 
{  /* Korrektur fuer IE 5.x */

}
 #inhalt_equipment td
{
	border:solid 1px #FF8908;
}
a
{
  color:#FF8908;
  text-decoration:none;
}
a:hover
{
  color:#FF8908;
  text-decoration:underline;
}
#bottom
{
  height:18px;
  padding:3px 8px;
  background-color:#FF8908;
  border-top:2px solid #000000;
  font-size:11px;
  color:#000000;
  font-family:Verdana, Helvetica, Arial, sans-serif;
  margin-bottom:0px;
}

#bottom a
{
  
  color:#000000;
  text-decoration:none;
  margin-bottom:0px;
}
#bottom a:hover
{
  color:#000000;
  text-decoration:none;
}
#service
{
	padding-left:60px;
}
#contañt
{
	padding-left:60px;
}

.ueberschrift
{
  color:#ffffff;
  font-size:15px;
  font-family: Verdana, Arial, sans-serif; 
  font-weight: bold;
}
hr
{
  background-color:#7FC9EC;
  height:2px;
  border:1px solid #7FC9EC;
  width:350px;
}

