/* CSS Layout */
html {
	margin:0;
}
body {
	margin:0;
	background-image:url(bilder/hg_verlauf.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
#wrapper {
	width:930px;
	margin:auto;
	background-color:#FFFFFF;
}
#header {
	height:160px;
	margin:0;
}
#logo {
	margin:auto;
	height:160px;
	width:930px;
	background-image:url(bilder/header.jpg);
	background-repeat:no-repeat;
}
#menu {
	height:30px;
	width:910px;
	background-color:#FFFFFF;
	padding: 10px 0px 0px 20px;
}
#content {
	min-height:450px;
	height:auto !important;
	height:450px;
	width:520px;
	margin:10px 40px 86px 40px;
	float:left;
}
#content2 {
	min-height:450px;
	height:auto !important;
	height:450px;
	width:300px;
	padding:25px 20px 0px 0px;
	float:right;
}
#box_top {
	background-image:url(bilder/box_top.jpg);
	background-repeat:no-repeat;
	height:9px;
}
#box_middle {
	background-image:url(bilder/box_middle.jpg);
	background-repeat:repeat-y;
	padding:10px 40px 100px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
.sidebar_content {
	margin-left: 30px;
	text-align:left;
}
#box_bottom {
	background-image:url(bilder/box_botton.jpg);
	background-repeat:no-repeat;
	height:9px;
}
.clear {
	clear:both;
}

.footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-image:url(bilder/footer.png);
	height:82px;
	width:2400px;
	background-repeat: repeat-x;
}

.img_content {
margin-left:10px;
float:right;
}

/* CSS Text */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:justify;
}
h1 {
	font-size:160%;
	color:#E93C25; 			
	text-align:left;
}
h2 {
	font-size:120%;
	color:#E93C25;	
	text-align:left;
}
h3 {
	font-size:120%; 
	color:#E93C25; 
	text-align:left;
}
h4 {
	font-size:120%;	
	color:#E93C25;	
	text-align:left;
}
