body{
	background-image: url('Bilder/bg.gif'); background-repeat:repeat-x;
	font-size: 14px; 
	font-family: Arial, Helvetica, Sans-Serif;
	text-align:justify; 
	color: #404040; 
	text-decoration: none;
}
.Wrapper {
	position: relative; 
	width: 750px; height: 100%; 
	z-index: 1; 
	background-color: #ffffff; 
	margin-right: auto; margin-left: auto;
}

.Header {
	position: relative; width: 750px; height: 150px; z-index: 1; background-image: url('Bilder/header.gif');
}
.Filler {
	position: relative; width: 750px; height: 0px; z-index: 6; top: -200px; background-color: #FFFFFF;
}
.Content {
	position: relative; width: 750px; height: 100%; z-index: 2; top: -200px;
}
.Footer {
	border-top: 1px dotted #818181;
	float: left;
	position: relative;
	width: 750px;
	height: 50px;
	z-index: 5;
	top: -200px;
}

.Content ul {
	padding: 0px;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 5px;
}

.ExtraFooter {
	position: relative;
	float: left;
	width: 750px;
	height: 200px;
	z-index: 3;
	top: -200px;
	background-color: #cd6d06;
	font-size: 12px;
}

.ExtraFooter h4 {
	font-size: 12px;
}

.ExtraFooter ul {
	padding: 0px;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 5px;
}



h1 {
	font-size: 14px; 
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #000000;
	text-decoration: underline;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 14px; 
	font-family: Arial, Helvetica, Sans-Serif; 
	text-decoration: underline;
	font-style: italic;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-size: 14px; 
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {
	font-size: 14px; 
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #000000;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;
}
a {
	color: #cd6d06; 
	}


.style2 {
	background-color: #faa850;
}
