/* CSS Document */

/* Seite 0 */ 
html {
	font-size: 101%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	text-align: left;
	height:100%;
  }
body {
	padding:0;
	min-height:101%;
}
  
#seitenrahmen {
	width:1024px;
	padding:0;
	margin:auto;
 } 
 
 /*  Rahmen um Navioben */ 
#naviblock2 {
	width:1024px;
	height:100px;
	float:left;
	background-color: #FFFFFF;
} 
#naviblock2a {
	width:620px;
	height:100%;
	text-align:left;
	float:left;
	background-image: url(../gif/hellblau.jpg);
	background-repeat: repeat-y;
} 
#naviblock2b {
	width:404px;
	float:left;
}


#haupt {
	width:1024px;
	background-color: #FFFFFF;
}

#haupta {
	width:220px;
	height: 460px;
	text-align:left;
	float:left;
	background-image: url(../gif/hellblau.jpg);
	background-repeat: repeat-y;
} 
#hauptb {
	width:544px;
	float:left;
	padding-left:10px;
	padding-right:50px;
	background-color: #FFFFFF;
}
#hauptc{
	width:180px;
	padding:10px;
	float:left;
	background-color: #FFDCB9;
	margin-top:19px;
}

#bod {
	width:1024px;
	height:22px;
	float:left;
	margin-top:5px;
	background-color: #CDEFF5;
}
