@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}
body {
	background-color: #999;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	background-position: top;
}
.menue, .inhalt, .bilder {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 13px;
}
.menue {
	padding-top: 100px;
}
.inhalt p {
	margin-right: 25px;
}
.links {
	background-image: url(../images/links.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
.rechts {
	background-image: url(../images/rechts.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
.roben {
	background-image: url(../images/rechtsoben.jpg);
	background-repeat: no-repeat;
	background-position:top right;
}
.moben {
	background-image: url(../images/mitteoben.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-color:#FFF;
	padding-top: 110px;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.footer div{
	top: -40px;
	right: 57px;

	position: relative;
	width: 300px;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top ;
}
div#logo {
	left: 36px;
	top:84px;
	z-index: 1;
	width: 200px;
	height: 160px;
	float:left;
	top: 84px;
	position: relative;
}
div#headline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width:460px;
	height: 30px;
	top: 95px;
	margin-left: 265px;
	z-index: 2;
	position: relative;
}
#abs {
	padding-bottom: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a, a:visited {
	color:#000;
	text-decoration: underline;	
}
a:hover {
	color: #C00;
}
.inhalt ul {
	list-style-image: url(../images/liste.gif);
	padding-right: 25px;
}
.klein{
	font-size: 11px;
}
/*Download*/
.beschr{
	font-size: 12px;
	color:#666;
}
/* ###################################################### */
/* #######################  Menü  ####################### */
/* ###################################################### */
.Navoff1, .Navon1 {
	background-color: #999;
	width: 180px;
	height: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}
.Navoff1 a, .Navon1 a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding-top: 7px;
}
.Navoff1 a:hover, .Navon1 a{
	color: #C00;
	background-image: url(../images/bg_a.gif);
	background-repeat:no-repeat;
	background-position: left 13px;
}

