body {
	background: url(../img/background.png) repeat-x;
}

#maincontainer {
	width: 965px;
	margin: 0px auto;
}

#header {
	width: 965px;
	height: 180px;
}

#printheader {
	display: none;
}

#leftheader {
	float: left;
	width: 745px;
	height: 180px;
}

#logo { width: 745px; height: 90px; }
#tools { width: 100px; height: 90px; float: left;}
#homebutton { width:100px; height: 90px; float: left; text-align: right; }
#topnavigation { width: 545px; height: 90px; float: left;}


#rightheader {
	float: left;
	width: 220px;
	height: 180px;
}

#mainbox {
	width: 965px;
}

#navigationbox {
	float: left;
	width: 200px;
}

#navigation {
	min-height: 150px;
}

#contactbox {
	width: 185px;
	border-top: 4px solid #5494ae;
	padding: 1px 0 0 0;
	margin: 15px 0 0 0;
	/*background: #cbdfe7; */
}

#contactbox a {
	border-top: 1px solid #fff;
	display: block;
	width: 169px;
	/*height: 20px; */
	padding: 3px 0 4px 16px;
	background: url(../img/contact_icon_out.png) no-repeat 6px 6px #cbdfe7;
}

#address {
	width: 200px;
}

#contentbox {
	float: left;
	width: 765px;
	min-height: 350px;
}

#content {
	float: left;
	width: 545px;
	min-height: 350px;
}

#rightbox01 {
	float: left;
	width: 200px;
	min-height: 320px;
	padding: 30px 10px 0 10px;
}

#rightbox02 {
	float: left;
	width: 200px;
	min-height: 320px;
	padding: 0 10px 0 10px;
}



#ausstellungbox {
	width: 185px;
	border-top: 4px solid #999999;
	background: #dadada;
	margin-top: 1px;
}

#ausstellungbox p {
	border-top: 1px solid #fff;
	padding: 5px 5px 5px 10px;
	margin: 0;
}

#footer {
	padding: 20px 0 0 200px;
	font-size: 10px;
	color: #999;
}
#footer a { font-size: 10px; color: #999; font-weight: normal; }


#tools a {
	float: left;
	display: block;
	margin: 15px 0px 0px 0px;
	height: 13px;
	text-indent:-999px;
	overflow:hidden;
}
#tools a.fnc-print 		{ background: url(../img/funktionen.png) no-repeat 0 0px; width:21px;} 
#tools a.fnc-print:hover 	{ background: url(../img/funktionen.png) no-repeat 0px -13px; }
#tools a.fnc-mail 		{ background: url(../img/funktionen.png) no-repeat -21px 0px; width:25px; }
#tools a.fnc-mail:hover 	{ background: url(../img/funktionen.png) no-repeat -21px -13px; }
#tools a.fnc-impressum 		{ background: url(../img/funktionen.png) no-repeat -46px 0px; width:18px; }
#tools a.fnc-impressum:hover 	{ background: url(../img/funktionen.png) no-repeat -46px -13px; }
#tools a.fnc-sitemap 		{ background: url(../img/funktionen.png) no-repeat -64px 0px; width:16px; }
#tools a.fnc-sitemap:hover 	{ background: url(../img/funktionen.png) no-repeat -64px -13px; }



#leftcontact {
	float: left;
	width: 230px;
	padding: 0 25px 0 0;
}

#rightcontact {
	float: left;
	width: 230px;
}

#leftcontact ul, #rightcontact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftcontact ul li, #rightcontact ul li {
	width: 230px;
	height: 16px;
	padding: 2px 0 0 0;
	display: block;
	border-top: 1px solid #5494ae;
}

#leftcontact ul li.last, #rightcontact ul li.last {
	border-bottom: 1px solid #5494ae;
}

#lageplan {
	width: 185px;
	border-top: 4px solid #5494ae;
	padding: 1px 0 0 0;
	margin: 0px 0 15px 0;
	/*background: #cbdfe7; */
}

#lageplan a {
	border-top: 1px solid #fff;
	display: block;
	width: 169px;
	/*height: 20px; */
	padding: 3px 0 4px 16px;
	background: url(../img/contact_icon_out.png) no-repeat 6px 6px #cbdfe7;
}

