@import url(header.css);
@import url(top.css);
@import url(content.css);
@import url(sub.css);
@import url(left.css);
@import url(form.css);
@import url(project.css);


body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #E1E1E1;
}

TABLE.contenttable {
	font-size: 0.8em;
	width: 100%;
}

#outer-wrapper {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	width: 990px; /* Breite der Website */
	height: auto;
/*	background: #FFFFFF;*/
}

#content-wrapper {
	position: absolute;
	z-index: 4;
	top: 90px; /* Position des Contents von oben */
	left: 0;
	width: 100%; /* Breite der Website */
	height: auto;
	background: url(/fileadmin/templates/main/img/img_bgrd.gif) no-repeat 0px 0px;
}

#content {
	position: relative;
	z-index: 2;
	float: left;
/*	margin: 20px 15px;
	padding: 0;*/
}

.clear:after {
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clear { display: block; }
hr.clear_col, .clear_col {
	clear: both;
	float: left;
	display: block;
	height: 0;
	line-height: 0px;
	visibility: hidden;
	border: 0; 
	padding: 0;
	margin: -1.1em 0 0 0;
}
