/* Grunddefinitionen */

html {
	background-color: #d5d3d3;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #d5d3d3;
}

#container {
	height: 690px;
  	width: 1000px;
	margin: auto;
	text-align: left;
}

#oben {
	background: url(../bilder/hg-head.jpg) no-repeat;
	width: 1000px;
	height: 150px;
}

#nav {
	background:url(../bilder/hg-menue.jpg) no-repeat;
	width: 1000px;
	height: 30px;
	float: left;
}

#tabmenue_hori{
	font-size: 12px;
	color: #fde85a;
}

#tabmenue_hori li{
	float: left;
	list-style-type: none;
	padding-left: 80px;
	margin-top: -5px;
}

#tabmenue_hori li a{
	text-decoration: none;
	color: #fde85a;
	font-weight: bold;
}

#mitte {
	background-color:#FFF;
	width: 1000px;
	height: 520px;
}

#content_home {
	background: url(../bilder/hg-home.jpg) no-repeat;
	width: 980px;
	height: 490px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#content_6m {
	background: url(../bilder/hg_6m.jpg) no-repeat;
	width: 980px;
	height: 490px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#content_8m {
	background: url(../bilder/hg_8m.jpg) no-repeat;
	width: 980px;
	height: 490px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#content_10m {
	background: url(../bilder/hg_10m.jpg) no-repeat;
	width: 980px;
	height: 490px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#content_impressum {
	background: url(../bilder/hg-impressum.jpg) no-repeat;
	width: 980px;
	height: 490px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#footer {
	background: #920208;
	font-size: 12px;
	font-weight: bold;
	color: #fde85a;
	width: 980px;
	height: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

.handy {
	float: right;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fde85a;
}

.footmail {
	float: right;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fde85a;
}

.h1_imp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.text_imp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.zusatz_imp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: right;
}
