@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;
}

#left-marker-box {
	margin: px;
	padding: 0; /* Groesse des Feldes links unter Untermenue-Buttons */
	color:#A2B6B9;   
}


#left-marker {
	position: relative;
	margin: 0  0;
	padding: 0px; /* Umrandung des Feldes links unter Untermenue-Buttons */
	background: #A2B6B9; /* Feldfarbe links unter Untermenuebuttons ohne Umrandung */
}

#left {
	float: left;
	width: 240px;
	z-index: 4;
	background: #A2B6B9;
}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 240px;
}

#middle {
	float: left;
	width: 720px;
	z-index: 2;
	background: #A2B6B9; /* Hintergrund Webseiten(linke Seite) und Unterseiten (rechte Seite) */
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 720

