@charset "utf-8";

* {margin:0; padding:0;}
a img {border-width: 0;}
address {font-style: normal;}
abbr { border: none;}

img {vertical-align: bottom;}
ul {list-style-type: none;}

a,
a:visited {
	color: #008bd0;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #000;
}

.ausgeblendet {
	position: absolute;
	left: -2999px;
}
.weggeschoben {
	text-align: left;
	text-indent: -2999px;
}


body {
	background-color: #fff;
	font-family:  verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000;
}
*+html body {	font-family: "century gothic", verdana, arial, sans-serif; }

#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
}


#header {
	position: absolute;
	top: 40px;
	left: 0;
	width: 800px;
}
h1 {
	color: #008bd0;
	text-align: center;
}



#eingang {
	position: absolute;
	top: 130px;
	left: 50px;
	width: 700px;
	font-size: 13px;
	line-height: 17px;
}
#eingang li {
	float: left;
	padding: 0 25px;
}
#eingang a{
	display: block;
	width: 300px;
	text-align: center;
}
#eingang a img {
	display: block;
	padding: 10px;
	padding-bottom: 23px;
}



#text {
	position: absolute;
	top: 580px;
	left: 0;
	width: 800px;
	text-align: center;
}
#text h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #008bd0;
	padding-bottom: 5px;
}
#text h2 span.frame {
	position: relative;
	padding: 0 12px;
}
* html #text h2 span.frame { display: inline-block; }

#text h2 span.leftLine,
#text h2 span.rightLine {
	position: absolute;
	top: 9px;
	width: 7px;
	border-top: 1px solid #008bd0;
}
#text h2 span.leftLine { left: 0; }
#text h2 span.rightLine { right: 0; }
#text p {
	display: inline;
	color: #008bd0;
	padding-right: 4px;
	font-size: 14px;
	line-height: 18px;
}
#text ul,
#text li.ZeileEins {
	display: inline;
	color: #008bd0;
	font-size: 14px;
	line-height: 18px;
}



address {
	position: absolute;
	top: 665px;
	left: 0;
	display: block;
	width: 800px;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}
address span.trenner {
	padding-left: 20px;
	background: #fff 5px 1px url('img/trenner-weiss.png') no-repeat;
}
*+html address { font-size: 12px; }
*+html address span.trenner { background-position: 5px 3px; }


