@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

html, body {
	border: 0 solid;
}


body {	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #95999d;	font-family: Helvetica, Verdana, Arial, sans-serif;	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	background: #fff;
}

b, strong {
font-weight: bold;
}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.80em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	color: #686F73;
	margin: 0;
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.6em;
	color: #a8b700;
	background: transparent;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #a8b700;
	background: transparent;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	color: #a8b700;
	margin-top: 3px;
	margin-bottom: 3px;
	background: transparent;
}

h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.80em;
	color: #686F73;
	margin-bottom: 3px;
	background: transparent;
}

h5 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.85em;
	color: #a8b700;
	margin-top: 30px;
	margin-bottom: 8px;
	background: transparent;
}

li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.80em;
	font-style: normal;
	font-weight: normal;
	color: #686F73;
	text-decoration: none;
	line-height: 1.6em;
	list-style-type: disc;
	padding-bottom: 8px;
}


a img {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.80em;
	font-style: normal;
	font-weight: normal;
	border: 0 none;
}

a:link {
	color: #a8b700;
	text-decoration: none;
	background: transparent;
}

a:visited {
	color: #a8b700;
	text-decoration: none;
	background: transparent;
}

a:hover {
	color: #95999d;
	text-decoration: none;
	background: transparent;
}

a:active {
	color: #a8b700;
	text-decoration: none;
	background: transparent;
}

/*  Layout */

#container {
	position: relative;	width: 800px;
	min-width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(img/bg_img.png) repeat-y 0 0;
}


#header {
	position: relative;
	top: 0;
	left: 30px;
	display: block;
	width: 740px;
	height: 240px;
	margin: 0;
	padding: 0;
	background: transparent; 
}

#headerimg {
	position: relative;
	top: 0;
	left: 0;
	width: 740px;
	height: 240px;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}

#headerimg img {
	position: relative;
	top: -185px;
	left: -200px;
	width: 414px;
	height: 420px;
	border: none;
}

#header .claim {
	position: absolute;
	top: 29px;
	left: 25px;
	margin: 0;
	padding: 0;
	color: #fff;
	z-index: 5;
}

#header .firma {
	position: absolute;
	top: 48px;
	left: 230px;
	margin: 0;
	padding: 0;
}




#header h1 .h1hellgrau a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: none;
	color: #8C959A;
	background: transparent;
}

#header h1 .h1hellgrau a:link,
#header h1 .h1hellgrau a:visited,
#header h1 .h1hellgrau a:hover,
#header h1 .h1hellgrau a:active,
#header h1 .h1hellgrau a:focus {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	border: none;
	color: #8C959A;
	background: transparent;
}


#header span {
	color: #8C959A;
}


#topnav  {
	position: absolute;
	top: 41px;
	left: 30px;
	text-align: right;
	width: 700px;
	height: 20px;
	margin: 0;
	padding: 4px 0 0px 0px;
	background: transparent;
/*	border-top: #e0e3e5 2px dotted;*/
}	

#topnav li {
	display: inline;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#topnav a:link,
#topnav a:visited {
	color: #a8b700;
}
#topnav a:hover,
#topnav a:active {
	color: #8C959A;
}

#topnav a.akt {
	color: #a8b700;
}


#main {
	position: relative;
	width: 740px;
	min-height: 350px;
	margin: 0 0 0 30px;
	padding: 0 0 30px 0;
	background: transparent;
}

#content {
	position: relative;
	left: 0px;
	top: -25px;
	width: 440px;
	text-align: left;
	margin: 0px 80px 0 230px;
	padding: 0 0 30px 0;
	background: transparent;
}	

#content p {
	padding-bottom: 20px;
}

#content ul {
	position: relative;
	width: 415px;
	left: 15px;
	text-align: left;
}

#content .adresse li {
	position: relative;
	left: -15px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}


#linkespalte {
	position: absolute;
	float: left;
	left: 25px;
	top: 26px;
	width: 160px;
}

