/* 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:190px;
	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/kontaktTitel.jpg);
	background-repeat:no-repeat;
}
#content {
	height:215px;
	width:430px;
	background-color:#D8DADC;
}
#linke_textspalte {
	float:left;
	height:210px;
	width:215px;
	background-color:#D8DADC;
	padding-left:3px;
}
#rechte_textspalte {
	float:left;
	height:210px;
	width:185px;
	background-color:#D8DADC;
	padding-left:30px;
}
#platzhalter {
	height:230px;
	width:160px;
	background-color:#D8DADC;
}
#beschreibung {
	height:175px;
	width:155px;
	background-color:#D8DADC;
	padding-left:5px;
}
