/* xxx 14.05.2008 r.s.                      */
/* ohne position anweisungen soweit es geht */
@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top-menu-hintergrund.css);
@import url(top.css);
@import url(content.css);
@import url(mailform.css);
@import url(menue-tabelle.css);
@import url(formular.css);

#middle-marker-box {
	margin: 24px 2px 24px 2px;
	padding: 0;
}

#middle {
	float: left;
	width: 770px;
	z-index: 2;
	background: #ffffff;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 770px;
}

#right-marker-box {
	margin: 24px 12px 24px 12px;
	padding: 0;
}

#right-marker {
	margin: 0;
	padding: 0 2px;
	background: #ffffff;
}

#right {
	float: left;
	width: 10px;
	z-index: 4;
	background: #ffffff;
}

#right-content {
/*	position: relative;
	z-index: 5;*/
	width: 10px;
}

#left-marker-box {
	margin: 24px 12px 24px 12px;
	padding: 0;
}

#left-marker {
	margin: 0;
	padding: 0 2px;
	background: #ffffff;
}

#left {
	float: left;
	width: 230px;
	z-index: 4;
	background: #ffffff;
}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 230px;
}