#linkespalte li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#linkespalte p {
	text-align: center;
	margin-top: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: #8C959A 1px dotted;
	border-top: #8C959A 1px dotted;
}

#linkespalte img {
	width: 155px;
	height: 233px;
	border: none;
	margin: 0;
	padding: 0;
}


#main .phellgrau {
	color: #8C959A;
}
	
#main .h2hellgrau {
	color: #8C959A;
}

#main .unterstrich {
	color: #a8b700;
}

	
#main .unterstrich {
	font-size: 1.12em;
	color: #a8b700;
}

#mainfooter {
	position: relative;
	left: 0;
	width: 690px;
	height: 20px;
	margin: 0 55px 0 55px;
	padding: 4px 0 10px 0px;
	background: transparent;
	border-top: #e0e3e5 2px dotted;
}

#mainfooter .copyright {
	position: absolute;
	left: 0;
	top: 0;
	display: inline;
	text-align: left;
	padding-top: 3px;
	background: transparent;
}

#mainfooter .tel {
	position: absolute;
	left: 205px;
	top: 0;
	text-align: center;
	padding-top: 3px;
	background: transparent;
}

#mainfooter .impressum {
	position: absolute;
	top: 0;
	right: 1px;
	float: right;
	text-align: right;
	padding-top: 3px;
	background: transparent;
}

#mainfooter p {
	font-size: 65%;
	color: #a0a5a9;
}

#mainfooter a:link,
#mainfooter a:visited {
	color: #a0a5a9;
}
#mainfooter a:hover,
#mainfooter a:active {
	color: #a8b700;
}

#mainfooter a.akt {
	color: #a8b700;
}

#footerimg {
	position: relative;
	text-align: center;
	width: 800px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #fff url(img/footer_img.jpg) no-repeat 0 0;
}

#footerimg img {
	width: 800px;
	height: 45px;
}



/* die naechsten 2 anweisungen sorgen dafuer, dass floatende elemente eingeschlossen werden */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { 
height: 1%; 
}
/* End hide from IE-mac */


/*  START Layout INDEX-SEITE*/

#bgimg {
	position: relative;
	left: 30px;
	top: 0;
	width: 740px;
	height: 625px;
	margin: 0;
	padding: 0;
	border: none;
}

#bgimg .indexbgimg {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 740px;
	height: 640px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(img/indeximg.jpg) no-repeat 0 0;
}


#indexmain {
	position: absolute;
	top: 0;
	left: 30px;
	width: 740px;
	height: 640px;
	margin: 0;
	padding: 0;
	background: transparent;
}

#indextopnav {
	position: relative;
	float: right;
	top: 5px;
	right: 15px;
	text-align: right;
	height: 20px;
	width: 200px;
	margin: 0;
	padding: 4px 0 4px 0px;
	background: transparent;
	border: none;
	clear: both;
}	

#indextopnav li {
	position: relative;
	display: inline;
	font-size: 75%;
color: #a0a5a9;
	margin: 0 2px 0 16px;
	padding: 0;
	background-color: transparent;
}

#indextopnav a:link,
#indextopnav a:visited {
	color: #e49600;
}
#indextopnav a:hover,
#indextopnav a:active {
	color: #a0a5a9;
}

#indextopnav a.akt {
	color: #e49600;
}


#indexlogo {
	position: absolute;
	top: 220px;
	left: 410px;
	width: 277px;
	height: 100px;
margin-right: 53px;	
padding: 0;
	background: transparent;
}

#indexcontent {
	position: absolute;
	width: 300px;
	height: 200px;
	top: 405px;
	margin: 0px 28px 35px 412px;
	padding: 0;
	background: transparent;
}

#indexfooterimg {
	position: relative;
	text-align: center;
	width: 800px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #fff url(img/index_footer_img.jpg) no-repeat 0 0;
}

#indexfooterimg img {
	width: 800px;
	height: 45px;
}

/*  ENDE Layout INDEX-SEITE*/
	

