html {
	overflow-y: scroll;
}

body {
  background-color: rgb(223,223,223);
}

#zentrKasten {
  height:100%;
  min-height:100%;
  width:1000px;
  top:10px;
  margin:auto;
  text-align:left;
  border: 1px solid #446D8C;
  position:relative;
  background-color: rgb(255,255,255);
}

html>body #zentrKasten {height:auto;}

#header {
  width:1000px;
  height:130px;
  overflow:hidden;
  z-index : 100;
  border-bottom: 1px solid #446D8C;
  background-color:rgb(45,76,140);
}

#logo {
  position:absolute;
  top:27px;
  left:281px;
  width:395px;
  height:95px;
}

#banner {
  position:absolute;
  top:8px;
  right:0px;
  width:420px;
  height:90px;
}

#navigation{
  position:relative;/*ie needs this to show float */
  width : 160px;
  float: left;
  padding-left: 5px;
  padding-top: 5px;
}

#content {
  width: 660px;
  float: left;
  padding-left: 5px;
  padding-top: 5px;
}

#rechtespalte {
  position:relative;/*ie needs this to show float */
  float: right;
  width: 160px;
  padding-top: 5px;
  padding-right: 5px;
}

div,p {
  margin-top:0;/*clear top margin for mozilla*/
}

#footer {
  clear:both;
}

p#Fusszeile {
  clear: both;
  font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
  margin: 0; 
  padding: 5px;
  text-align: center;
  background-color:rgb(255,255,255); 
  border-top: 1px solid #446D8C;
}

#NavigationHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: rgb(1,99,196);
  color: rgb(255,255,255);
  height: 17px;
  padding-top: 3px;
  text-align: center;
}

#ContentHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: rgb(1,99,196);
  color: rgb(255,255,255);
  height: 17px;
  padding-top: 3px;
  padding-left: 5px;
}

#NavigationContens {
  background: rgb(235,235,235);;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 5px;
  margin-bottom:5px;
}

#ContentContens {
  background: rgb(235,235,235);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 5px;
  margin-bottom:5px;
}

p {
  font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

a.menu1a:link, a.menu1a:visited, a.menu1a:hover, a.menu1a:active {
  text-decoration: none;
  color: #F58735;
}

.menu1a, {
  background: #C3CBD6;
}

a.menu1:link, a.menu1:visited {
  color: black;
  text-decoration: none;
}

a.menu1:active, a.menu1:hover {
  color: #446D8C; /*F58735*/
  text-decoration: underline;
}
