body{
	text-align: center;
	background-color: #DBE7ED;
}
#container{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#header{
	height: 130px;
	margin-bottom: 17px;
}
#leftpan{
	width: 180px;
	float:left;
	min-height: 100px;
}
#mainpan{
	width: 380px;
	float:left;
	padding: 0 10px;
	min-height: 100px;
}
#mainpan.fullsize{
	width: 570px;
	padding-right: 0;
}
#rightpan{
	width: 180px;
	float:left;
	min-height: 100px;
}
.tab{
	display: block;
	width: auto;
	padding: 5px 20px 5px 10px;
	line-height: 10px;
	background: #FFF url('../_gfx/shadow_tab.gif') top right no-repeat;
	float:left;
}
.tab strong{
	color: #0099CC;
}
.content{
	clear:both;
	background-color: #FFF;
}
#leftpan .tab{
	background-color: #EBF7FD;
}
#searchbox{
	background-color: #EBF7FD;
	padding: 5px 10px 10px 10px;
}

#searchbox #searchterm{
	height: 16px;
	border: 1px solid #09C; 
	padding: 2px;
	width: 120px;
}
#mainpan .content{
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	padding: 10px 20px;
}

#menu{
	width: 100%;
	margin: 0; padding:0;
	list-style-type: none;
	list-style-position:outside;
	list-style-image:none;	
}

#menu li{
	margin:0; padding:0;
	line-height: 1.5em;
}
#menu a{
	font-weight: bold;	
	text-decoration: none;	
	color: #003A77;
	background-color: #FFF;
	display: block;
	padding:  2px 0px 2px 20px;
	border-top: 1px solid #DBE7ED;	
	background: url('../_gfx/arrow.gif') 11px center no-repeat;	
}
#menu .active a{
	background-color: #EBF7FD;	
}
#menu a:hover, #menu .active ul a:hover{
	background-color: #EBF7FD;	
}
/* Fix IE. Hide from IE Mac \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */
#menu ul{
	margin:0; padding:0;
	list-style-type: none;
	list-style-position:outside;
	list-style-image:none;	
}
#menu .active ul a{
	padding-left: 32px;
	background: #FFF url('../_gfx/arrow_sub.gif') 20px center no-repeat;
	font-weight: normal;		
}
#menu ul .active a{
	background-color: #EBF7FD;	
}
#servicenavi{
	border-top: 1px solid #DBE7ED;	
	background-color: #EBF7FD;
	padding: 0 5px;
	line-height:200%;
	text-align:right;
	font-size:0.9em;
}
#servicenavi a{
	text-decoration: none;
}
#rightpan .content{
	padding: 10px 10px 10px 10px;
}
.bordered{
	padding: 9px;
	border: 1px solid #CBD4D6;
	margin-bottom: 10px;
}


