/* CSS Document */
#wrapper {
	position:relative;
	width:100%;
	background-color:#D8DADC;
	left:50%;
	margin-left:-380px;
}
#left {
	float:left;
	width:160px;
	background-color:#D8DADC;
	border-right: 1px solid #B8B9BC;
}
#middle {
	float:left;
	width:430px;
	background-color:#D8DADC;
	margin:0px 7px 0px 7px;
}
#right {
	float:left;
	width:160px;
	background-color:#D8DADC;	
	border-left: 1px solid #B8B9BC;
}
#metanav {
	text-align:right;
	height:215px;
	width:160px;
	background-color:#D8DADC;
}
#navigation {
	text-align:right;
	height:253px;
	width:155px;
	background-color:#D8DADC;
	padding-right:5px;
}
#logo {
	height:70px;
	width:430px;
	//*background-image:url(../Bilder/JuergenKahlertGrafik_Design.gif);*//
	background-repeat:no-repeat;
}
#bereich {
	height:150px;
	width:430px;
	background-image:url(../Grafik/aktuellesTitel.jpg);
	background-repeat:no-repeat;
}
#bild {
	height:248px;
	width:430px;
	background-image:url(../Bilder/titel_startseite.jpg);
	background-repeat:no-repeat
	
}
#platzhalter {
	height:218px;
	width:160px;
	background-color:#D8DADC;
}
#beschreibung {
	height:251px;
	width:155px;
	background-color:#D8DADC;
	padding-left:5px;
}