body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#maincontainer {
	width: 945px;
	margin: 0px auto;
	text-align: left;
}

#printheader {display:none;}

#header {
	width: 945px;
	height: 150px;
	background:url(/img/header.jpg) no-repeat 0 0;
}



#tools {
	float:left;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0 0px;
	width: 117px;
	height: 16px;
	overflow:hidden;
}

			#tools a {
				float: left;
				display: block;
				margin: 0px 0px 0px 0px;
				height: 16px;
				text-indent:-999px;
				overflow:hidden;
				}
				#tools a.fnc-print {
					background: url(/img/funktionen.png) no-repeat 0 0px;
					width:33px;
				}
				#tools a.fnc-print:hover {
					background: url(/img/funktionen.png) no-repeat 0px -16px;
				}
				#tools a.fnc-mail {
					background: url(/img/funktionen.png) no-repeat -33px 0px;
					width:32px;
				}
				#tools a.fnc-mail:hover {
					background: url(/img/funktionen.png) no-repeat -33px -16px;
				}
				#tools a.fnc-impressum {
					background: url(/img/funktionen.png) no-repeat -65px 0px;
					width:25px;
				}
				#tools a.fnc-impressum:hover {
					background: url(/img/funktionen.png) no-repeat -65px -16px;
				}
				#tools a.fnc-sitemap {
					background: url(/img/funktionen.png) no-repeat -90px 0px;
					width:27px;
				}
				#tools a.fnc-sitemap:hover {
					background: url(/img/funktionen.png) no-repeat -90px -16px;
				}



#contentWrapper {
	width: 100%;
	margin: 0px;
	text-align: center;
	}
	#content {
		width: 945px;
		margin:0px auto;
		text-align:left;
		overflow:hidden;
	}



	#navigationBox {
		float: left;
		width: 240px;
	}

	#contentText {
		float: left;
		width: 500px;
		padding: 50px 15px 15px 0px;
		margin:0 0 0 50px;
		min-height:450px;
	}
	#contentTextHome {
		float: left;
		width: 600px;
		padding: 50px 15px 15px 0px;
		margin:0 0 0 50px;
		min-height:450px;
		}
		#contentBody {
			width:500px;
		}
	
	
	h1 {margin: 0px 0 15px 0;}

	
	

#footer {
	width: 100%;
	height: 20px;
	margin: 5px 0 20px 0;
}

	#copyright {
		margin:0px auto;
		width: 945px;
		text-align:right;
		font-size: 12px;
	}

