/* css reset */
:link, :visited {
	text-decoration: none;
}
/*ul, ol {
	list-style: none;
}*/
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
}
ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
	font-family: Arial,sans-serif;
}

li {
padding-bottom: 8px;
}

a img, :link img, :visited img {
	border: none;
}
address {
	font-style: normal;
}

/* start site css */
body {
	text-align: center; /* needed by IE6 to centered the whole site */
	background-color: #e6e6e6;
	line-height: 1;
	color: #5c5c5c;
}
p, li { 
	font-size: .8em;
	line-height: 20px;
}
a {
	color: #ff8500;
}
a:hover { 
	color: #777;
	text-decoration: underline;
}
.spacer { clear: both; }

/********* wrapper of the whole site ************/
* html #wrapper { height: 100%; }
#wrapper {
	position: relative;
	width: 999px; 
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #dcdcdc;
}

/********* container for header, log, menu and breadcrumb ************/
#header-container {
	height: 444px;
	width: 1000px;
	position: absolute;
	top: 12px;
	left: 0;
}

/********* header banner container ************/
#header-banner {
	position: relative;
}
#header-banner .banner-text {
	position: absolute;
	top: 185px;
	left: 48px;
	width: 232px;
	color: #fff;
}
#header-banner .banner-text h3 {
	font-weight: bold;
	font-size: .9em;
}
#header-banner .banner-text p {
	line-height: 15px;
	font-size: .8em;
}
#header-banner .banner-text a {
	color: #fff;
	text-decoration: underline;
}
#header-banner .banner-text a:hover {
	color: #eee;
}
#header-banner .banner-button {
	margin-top: 30px;
}
#header-banner .banner-button a {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px;
	text-decoration: none;
	color: #818181;
	background: transparent url(../images/button_banner_left.png) no-repeat left top;
	height: 35px;
	line-height: 35px;
	padding: 7px 0 8px 29px;
}
#header-banner .banner-button a span {
	background: transparent url(../images/button_banner_right.png) no-repeat right top;
	padding: 7px 40px 8px 0;
	position: relative;
}
#header-banner .banner-button a:hover {
	color: #70a100 /*#999;*/
}

/********* logo container ************/
#logo {
	position: absolute;
	top: 24px;
	left: 77px;
	z-index: 3;
}
#logo2 {
	background: transparent url(../images/site_logo.png) no-repeat left top;
	/* change width and height as wide as your own logo */
	width: 499px; 
	height: 62px;
	line-height: 62px;
	display: block;	
}
#logo span {
	margin-left: 62px;
	font-size: .65em;
	background: transparent url(../images/site_description.gif) no-repeat left center;
	padding-left: 20px;
}

/********* breadcrumb container ************/
#breadcrumb {
	position: absolute;
	top: 52px;
	right: 17px;
	background: transparent url(../images/icon_house.gif) no-repeat left center;
	padding-left: 20px;
	font-size: .6em;
	line-height: 16px;
	z-index: 3;
}
#breadcrumb a {
	color: #a2c500;
	font-weight: bold;
}

/********* horizontal menu ************/
#menu {
	border-top: 2px solid #fff;
	background: #f0f0f0 url(../images/bg_main_nav.png) repeat-x left bottom;
	height: 48px;
}
#menu li {
	float: left;
	position: relative;
	display: block;
}
#menu li a {
	background: transparent url(../images/bg_nav_left.png) no-repeat left bottom;
	color: #fff;
	font-weight: bold;
	/*letter-spacing: .5px;*/
	padding-left: 60px;
	display: block;
	position: relative;
	text-transform: uppercase;
	text-shadow: #f00 1px 1px;
}
#menu li a:hover {
	background-position: left top;
	text-decoration: none;
	color: #faf130;
}
#menu li.first a {
	background-image: url(../images/bg_nav_left_first.png);
	padding-left: 42px;
}
#menu li a span {
	background: transparent url(../images/bg_nav_right.png) no-repeat right bottom;
	padding: 0 60px 0 20px;
	height: 42px;
	line-height: 45px;
	display: block;
}
#menu li a:hover span {
	background-position: right top;
}
#menu li.last a span {
	background-image: url(../images/bg_nav_right_last.png);
	padding-right: 90px;
}

/********* content container ************/
#content-container {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	float: left;
	width: 999px;
	margin-top: 492px;
	position: relative;
	background-color: #dae8ab;
}
#content-container.sidebar-right {
	background: #dae8ab url(../images/bg_content_sright.png) repeat-y left top;
}

/********* main content underneath menu ************/
#main-content {
	float: left;
	background: #ff8500 url(../images/bg_main_content.png) no-repeat right bottom;
	min-height: 80px;
	width: 903px;
	padding: 48px; 
	color: #fff;
	position: relative;
	border-bottom: 3px solid #fff;
}
#main-content a {
	color: #fff;
	text-decoration: underline;
}
#main-content a:hover {
	color: #eee;
}
#main-content .content-image {
	position: absolute;
	top: 30px;
	left: 48px;
}
#main-content .content-image img {
	border: 3px solid #ffd101;
}
#main-content h2 {
	margin: -18px 0 5px 0;
	font-size: 1.7em;
	font-weight: normal;
	/*letter-spacing: 2px;*/
}

