#container{
}
#header{
	height: 146px;
	background: url('../_gfx/header_bg.jpg') no-repeat top left;
}
#logo{
	width: 295px;
	height: 95px;
	padding: 13px 0 12px 11px;
}
#middle{
	clear:both;
	background: url('../_gfx/submenu_bg.gif') top left repeat-x;

}
#menu{
	display:block;
	height: 25px;
	line-height: 1px;	
	font-size: 1px;		
	list-style-type: none;
	margin:0; padding:0;
	padding-left: 190px;	
}
#menu li{
	float:left;
	margin:0; padding: 0;
}
#menu li.ausstellung{
	display: none;
}
#leftpanel{
	width: 190px;
	float:left;
}

#servicemenu{
	margin: 0; padding: 0;
	width: 190px;
	list-style-type: none;
	list-style-position:outside;
	list-style-image: none;
	border-bottom: 1px solid #C90710;	
} 
#servicemenu li{
	margin:0; padding:0;
	border-top: 1px solid #C90710;
	*float:left;
	line-height: 1.4em;
	width: 100%;
}
#servicemenu a{
	text-decoration: none;	
	display: block;
	padding:  4px 0px 4px 11px;
	color: #C90710;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 0.9em;
	background-color: #FAE2DE;
}
#servicemenu ul{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0; padding:0;
}
#servicemenu ul a{
	color: #000;
	font-weight:normal;
	padding-left: 26px;
	background: #FFF url('../_gfx/servicenavi_arrow.gif') 12px center no-repeat;	
}
#servicemenu a:hover{
	background-color: #FAE2DE;
}
#servicemenu .active a{
	font-weight:bold;
	background-color: #FAE2DE;
}
#main{
	width: 585px;
	float:left;
	background: url('../_gfx/submenu_bg_left.gif') top left no-repeat;
}
#submenu{
	height: 30px;
	line-height: 30px;
	color: #FFF;
	padding: 0 20px;
}
#submenu a{
	color: #FFF;
	text-decoration: none;	
}
#submenu a:hover{
	text-decoration: underline;
}

#submenu a.active{
	font-weight:bold;
}

#content{
	padding: 0 0 0 15px;
}
.clear{
	clear: both;
	float: none;
}
#footer{
	clear:both; float:none;
	margin: 3em 0 1em 0;
	padding: 0.5em 0.5em;
	border-top: 1px solid #C90710;
	font-size: 0.9em;
}

