/* CSS Document */
#headerBackground {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 150px;
	text-align: center;
	background-image: url(../pictures/headerBckgrd.gif);
	background-repeat: repeat-x;
}
#centerHeaderBckgrdPicture {
	width: 100%;
	height: 40px;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #CC0000;*/
}


#header {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 170px;
	text-align: center;
}
#centerHeader {
	width: 900px;
	height: 170px;
	margin: 0 auto;
	text-align: left;
	/*background-color: #CC0000;*/
}
#logo {
	position: relative;
	width: 250px;
	height: 50px;
	top: 30px;
	left: 650px;
	/*background-color:#CC9999;*/
}
#headerPicture {
	position: relative;
	width: 200px;
	height: 60px;
	top: 60px;
	/*background-color:#CC9999;*/
}


#main {
	position: absolute;
	top: 190px;
	width: 100%;
	height: auto;
	text-align: center;
	/*background-color:#CC9999;*/
}
#centerMain {
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	/*background-color: #CC0000;*/
}
#menu {
	width: 200px;
	/*height: 1px;
	float: left;*/
	margin-bottom: 200px;
	/*background-color: #99CC00;*/
}
#content {
	position: absolute;
	top: -20px;
	width: 652px;
	/*height: 1400px;*/
	margin-left: 248px;
	padding-bottom: 90px;
	/*border-bottom: 1px solid #990000;*/
	/*background-color: #99CC66;*/
}
#footer {
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0px;
	background-color: #545454;
	background-image: url(../pictures/footerBckgrd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#centerFooter {
	width: 900px;
	height: auto;
	margin: 20px auto 0px;
	text-align: left;
}
#contact {
	float: left;
}
#impressum {
	float: right;
}

/* div-Container für spezeielle Seiten ------------------------------------------------------------------ */
/* Projekte ------------------------------------------------------------------------------------ */
#print {
	display: inline;
	position: absolute;
	right: 0px;
}
#plan {
	display: inline;
	position: absolute;
	right: 30px;
}
#data {
	margin-top: 20px;
}
/* Aktuelles ---------------------------------------------------------------------------------- */
#news {
	/*background-color: #FFCC33;
	height: 50px;*/
}
#news1 {
	width: 400px;
	float: left;
	/*background-color: #FF6600;*/
	margin: 20px 0px 10px 0px;
}
#newsPic {
	float: left;
	width: 200px;
	text-align: right;
	/*background-color: #99CC00;*/
	margin: 20px 0px 10px 52px;
}

/* PictureGallery */
#picturegallery {
	width: 652px;
	/*height: 490px;*/
	text-align: right;
	overflow: hidden;
	margin-bottom: 25px;
	/*background-color: #CC0066;*/
}
div .detail {
	margin-right: 1px;
	
}
#thumbContainer {
	width: 680px;
	overflow: hidden;
}
div .thumb {
	width: 69px;
	height: 69px;
	margin-top: 10px;
	margin-right: 12px;
	float: left;
	/*background-color: #CC0066;*/
}
div .thumbBlank {
	width: 69px;
	height: 69px;
	margin-top: 10px;
	margin-right: 12px;
	float: left;
	background-color: #616B75;
}