/* */

body {
         background: #bcbcbc url(../images/bg-body.gif) center top repeat-x;
	color: #000;
         font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
         margin: 0;
	padding: 35px 0 0 0;
	text-decoration: none;
}

#container {
	background: url(../images/bg-main-top-bottom.jpg) center bottom no-repeat;
	border: 0;
	margin: auto;
         padding: 0 0 6px 0;
         width: 904px;

}

#kopf {
	background-image: url(../images/bg-main-top-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:6px 15px 0 14px;

}
#telefon {
	display:block;
	float:left;
	width:188px;
	border-bottom:1px solid #FFFFFF;
}
#logo {
	display:block;
	float:right;
	width:666px;
	border-bottom:1px solid #FFFFFF;
}
#inhalt {

	background-image: url(../images/bg-interior.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width:904px;
	/*height:300px;*/
}
#mitte {
	padding:0 15px 0 14px
}
#links {
	display:block;
	float:left;
	width:188px;
}

#rechts {
	display:block;
	float:right;
	width:666px;
}

#haupttext {
	display:block;
	float:right;
	width:625px;
	border-top:1px solid #FFFFFF;
         margin: 2px 0 0 0;
	padding:15px 20px 10px 20px;
	line-height:18px;
         border-top: solid 1px #000;
}

#leistungen {
         float: left;
}

.box {
         background-color: #DFDFDF;
         float: left;
         padding: 7px;
         margin: 3px;
         width: 600px;
}

.boxlinks {
         float: left;
         width: 188px;
         background-color: #DFDFDF;
         padding: 7px;
         margin: 3px;
}

.boxrechts {
         float: right;
         width: 188px;
         background-color: #DFDFDF;
         padding: 6px;
         margin: 3px;
}

div#navigation {
	width: 188px;
	display:block;
	float:left;
}

div#navigation ul {
	margin:0;
	padding:0;
}

div#navigation li {
	list-style-type:none;
	display:block;
	float:right;
	width:188px;
	height:35px;
	text-align:right;
	border-bottom:1px solid #FFFFFF;
}

div#navigation li.button1 {
	background-image: url(../images/bg-button-1.jpg);
	background-repeat: no-repeat;
}

div#navigation li.button2 {
	background-image: url(../images/bg-button-2.gif);
	background-repeat: no-repeat;
}

div#navigation li.button3 {
	background-image: url(../images/bg-button-3.gif);
	background-repeat: no-repeat;
}

div#navigation li.button4 {
	background-image: url(../images/bg-button-4.gif);
	background-repeat: no-repeat;
}

div#navigation li.buttonende {
	background-image: url(../images/bg-button-1.jpg);
	background-repeat: no-repeat;
}

div#navigation li a {
	display:block;
	float:left;
	width:140px;
	height:35px;
	text-decoration: none;
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:35px;
	padding-right:45px;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
         letter-spacing: 0.2em;
}

div#navigation li a:link {
	color: #FFFFFF;
         letter-spacing: 0.2em;
}

div#navigation li a:visited {
	color: #FFFFFF;
         letter-spacing: 0.2em;
}

div#navigation li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	background-image: url(../images/pfeil_hover.gif);
	background-repeat: no-repeat;
         letter-spacing: 0.2em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:bold;
}

h2 {
         font-size: 13px;
         font-weight: bold;
         text-align: left;
}

h2.leistung {
         background-color: #01045E;
         color: #fff;
         display: block;
         font-size: 13px;
         font-weight: bold;
         padding: 2px 0;
         text-align: left;
}

h2.tipp {
         background-color: #0D9A02;
         color: #fff;
         display: block;
         font-size: 13px;
         font-weight: bold;
         padding: 2px 0;
         text-align: left;
}

p {
	margin: 10px 0;
}

ul, ol {
	margin: 15px 0 0 15px;
}

.clear {
	clear:both;
}

a, a:visited {
	color: #296D54;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#224A9F;
	text-decoration:underline;
}

#footer {
	font-size: 11px;
	color:#4F4F4F;
	text-align:center;
	padding:20px;
	line-height:18px;
}

#footer a:link, #footer a:visited {
	color:#747474;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover {
	color:#747474;
	text-decoration:underline;
}

#ffscrollbarfix {
	border: 0;
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}