body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#maincontainer {
	width: 945px;
	margin: 0px auto;
	text-align: left;
	background: url(../img/background.png);
}

#header {
	width: 945px;
	height: 150px;
	background:url(../img/header.png);
}
#printheader { display: none; }
#logo { float: left; height: 150px; width: 240px; background: none; }
#adress { float: left; width: 530px; height: 35px; background: none; padding: 109px 0 0 175px; line-height:16px; }


#content {
	width: 945px;
	background: url(../img/background.png);
}

#contentHome {
	width: 945px;

	background: url(/img/background_home.png);
}



	#navigationBox {
		float: left;
		width: 240px;
	}

	#contentText {
		float: left;
		width: 500px;
		padding: 50px 15px 15px 125px;
		margin: 0 0 0 50px;
	}
	#contentText h1 {margin: 2px 0 15px 0;}

	#contentTextHome {
		float: left;
		width: 150px;
		height: 345px;
		padding: 0px 15px 0px 140px;
		margin-top: 57px;
		
	}
	#contentTextHome h1 { margin: 0; padding: 0; }
	#homePicture {
		float: left;
		width: 360px;
		height: 345px;
		padding: 57px 0px 0px 0px;
	}
	

#footer {
	width: 945px;
	height: 20px;
	margin: 00px 0 20px 0;
	background-color: #fff;
	text-align: right;
}

	#functions {
		float: left;
		font-size: 12px;
		width: 135px;
		height: 55px;
		text-align: right;
	}
	#functions a { font-size: 12px; }
	
			#functions a {
				float: left;
				display: block;
				margin: 0px 0px 0px 0px;
				height: 55px;
				text-indent:-999px;
				overflow:hidden;
				/*text-align: right; */
				}
				#functions a.fnc-print {
					background: url(../img/functions.png) no-repeat 0 0px;
					width:47px;
				}
				#functions a.fnc-print:hover {
					background: url(../img/functions.png) no-repeat 0px 0px;
				}
				#functions a.fnc-mail {
					background: url(../img/functions.png) no-repeat -47px 0px;
					width:32px;
				}
				#functions a.fnc-mail:hover {
					background: url(../img/functions.png) no-repeat -47px 0px;
				}
				#functions a.fnc-impressum {
					background: url(../img/functions.png) no-repeat -79px 0px;
					width:24px;
				}
				#functions a.fnc-impressum:hover {
					background: url(../img/functions.png) no-repeat -79px 0px;
				}
				#functions a.fnc-sitemap {
					background: url(../img/functions.png) no-repeat -103px 0px;
					width:28px;
				}
				#functions a.fnc-sitemap:hover {
					background: url(../img/functions.png) no-repeat -103px 0px;
				}
	#search {
		float: left;
		width: 105px;
		margin-top: 10px;
	}
	
	#search input {
		background: #ebebeb;
		border: 1px solid #666666;
		width: 80px;
		height: 12px;
		font-size: 11px;
		/*margin: 2px 0 0 0; */
		
	}
	#search input.submit {
		background: none;
		border: none;
		width: 13px;
		height: 16px;
		margin-left: 2px;
		
	}
	
	#copyright, #copyright a {
		float: left;
		width: 945px;
		text-align: right;
		color: #999999;
		font-size: 11px;
		text-decoration: none;
	}