#main-content h2, #main-content p {
	margin-left: 158px;
}

#main-content p {
	margin-bottom: -5px;
}

/********* sidebar right inside content underneath main content ************/
#sidebar-right {
	float: right;
	background-color: #8fb800;
	padding: 25px;
	width: 258px;
}
#sidebar-right h2 {
	width: 100%;
	color: #fff;
	background: transparent url(../images/guide_lines.gif) no-repeat right bottom;
	margin-bottom: 27px;
	font-size: 1.7em;
	font-weight: normal;
	/*letter-spacing: 2px;*/
}
#sidebar-right .block {
	background: transparent url(../images/bg_sright_block.png) no-repeat right bottom;
	border: 1px solid #c5d85a; 
	color: #fff;
	font-size: .8em;
	padding: 2px;
	margin-bottom: 25px;
	position: relative;
}

div.impressum {
padding: 8px;
}

#sidebar-right .block h3 {
	padding-left: 55px;
	position: relative;
	display: block;
}
#sidebar-right .block .icon {
	margin-top: -10px;
	margin-bottom: 13px;
}
#sidebar-right .block p {
	display: block;
	margin-top: -25px;
	margin-left: 55px;
	padding-right: 20px;
	line-height: 13px;
}

/********* content underneath main content ************/
#content {
	float: left;
	background-color: #dae8ab;
	width: 590px;
	padding: 5px 48px 20px 48px;
	border-right: 3px solid #fff;
}
#content .block {
	float: left;
	margin-bottom: 13px;
}
#content .block h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #bfcc96;
	margin-bottom: 10px;
	font-size: 1.7em;
	font-weight: normal;
	/*letter-spacing: 2px;*/
}
#content .block-top {
	margin-top: 20px;
	width: 590px;
}
#content .block-left, #content .block-right {
	width: 280px;
}
#content .block-left {
	margin-right: 30px;
}
/* read-more button */
#content .block .read-more {
	margin-top: 15px;
text-align:center;
}
#content .block .read-more a {
	background: transparent url(../images/button_readmore_left.png) no-repeat left top;
	height: 18px;
	line-height: 20px;
	padding: 2px 0 4px 19px;
	color: #fff;
	font-weight: bold;
	font-size: .75em;
	text-shadow: #428a49 1px 1px;
}
#content .block .read-more a span {
	background: transparent url(../images/button_readmore_right.png) no-repeat right top;
	padding: 2px 19px 4px 0;
}
#content .block .read-more a:hover {
	text-decoration: none;
	color: #ccc;
}
#content .block-right img {
	float: right;
}
#content .block-right ul, #content .block-right li {
	list-style: inside disc;
}

/********* footer ************/
#footer {
	float: left;
	background-color: #ff8500;
	padding: 29px 48px;
	width: 903px;
}
#footer a {
	color: #fff;
	font-weight: bold;
}
#footer .footer-left, #footer .footer-right {
	float: left;
	width: 448px;
	color: #fff;
	font-size: .6em;
}
#footer .footer-left {
	text-align: left;
}
#footer .footer-right {
	text-align: right;
}

div.anbieter {
padding: 4px;
margin: 0px;
margin-bottom: 2px;
width: 588px;
border: 1px solid #bfcc96;
background-color: #dae8ab;
-moz-border-radius:5px;
-khtml-border-radius:5px;

}

table.anbieter {
border: 0px;
padding: 0px;
margin: 0px;
}

td.links {
width: 140px;
padding-right: 4px;
vertical-align: top;
}

td.mitte {
padding-left: 4px;
font-size: .9em;
width: 308px;
border-left: 1px solid #bfcc96;
border-right: 1px solid #bfcc96;
vertical-align: top;
}

td.mitte ul {
padding-left: 20px;
margin-top: 2px;
margin-bottom: 5px;
}

td.mitte li {
padding: 0px;
/*margin: -5px;*/
line-height: 1.1;
}

td.rechts {
width: 140px;
text-align: center;
vertical-align: middle;
}

td.rechts a img {
border: 1px solid #ff8500;
}

td.rechts a:hover img {
border: 1px solid #777;
}


div.anbietername {
padding-bottom: 26px;
font-size: .8em;
}

div.platz {
text-align: center;
height: 130px;
}

td.links a {
text-decoration: underline;
color: #777;
font-weight: bold;
}

td.links a:hover { 
text-decoration: none;
}

ul.faq {
padding-left: 30px;
margin-top: 5px;
margin-bottom: 5px;
}

li.faq {
padding: 0px;
/*margin: -5px;*/
line-height: 1.3;
}

strong {
font-weight: bold;
font-size: .9em;
}

img.haken {
margin: 0px;
margin-bottom: -4px;
padding: 0px;
}

#content .block h2 a {
color: #5c5c5c;
}

#content .block h2 a:hover {
color: #5c5c5c;
text-decoration: none;
}

div.danbieter {
margin-bottom: -20px;
}

a.partner {
color: white;
text-decoration: none;
line-height: 1.4;
}

a.partner:hover {
color: white;
text-decoration: underline;
line-height: 1.4;
}
