body {font: 62.5%/1.6 Arial, Helvetica, Verdana, sans-serif;}
/* Keine margins, kein padding */
* { margin: 0; padding: 0 }
html { zoom: 1; } /*for IE*/
body { text-align: center } /*fuer IE, undone im wrapper*/
body { background-color: #fff;}

a:link {outline: none;}
a:visited {outline: none;}
a:hover {outline: none;}
a:active {outline: none;}

/* Basic layout
=================================================================================================== */
#wrapper  { background-color: #fff; text-align: left; margin: 0 auto; width: 990px }
#header  { background-color: #fff; background-image: url("images/logo_start.gif"); background-repeat: no-repeat; height: 136px }
.sellang { color: #5b5b5b;font-size:8pt; font-weight:bold; height:24px; float:right; top: 10px; margin-right:19px; position:relative}
.sellang a { color: #A8AAAB;font-size:8pt; text-decoration: none; }
.sellang a:hover { color: #5b5b5b; }

.linkbox {float:right;margin-left:13px; margin-right:19px;top:84px;position:relative}
.linkbox a  { color: #5b5b5b;font-size:1.4em; text-decoration: none; padding-left: 30px; background-image: url("images/pfeil_grau.gif"); background-repeat: no-repeat }
.linkbox a:hover  { color: #000;}

#subheader  {  border-top: 1px solid #959799;border-bottom: 1px solid #959799; width:952px;left:19px; position:relative }
#subheader h1 {color: #5b5b5b; font-size: 1.8em; font-weight:normal; line-height: 2.2em; text-align: right;}
#content { margin-top:20px; margin-bottom:20px; width: 990px; height:305px; }

#footer  { background-image: url("images/bg_startnavi.gif"); background-repeat: no-repeat; height:90px; margin-top: 10px; position: relative; left: 19px; width: 952px }
.navibox {font-size: 1.3em;float:left; width:315px; height:90px;margin-right:2px; }
.navibox h1 {font-size: 1em; font-weight: normal;margin-bottom: -0.3em}
.navibox p {line-height:1.2em;}
.navibox a { color: #5b5b5b; text-decoration: none;display:block;margin-left:50px;padding-top:7px;}
.navibox a:hover {  }

.clear { clear:both }
