﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/higru.jpg);
	background-attachment:fixed;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFF;
}
#container {
	width: 1000px;
	height:500px;
	margin: 20px auto;
	text-align: left; 
	position: relative;
	
	
}
#mainContent {
	height:650px;
	position: relative;
	background:#FFF;	
}
.header {
	background-image:url(images/header.jpg);
	width: 1000px;
	height:200px;
}
.content {
	color:#333367;
	width: 940px;
	padding:100px 30px 30px 30px;
}
.text {
	color:#333367;
	width: 510px;
	float:right;
}
.navi {
	text-align:center;
	width:1000px;
	height:20px;
}
.link {
	text-decoration:none;
}
.link:hover {
	color:#ee003e;
	text-decoration:none;
}
.table_about td {
	vertical-align:top;
	border-bottom: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ueberschrift {
	font-weight:bold;
	font-size:14px;
	color:#ee003e;
	background: #FFF;
	padding-left:10px;
}
h1 {
	font-weight:bold;
	font-size:18px;
	color:#FFF;
	padding: 40px 30px;
	margin:0;
}
li {
	line-heigt:2px;
}
.pic {
	width: 400px;
	float:left;
	padding-right:30px;
}