body {
background-color : #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
color : #000000;
font-weight : normal;
font-size : 12px;
}

#page {
margin: auto;
width: 666px;
border: 0px none;
padding: 0;
background-color: #ffffff;
}
#pagehead {
    background-color : #CCCCCC;
    /*background-image: url(/img/turboinflader-logo2.jpg);*/
    height:80px;
    color : #8b4513;
    font-weight : bold;
    font-size : 50px;
    font-family: verdana, sans-serif;
    padding-top:20px;
    text-align:center;
}

#pagecontent {
  border: 5px solid #8b4513;
  background-color: #CCCCCC;
}
 #innerpagecontent {
   position:relative;
   margin:5px;
   padding:5px;
   background-color: #6b8e23;
   margin-bottom:0px;
   height:400px;
   overflow:auto;
 }
 #innerpagecontent img {
   padding-right:5px;
   padding-bottom:5px;
   float:left;
 }

 #innerfoot {
   position:relative;
   margin:5px;
   padding-top:5px;
   background-color: #6b8e23;
   text-align:center;
   font-size:9px;
   vertical-align:bottom;
   margin-top:0px;
 }
 #box1 {
   float:left;
   width:300px;
   padding:2px;
 }
 #box2 {
   float:right;
   width:300px;
   padding:2px;
 }
 #innerfoot a {
   font-size:9px;
   color: #000000;
   text-decoration:underline;
 }
 #innerfoot a:hover {
   font-size:9px;
   color: #ff8c00;
   text-decoration: underline;
 }
 
 
a {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration:underline;
}
a:hover {
  color: #ff8c00;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

#ueberschrift {
  font-size:16px;
  font-weight:bold;
  padding-bottom:15px;
  color:#ff6347;
}