@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(mailform.css);

#left-menu-box {
	margin: 0;
	padding: 0px;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;  Trennline Logo unten*/
	background: white;
}

#middle-marker-box {

margin: 0;
padding: 6px;
}

#left-marker-box {
	margin: 6px;
	padding: 0;
}

#left-marker {
	position: relative;
	margin: 0;
	padding: 0 6px;
	background: #f1f1f1;
}

#left {
	float: left;
	width: 168px;
	z-index: 4;
	background: #EEEEEE;
}

#left-content {
	width: 168px;
}

#middle {
	float: left;
	width: 591px;
	z-index: 2;
	background: #FFFFFF; /* Farbe Content */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;/* trennline content links*/

}

#middle-content {
	width: 550px; /* nicht 591px wegen Abstand rechts 550px*/
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
}

