body {
	text-align:center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #536A96;

	overflow:hidden;
	/*scrolling: no;
	scrollbar-base-color:#000000;
  	scrollbar-3dlight-color:#355084;
  	scrollbar-arrow-color:#355084;
  	scrollbar-darkshadow-color:#FFFFFF;
  	scrollbar-face-color:#A9CBED;
  	scrollbar-highlight-color:#A9CBED;
  	scrollbar-shadow-color:#355084;
  	scrollbar-track-color:#FFFFFF;*/

}

.fussnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #536A96;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #536A96;
	margin-bottom:20px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #536A96;
	text-decoration:underline;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #536A96;
	text-decoration:underline
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #536A96;
	text-decoration:none;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #536A96;
	text-decoration:underline;
}

#main {
	margin:auto;
	width:800px;
	height:550px;
	text-align:left;
	border:1px solid #0A2B6A;
	overflow:hidden;
	
}

#banner {
	height:128px;
	width:100%;
	background: url(../img/top.gif) no-repeat;
}

#middle {
	width:100%;
	height:362px;
}

#menu {
	width:120px;
	height:100%;
	padding-left:10px;
	padding-top:62px;
	float:left;
	background: url(../img/menu/menu_back.gif) no-repeat;
	background-position:3px 53px;
}

.punkt {
	height:20px;
}

#inhalt {
	width:650px;
	height:362px;
	float:right;
	padding-right:15px;
	overflow:auto;
	
}


#bottom {
	height:60px;
	width:100%;
	background: url(../img/bottom.gif) no-repeat;
}

	