@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(right.css);
@import url(mailform.css);

#left-menu-box, #middle-marker-box, #right-marker-box {
	margin: 0;
	padding: 6px;
}

#left-marker-box, #right-marker-box {
	margin: 6px;
	padding: 0;
}

#left-marker, #right-marker {
	margin: 0;
	padding: 0 6px;
	background: #ffffff;
}

#left, #middle, #right, #inner-content-wrapper {
	position: relative;
	overflow: visible;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 756px;
}

#left {
	float: left;
	width: 248px;
	z-index: 4;
}

#left-content {
	position: relative;
	z-index: 5;
}

#middle {
	float: right;
	width: 508px;
	z-index: 2;
	background: #ccff99;
}
#middle-content {
	position: relative;
	z-index: 3;
}

#right {
	float: right;
	width: 250px;
	z-index: 6;
	background: #ffffff;
}
#right-content {
	position: relative;
	z-index: 7;
}


#header, #outer-wrapper, #footer {
	width: 1008px;
}

#header-img {
	width: 996px;
}

/* neu Darstellung Links 24.05.2008 */
a:link {
        color: blue;
        text-decoration: none;
}
A:visited { color:blue; text-decoration:none; }
A:hover { color:blue; text-decoration:underline; }

.cleaner {
	clear:both;
/*	float: left;*/
        height: 1px;
	font-size: 1px;
	line-height: 0px;
	display: block;
	visibility: hidden;
	border: 0; 
	padding: 0;
	margin: -1.0em 0 0 0;
        background: transparent;
}
A { color:blue; text-decoration:none; }