html, body{
  height:100%;
  margin:0;
  padding:0;
}
div#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 5;
	display: none;
	cursor: pointer;
}
div#relaunch {
	position: absolute;
	width: 464px;
	height: 516px;
	left: 50%;
	margin-left: -232px;
	top: 50%;
	margin-top: -232px;
	z-index: 10;
	display: none;
}
div#relaunch img { border: none; }
a#close {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	cursor: pointer;
}
#spacer, #center{
  position:absolute;
  margin:0;
  padding:0;
}

#spacer{
  width:100%;
  height:100%; 
  min-width:804px;
  min-height:519px;
}

* html #IEspacer {
  width:804px;
  height:519px;
}

#center {
  background-color: #FFFFFF;
  padding:0; 
  width:800px;
  min-height:515px;
  position:absolute;
  top:50%;                  
  left:50%;
  margin:-257px 0 0 -400px; 
}
#centerIndex {
  padding:0; 
  width:800px;
  min-height:515px;
  position:absolute;
  top:50%;                  
  left:50%;
  margin:-257px 0 0 -400px; 
}

* html #center {
  height:515px;
}


body {
	background-color: #DDDDDD;
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.head{
	position:absolute;
	width: 800px;
	height: 98px;
	border-bottom: 6px solid #336699;
	background-color: #FFFFFF;
}
div.navi{
	position:absolute;
	top: 30px;
	left: 50px;
}
div.logo{
	position:absolute;
	top: 26px;
	left: 600px;
}
div.content{
	position:absolute;
	top:104px;
	left:0px;
}
.head{
	font-size: 14px;
	font-weight: normal;
	color: #CC3300;
}
.copy{
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	line-height: 16px;
}
.footer{
	font-size: 9px;
}
.leerzeile{
	line-height: 8px;
}
div.links{
	width: 50px;
	height: 411px;
	background-color: #336699;
}
div.soft{
	overflow:hidden;
	position: absolute;
	top: 0px;
	left: 50px;
	width: 319px;
	height: 411px;
	background-repeat:no-repeat;
	background-color: #b7c2d6;
}
div.bildGross{
	position: absolute;
	top: 0px;
	left: 369px;
	width: 431px;
	height: 305px;
	background-color: #336699;
}
div.bilderRahmen{
	position: absolute;
	top: 305px;
	left: 369px;
	width: 431px;
	height: 106px;
	background-color: #336699;
}
div.bilderKlein{
	position: absolute;
	top: 15px;
	left: 25px;
	/*left: 135px;*/
}
div.subnavi{
	position: absolute;
	left: 15px;
	top: 8px;
	height: 40px;
}
div.textContainer{
	position: absolute;
	left: 15px;
	top: 40px;
	height: 361px;
	width:300px;
	overflow: hidden;
}
div.text{
	position: absolute;
	left: 15px;
	top: 38px; /* war 40px */
	width: 300px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	height: 358px;
	
}
li{
	list-style-type:square;
	margin:0px;
	padding:0px;
}
ul{	
	list-style-type:square;
	margin-left:25px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0px;
}

a {
	color:#336699;
}


