/* CSS Document */

#siteBG {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	}
	#siteBG img {
		width: 100%;
		height: 100%;
		}

#wrapper {
	margin: 0 auto;
	width: 940px;
	padding: 10px;
	}

#header {
	width: 100%;
	height: 160px;
	position: relative;
	}
	
#logo {
	position: absolute;
	bottom: 5px;
	left: 5px;
	}

#map {
	border: 1px solid #666;	
	}

#sidebar {
	width: 168px;
	margin: 0 10px 0 0;
	float: left;
	}
	
#plakat {
	width: 140px;
	float: right;
	border: 1px solid #FFF;
	margin: 10px 10px 0 0 ;
	}
	#plakat img {
		width: 100%;
		float: left;
		}

#contentBoxBorderOuter {
	width: 740px;
	float: left;
	border: 1px solid #FFF;
	padding: 10px;
	}
#contentBoxBorderInner {
	border: 1px solid #FFF;
	}
#contentBox {
	background: url(../images/bg_content.png);
	padding: 20px;
	position: relative;
	}

#imageBox {
	width: 100%;
	border-bottom: 5px solid #FFF;
	}
	#imageBox img {
		width: 100%;
		}

#textBox {	
	background: #b4b9be;
	}
