/* CSS Document */
#logo {
	position: absolute;
	width: 196px;
	height: 31px;
	top: 30px;
	left: 200px;
}
#menu0 {
	position: absolute;
	width: 400px;
	height: 20px;
	top: 65px;
	left: 450px;
	text-align: right;
}
#bckgrd {
	position: absolute;
	width: 100%;
	height: 280px;
	background-color: #000000;
	top: 90px;
	left: 0px;
	z-index: 10;
}
#contact {
	position: absolute;
	width: 180px;
	height: 250px;
	top: 390px;
	left: 40px;
	text-align: right;
}
#indexNews {
	position: absolute;
	width: 580px;
	top: 390px;
	left: 270px;
}
	#indexNews .news1 {
		position: relative;
		width: 370px; 
		float: left;	
	}
	#indexNews .newsPic {
		position: relative;
		width: 200px;
		margin-top: 15px;			
		float: right;	
	}
	#indexNews .newsLink {
		clear: both;	
	}
#overviewNews {
	
}
	#overviewNews .overviewNews1 {
		position: relative;
		width: 240px; 
		float: left;	
	}
	#overviewNews .overviewNewsPic {
		position: relative;
		width: 200px;
		margin-top: 15px;			
		float: right;	
	}
	#overviewNews .overviewNewsLink {
		clear: both;	
	}
#bckgrdBox {
	position: relative;
	background-color: #000000;
	width: 680px;
	top: 90px;
	left: 200px;
}
#menu1 {
	position: relative;
	width: 200px;
	margin-top: 280px;
	left: 0px;
	padding: 45px 0px 30px 0px;
	background-color: #333333;
}
/*#menu1 {
	position: absolute;
	width: 200px;
	height: 250px;
	top: 370px;
	left: 200px;
	padding-top: 45px;
}*/
#menu1Overview {
	position: absolute;
	width: 650px;
	height: auto;
	background-color: #000000;
	top: 370px;
	left: 200px;
	padding-top: 45px;
}
#pictureGalleryOverview {
	position: absolute;
	width: 650px;
	height: auto;
	background-color: #000000;
	top: 90px;
	left: 200px;
	padding-top: 10px;
	z-index: 20;
}
#pictureGallery {
	position: absolute;
	width: 650px;
	height: 650px;
	background-color: #000000;
	top: 90px;
	left: 200px;
	padding-top: 10px;
	z-index: 20;
}
#content {
	position: absolute;
	width: 450px;
	height: auto;
	/*min-height: 500px;*/
	top: 90px;
	left: 400px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #000000;
	border-bottom: 1px solid #666666;
	z-index: 20;
}
	/* Akktuelles Overview */
	#content .news1 {
		position: relative;
		width: 230px; 
		float: left;	
	}
	#content .newsPic {
		position: relative;
		width: 200px;
		margin-top: 15px;			
		float: right;	
	}
	#content .newsLink {
		clear: both;	
	}
#footer {
	position: absolute;
	width: 480px;
	height: 20px;
	bottom: -30px;
	left: 0px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#footerOverview { /* Footer auf der Overview-Seite */
	position: relative;
	width: 650px;
	height: 20px;
	bottom: -30px;
	left: 0px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;

}
#footerPicturegallery { /* Footer auf den Gallerie-Seiten */
	position: absolute;
	width: 650px;
	height: 20px;
	top: 670px;
	left: 0px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;

}
#footerLeft {
	position: absolute;
	width: 30px;
	height: 20px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#footerRight {
	position: absolute;
	width: 350px;
	height: 20px;
	top: 0px;
	right: 0px;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}