body {
	background-image: url(images/background.html);
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	text-transform:uppercase;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none;
	padding-left: 5px;
}

h2 {
	font-size: 16px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

ul {
	margin: 0px;
	padding-left: 40px;
	list-style-type: decimal;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color:#FFF;
}

a:hover {
	color: #999;
}

a:active {
	color:#FFF;
}

#main_container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#innen_container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 150px;
	height: 155px;
	background-repeat: no-repeat;
	float: left;
	background-image: url(images/logo_weglage.png);
}

#header_text {
	width: 790px;
	height: 80px;
	float: right;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 60px;
	color: #F00;
}

#header_bild {
	width: 940px;
	height: 220px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}

#text_hintergrund_orange {
	width: 940px;
	height: 250px;
	float: left;
	background-repeat: no-repeat;
	background-color: #C00;
	background-image: url(images/verlauf_back.png);
	background-attachment: fixed;
	background-position: center center;
}

#text_hintergrund_weiss {
	width: 940px;
	float: left;
	background-color: #FFF;
	overflow: visible;
}

#text_box {
	width: 900px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#text_box_agb {
	width: 900px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/datum_agb.png);
	background-repeat: repeat-y;
}

.text_white {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	
}


.text_grau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/arrow.html);
}

.text_agb_datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/arrow.html);
	text-align: right;
	font-style: italic;
}



#footer {
	width: 900px;
	height: 30px;
	float: left;
	background-color: #333;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
