body {
	margin: 0;
	padding: 0;
}

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

#header {
	width: 985px;
	height: 140px;
}
	#logo { 
		width: 260px;
		float: left;
	}
	
	#headerfunctions {
		float: left;
		width: 725px;
		height: 140px;
	}
	
		#address {
			width: 725px;
			height: 57px;
			padding-top: 13px;
		}
		
		#topnavigation {
			width: 725px;
			height: 30px;
		}
		
		#tools {
			width: 100px;
			padding-left: 625px;
			height: 40px;
			text-align: right;
		}
		
			#tools a {
				float: left;
				display: block;
				margin: 0px 0px 0px 0px;
				height: 13px;
				text-indent:-999px;
				overflow:hidden;
				
			}
				#tools a.fnc-print { background: url(../img/funktionen.png) no-repeat 0 0px; width:38px; }
				#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 -38px 0px; width:27px; }
				#tools a.fnc-mail:hover { background: url(../img/funktionen.png) no-repeat -38px -13px;	}
				
				#tools a.fnc-impressum { background: url(../img/funktionen.png) no-repeat -65px 0px; width:18px; }
				#tools a.fnc-impressum:hover { background: url(../img/funktionen.png) no-repeat -65px -13px; }
				
				#tools a.fnc-sitemap { background: url(../img/funktionen.png) no-repeat -83px 0px; width:16px; }
				#tools a.fnc-sitemap:hover { background: url(../img/funktionen.png) no-repeat -83px -13px; }
		
#contentbox {
	width: 985px;
}

	#navigation {
		width: 260px;
		float: left;
	}
	
	#navigation input {
		width: 155px;
		height: 15px;
		padding-left: 3px;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		border-right: none;
		color: #0065c1;
	}
	#navigation input.submit { border: 0; width: 20px; height: 19px; padding-left: 0; }
	
	#content {
		width: 725px;
		float: left;
	}
	
	#contentHome {
		width: 460px;
		height: 195px;
		padding: 215px 20px 0 245px;
		float: left;
		background: url(/img/background_home.png);
		color: #fff;
	}
	#contentHome h1 {
		font-size: 36px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	#news {
		width: 180px;
		min-height: 230px;
		color: #0065c1;
	}
	
	#gallery {
		float: left;
		width: 300px;
	}
	
	#galleryContent {
		float: left;
		width: 425px;
	}
	
	
#footer {
	padding: 10px 0 0 260px;
	font-size: 10px;
}

	#footer a { color: #000; }
