@charset "ISO-8859-1";

html, body {
   margin:0;
}

body {
	font-family: verdana, sans-serif;
	font-size: 80%;
	background: #FFFFFF;
	text-align: center;
	min-width: 800px;
	margin: 15px;
}

#wrap {
    width: 100%;
	left:50%;
	text-align:left;
}

#navigate {
    width:16%;
	float:left;
	
}

#content {
	float:right;
    width:84%;
}

#main_content {
    float:left;
	width:80%;
}

#sec_content {
    width:19%;
	float:right;
}

#header {
	height: 140px;
	border: 2px solid #C8181A;	
	background: #FFFFFF;
}

.ueberschrift {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #663300;
	left: auto;
}

.eingerueckt_10px {
	text-align: left;
	margin-left: 10px;
}
.eingerueckt_20px {
	text-align: left;
	margin-left: 20px;
}

#clearfloat{
   clear:both;
}/*needed to make room for footer*/

