body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#maincontainer {
	width: 945px;
	margin: 0px auto;
	text-align: left;

}

#header {
	width: 945px;
	height: 150px;
	background: url(/img/header.png);
}
#printheader { display: none; }
#logo { float: left; height: 150px; width: 240px; }
#adress { float: left; width: 655px; height: 25px; background: url(../img/header.png); padding: 125px 0 0 50px; }


#content {
	width: 945px;
	background: url(/img/background.png) no-repeat;
}



	#navigationBox {
		float: left;
		width: 240px;
		background: #e3e2e2;
	}

	#contentText {
		float: left;
		/*width: 640px; */
		width: 500px;
		padding: 50px 15px 15px 0px;
		margin: 0 0 0 50px;
	}
	#contentText h1 {margin: 2px 0 15px 0;}

	#contentTextHome {
		float: left;
		width: 640px;
		padding: 50px 15px 15px 0px;
		margin: 0 0 0 50px;
		min-height: 300px;
	}
	#contentTextHome h1 {margin: 2px 0 15px 0; color: #9b9a9a; font-size:34px;font-weight: normal;}
	
	
	#homePicture {
		float: left;
		width: 485px;
		height: 345px;
		padding: 57px 0px 0px 0px;
	}
	
	#startseite img {
		padding-right: 4px;
		float: left;
		
	}
	
	#news {
		float: left;
		background: #e3e2e2;
		height: 150px;
	}
	
	#news p {
		float: left;
		width: 225px;
		height: 18px;
		background: #aeadad;
		color: #fff;
		margin: 0 0 0 0;
		padding: 3px 0 0 4px;
		font-weight: bold;
	}
	
	#newscontent {
		padding: 3px 0 0 4px;
	}
	
	#newscontent p {
		background: none;
		color: #000;
		margin: 0;
		padding: 0;
		font-weight: normal;
		float: none;
	}
	

#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;
		/*background: transparent; */
	}
	#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: 7px;
		/*background: transparent; */
	}
	
	#search input {
		background: #fff;
		border: 1px solid #aeadad;
		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; */
		
	}
				
	
	#onlineschalter {
		background: #aeadad;
		width: 230px;
		height: 17px;
		margin-top: 20px;
		padding-top: 3px;
		padding-left: 10px;
		color: #fff;
	}
				
	#copyright, #copyright a {
		float: left;
		width: 945px;
		text-align: right;
		color: #999999;
		font-size: 11px;
		text-decoration: none;
	}

