body {
    color: black; 
    background-color: white;
    font-size: 11px;
    font-family:Verdana,Arial,sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    background: #FFFFFF;
    text-align: left;
  }

td {
    color: black; 
    background-color: white;
    font-size: 11px;
    font-family:Verdana,Arial,sans-serif;
    margin-bottom:20px;
  }

  div#Seite {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 100%;
    padding: 0;
    border: 0px;
  }
 
  html>body div#Seite {
    border-color: white;  /* Farbangleichung an den Internet Explorer  */
  }
  
  .cleaner {
	clear:both;
	overflow:hidden;
}

.blockblue {
	position:absolute;
	background-color:#4688AA;
	top:0px;
	left:0px;
	z-index:998;
	width:100%;
	height: 253px;
}

.contentframe {
	position:absolute;
	top:253px;
	left:0px;
	z-index:998;
	width:auto;
	height: auto;
	text-align:right;

	
}

.logo1 {
	position:absolute;
	margin-left: 144px;
	height: 23px;
	z-index:998;
}

.logo2 {
	position:absolute;
	top:253px;
	left:144px;
	z-index:999;
	width:300px;
	height:19px;
	float: left;
}

.navigation {
	z-index:999;
	width:96px;
	text-align: bottom;

}

.startbild {
	z-index:999;
	float:right;
	clear: both;
}

.bildleft {
	background-color:#FFFFFF;
	z-index:0;
	margin-top: 0px;
	left: 0px;
}


a {
	color:#1F2531;
	font-weight:bold;
	text-decoration:none;
}
a:link {
	color:#1F2531;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#4688AA;
	font-weight:bold;
	text-decoration:none;
}
