@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);
@import url(styled.css);

#left-menu-box, #middle-marker-box {
	margin: 0;
	padding: 0px 0px;
}

#left-marker-box {
	margin: 6px;
	padding: 0;
}

#left-marker {
	position: relative;
	margin: 0;
	padding: 0 6px;
	background: #F49900;
}

#left {
	float: left;
	width: 167px;
	z-index: 4;
	background: #F49900;
clear:right;
}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 167px;
}

#middle {
clear:right;
	float: left;
	width: 678px;
	z-index: 2;
	padding-left:6px;
	margin-bottom: 0px;
	margin-top: 20px;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 678px;
margin-bottom:0px;
clear:right;
}

DIV#middle-marker P.bodytext A, DIV#middle-marker TABLE.contenttable A, DIV#middle-marker DIV.csc-menu P A, A.linkpfeil { 
	background-image:url(../img/pfeil_link.jpg); 
	background-repeat:no-repeat; 
	background-position:left center; 
	padding-left: 12px; 
}

A.linkpfeil { font-size: 8pt; }
