body {
	font-family: "Trebuchet MS", "Bitstream vera sans", "Helvetica", sans-serif;
	font-size: 10pt;
	background-image: url(../grafik/background_verlauf.png);
	background-repeat: repeat-x;
	background-color: #ef0c0c;

}

/* Textsyle */
#sidebar1 a {
	color: white;
	a-visited: white;
}

#sidebar2 a {
	color: white;
	a-visited: white;
}

/* Seitenaufteilung */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#header {
	width: auto;
	height: auto;
}

#header_top {
	width: 850px;
	height: 100px;
}

#header_navigation {
	width: 850px;
	height: 40px;
	padding-top: 10px;
	background: #000000;
}

#header_navigation a {
	padding: 5px 10 px;
	color: #ffffff;
	/* text-decoration: none; */
}

#header_navigation a:hoover {
	background: #ef0c0c;
	color: #000000;
}

#header_navigation ul li {
	display: inline;
}

#content {
	width: 850px;
	background-color: #ffffff;
}

#sidebar1 {
	float: left;
	width: 190px;
	height: 700px;
	padding: 5px;					
	background: #000000;
	color: #ffffff;
}

#content_middle {
	float: left;
	width: 440px;
	heigth: 700px;
	padding: 5px;
	background: #ffffff;
	color: #000000;
}

#sidebar2 {
	float: right;
	width: 190px;
	height: 700px;
	padding: 5px;					
	background: #000000;
	color: #ffffff;
}

#clear {
	clear: both;
}						