body {
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
}
#container {
	width:800px;
	height:583px;
	top:50%;
	position:absolute;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: none;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
}
#top {
	height: 100px;
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#logo {
	width: 300px;
	height: 100px;
	float: left;
}
#content {
	background-color: #FFFFFF;
	height: 436px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}
#navi {
	float: right;
	height: 100px;
	width: 500px;
	padding-top: 5px;
}

#footer {
	height: 30px;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #999999;
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 780px;
	padding-right: 10px;
}

#footerleft {
	width: 390px;
	height: 30px;
	float: left;
}
#footerright {
	float: right;
	height: 30px;
	width: 390px;
	text-align: right;
}

#footer  a  {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
#contenttext {
	padding-right: 30px;
	padding-left: 40px;
	height: 436px;
	width: 320px;
	float: left;
}
#contentbild {
	float: right;
	height: 436px;
	width: 400px;
	padding-right: 10px;
}
#contenttext h1 {
	font-family: Tahoma;
	font-size: 24px;
	color: #666666;
	line-height: normal;
	font-weight: lighter;
}
#contenttext h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	text-align: justify;
}
a:link  {
	color: #FF6600;
	text-decoration: none;
	font-family: Tahoma;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
	font-family: Tahoma;
}
a:active {
	color: #FF6600;
	text-decoration: none;
	font-family: Tahoma;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Tahoma;
}
