body { 
  margin:0px;
  padding:0px;
  font:normal 11px Arial,sans-serif;
  color: black;
  background: white;
  text-align:center;
}
h1{
  font-size:14px;
  color:#4F7490;
  background:#D0D7DD;
  padding:0px 0px 22px 0px;
  margin:0px;
}
a img{
  border:0;
}
p{
  margin:0px;
  padding:0px;
}
#box_frame{
  margin:auto;
  width:1024px;
  height:auto;
  background-image: url(../img/bkg_home_1.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0 ;
}
#box_head{
  position:relative;
  height:130px;
  text-align:left;
} 
#logo{
  position:absolute;
  width:251px;
  height:76px;
  top: 65px;
  left:0;
}
#upper_servicenavi{
  position:absolute;
  width:744px;
  height:76px;
  top:0px;
  right:0px;
  text-align:right;
}
#upper_servicenaviInner{
  position:relative;
  display:inline;
  width:auto;
  padding-right:17px;
  padding-top:14px;  
  float:right;
}
#upper_servicenaviSearch{
  position:relative;
  display:inline;
  width:220px;
  padding-right:17px;
  padding-top:10px;  
  float:right;
}
#upper_servicenaviInner a{
  color: #737476;
  text-decoration:none;
}
.topServNavSpacer{
  margin:0px 9px 0px 8px;
}
.topServNavSpacer img{
  width:1px;
  height:0.7em;
}
#box_content{
  height:auto; /* auf min-height achten !!!*/
  text-align:left;
  color: #fff;
}

#socialNavi{
  position: absolute;
  left:900px;
  top:507px;
  color: #999999;
  font-weight: bold;
  font-size: 13px;
}
#socialNavi div{
  margin-bottom:8px;
}
#socialNavi a{
  margin-right:3px;
}
#brandNavi{
  /*
  background: transparent url(../img/brandNavBckg.jpg) no-repeat;
  height:226px;
  padding-left:125px;
  */
  position: absolute;
  bottom: 52px;
  left:14px;
}

#brandNavi a{
  position:absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  display:block;  
  font-size:19px;
  color:#a7a7a7;
  text-decoration:none;
}
#brandNavi div{
  width:260px;
  height:90px;
  margin-right:7px;
  float:left;
  position: relative;
}

#brandNavi img{
  display:block;  
  margin-bottom:4px;
}

#content_frame{
  position:relative;
  width:auto;
  height:638px;

}

#content{
  position:relative;
  width:auto;
  height:auto;
  margin-left:22px;
}
.pseudo{
  float:none;
  clear:both;
}
#news_frame{
  position:absolute;
  bottom:0px;
  right:0px;
  height:auto;
  width:1024px;
  background-color: #007caf;
}
table.typo3-adminPanel tr{
  text-align:left;
}
/*
*
*  Suchbox im Head
*
*/

#searchInput{
   height:18px; 
   width:130px; 
   background:#000;
   color:#fff;
   border:1px solid #00A6EB;

}
a#submitText{
  text-decoration:none;
  font:normal 11px Arial,sans-serif;
  color:#fff;
  margin-left:9px;
}
