@charset "utf-8";
/* CSS Document */

/* DESIGN AUFBAU */

body {
	height: 100%;
	color: #666666;	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #ebf2fa;
	margin: 0px auto;	
}

#background
{
	height: 100%;	
	min-height: 650px;
	width: 100%;
	margin: 0px auto;		
	position: relative;	
	background: url(../images/background.gif);
	background-repeat: repeat-x;			
	text-align: center;
}

#container {
	min-height: 650px;	
	height: 100%;
	width: 988px;
	margin: auto;		
	top: 20px;
	padding: 5px;
	position: relative;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #6b93c3;
}

#page {		
	width: 974px;
	min-height: 690px;
	margin: auto;
	position: relative;
	text-align: left;
	background: url(../images/footer_background.jpg) repeat-x bottom;	
	padding-bottom: 20px;	
}

#header {
	background: url(../images/logobg.jpg) no-repeat;	
	height: 149px;
	width: 974px;	
	/*background-color: #FFFFFF;*/
	position: relative;		
}

#header ul 
{	
	float:right;
	margin-top: 15px;
	margin-bottom: 10px;
	list-style: none;
}

#header #BHS_Header
{	
	top: 0px;
	left: 0px;	
}

#header li.topmenue {
	float: left;	
	background:url(../images/topmenu-aufzaehlung.gif) no-repeat;
	padding:0px 9px 0px 9px;
}

#logo {	
	width: 124px;
	height: 92px;	
	right: 0px;	
	background-color: #0e6ece;	
	position: relative;	
	background: url(../../../images/default/blue/logo_kis.gif) no-repeat;	
	float: right;
}

#menu 
{
	height: 41px;	
	position: relative;	
	width: 974px;
	margin-top: 1px;			
	z-index:1;	
}

#main 
{	
	position: relative;
	padding: 0px;
	width: 100%;		
	margin-top: 9px;			
	z-index: 2;		
}

#contentLeft
{
	min-height: 480px;
	position: relative;		
	left: 0px;
	margin-right: 5px;
	width: 240px;
	float: left;
}

#contentMiddle
{
	min-height: 480px;
	position: relative;	
	width: 485px;
	float: left;	
}

#contentRight
{
	min-height: 480px;
	position: relative;	
	width: 240px;
	float: right;	
	right: 0px;	
}

#content td p 
{
	margin: 1px;	
}

#footer 
{
	top: 28px;
	position: relative;		
	width: 1000px;
	text-align: right;		
	/*background-color:#FFFFFF;*/
	clear:both;
	
}

#footer ul 
{	
	float: right;
	margin-top: 0px;
	list-style: none;
	margin-right: 10px;	
}

#footer li.Firstfootermenue {
	float: left;		
	padding:0px 7px 0px 7px;
}

#footer li.footermenue {
	float: left;	
	background:url(../images/footermenu-aufzaehlung.gif) no-repeat;
	padding:0px 7px 0px 7px;
}

#end {
	clear:both;
	display:block; 
	height:0;
	overflow:hidden;
}
/* END */