@charset "UTF-8";
html {
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/hg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	top: 0px;
}
h1 {
	font-size: 18px;
	color: #336699;
	margin-top: 0;
	padding-top: 0;
	overflow: hidden;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #336699;
	margin-top: 0;
	padding-top: 0;
	overflow: hidden;
	font-weight: bold;
}
#kopf h1 {
	position: absolute;
	top: 200px; 
	left: 500px;
	font-size: 28px;
}
#kopf h1 a {
	color: #FFFFFF;
	text-decoration: none !important;
	font-weight: bold;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline overline;
	}
#job {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position:absolute;
	padding-top: 0;
	padding-left: 0;
	top: 20px;
	background-color: #FFFFFF;
}
#kopf {
	position: relative;
	background-image: url(images/kopf.jpg);
	height: 250px;
	width: 900px;
}
#bauch {
	background-color: #FFFFFF;
}
#navi {
	top: 0px;
	width: 140px;
	padding: 40px 0 20px 0;
	font-size: 14px;
	color: #336699;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;	
}

#navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navi ul li {
	display: block;
}
#navi ul li a {
	display: block;
	padding: 5px 0 0 0;
}


#navi a:link {
	color: #336699;
	
}
#navi a:visited {
	color: #336699;
	
}
#navi a:hover {
	color: #336699;
	text-decoration: underline overline;
	
}
#mitterechts {
	width: 760px;
	float: right;
}

#mitterechts a {
	color: #336699;
	background-color: #F0F0F0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#rechts {
	top: 0px;
	width: 140px;
	float: right;
	padding: 40px 0 20px 0;
	font-size: 12px;
	color: #336699;
}

#inhalt {
	top: 10px;
	padding: 40px 0 20px 0;
	float: left;
	width: 560px;
}
.clear {
	clear: both;
}
#fuss {
	clear: both;
	background-image: url(images/fuss.jpg);
	height: 40px;
	width: 900px;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 30px;
}

#fuss a { color: #FFFFFF; }