* {
	margin: 0;
	padding: 0;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

.suchtext {
	position: absolute;
	top: -9999px;
	left: -9999px;
}


a,
a:visited {
	outline: none;
	color: #000;
	text-decoration: none;
}

body {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 986px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #FFF;
	margin: 3px auto 20px auto;
	padding: 10px 0;
	border: solid 1px #000000;
}

#header {
	width: 970px;
	height: 82px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0 8px;
	margin-bottom: 5px;
}

#content_box {
	width: 970px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color: #dddbd8;
	margin: 0 8px;
	padding: 10px 0;
}

#slideshow_box {
	width: 900px;
	height: 230px;
	overflow: hidden;
	padding: 0 40px 0 38px;
}

#slideshow {
	width: 360px;
	height: 221px;
	background-color: #FFF;
	border: 1px solid #f8ba05;
	float: left;
	margin-right: 40px;
	margin-left: 50px;
}

#links {
	width: 300px;
	float: left;
	}

#adresse {
	width: 290px;
	height: 210px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 60px;
	text-align: center;
	color: #f49b04;
	background-image: url(../images/adresse_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#adresse a {
	color: #f49b04;
}

.adresse_text {
	margin-top: 120px;
	line-height: 12px;
}

#content {
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/x.jpg);
	background-repeat: repeat-y;
	line-height: 18px;
}

#content_border_corner_tl {
	width: 6px;
	height: 6px;
	background-image: url(../images/content_border_corner_tl.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content_border_top {
	width: 887px;
	height: 6px;
	background-image: url(../images/content_border_top.jpg);
	background-repeat: repeat-x;
	float: left;
}

#content_border_corner_tr {
	width: 7px;
	height: 6px;
	background-image: url(../images/content_border_corner_tr.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content_border_left {
	width: 6px;
	min-height: inherit;
	height: auto !important;
	height: inherit;
	background-image: url(../images/content_border_left.jpg);
	background-repeat: repeat-y;
	float: left;
}

#content_text {
	width: 807px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #FFF;
	float: left;
	padding: 40px;
}

#content_border_right {
	width: 7px;
	min-height: inherit;
	height: auto !important;
	height: inherit;
	background-image: url(../images/content_border_right.jpg);
	background-repeat: repeat-y;
	float: left;
}

.clear {
	clear: both;
}

#content_border_corner_bl {
	width: 6px;
	height: 8px;
	background-image: url(../images/content_border_corner_bl.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content_border_bottom{
	width: 887px;
	height: 8px;
	background-image: url(../images/content_border_bottom.jpg);
	background-repeat: repeat-x;
	float: left;
}

#content_border_corner{
	width: 7px;
	height: 8px;
	background-image: url(../images/content_border_corner.jpg);
	background-repeat: no-repeat;
	float: left;
}

#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../images/x.jpg);
	background-repeat: repeat-y;
}

#footer_border_corner_tl {
	width: 6px;
	height: 6px;
	background-image: url(../images/content_border_corner_tl.jpg);
	background-repeat: no-repeat;
	float: left;
}

#footer_border_top {
	width: 887px;
	height: 6px;
	background-image: url(../images/content_border_top.jpg);
	background-repeat: repeat-x;
	float: left;
}

#footer_border_corner_tr {
	width: 7px;
	height: 6px;
	background-image: url(../images/content_border_corner_tr.jpg);
	background-repeat: no-repeat;
	float: left;
}

#footer_border_left {
	width: 6px;
	height: 30px;
	background-image: url(../images/content_border_left.jpg);
	background-repeat: repeat-y;
	float: left;
}

#navi_bottom {
	width: 850px;
	margin: 0 auto;
}

#footer_border_right {
	width: 7px;
	height: 30px;
	background-image: url(../images/content_border_right.jpg);
	background-repeat: repeat-y;
	float: left;
}

.clear {
	clear: both;
}

#footer_border_corner_bl {
	width: 6px;
	height: 8px;
	background-image: url(../images/content_border_corner_bl.jpg);
	background-repeat: no-repeat;
	float: left;
}

#footer_border_bottom{
	width: 887px;
	height: 8px;
	background-image: url(../images/content_border_bottom.jpg);
	background-repeat: repeat-x;
	float: left;
}

#footer_border_corner{
	width: 7px;
	height: 8px;
	background-image: url(../images/content_border_corner.jpg);
	background-repeat: no-repeat;
	float: left;
}

/*******************************************************
			navi formatierung
*******************************************************/

#navi {
	height:31px;
	padding:50px 0 0 6px;
	width:950px;
}

#navi ul {
    list-style-type: none;
}

#navi ul li {
	display:block;
	float:left;
	text-align:center;
}

#navi ul li a {
	background:url("../images/menu.png") no-repeat scroll 0 0 transparent;
	color:#CC2327;
	font-weight: bold;
	display:block;
	font-size:13px;
	height:16px;
	padding:8px 0;
	text-decoration:none;
	width:87px;
}

#navi ul li a.mountain_water_bikes {
	width: 170px;
	background-image: url("../images/menu_big.png");
}



#navi ul li a.sonne {
	background-image:url(../images/menu_last.png);
	width:93px;
}


#navi ul li a.sonne:hover {
	background-position:0 -32px;
}


#navi ul li a:hover {
	background-position:0 -32px;
}

li.segway a {
   	position:relative;
}

.empty {
   	position:relative;
}

.sub_navi {
   	position:absolute;
    display:none;
   	z-index:50;
    top: auto;
    left: auto;
   	border: none;
   	text-align: left;
    width: 270px;
}


.sub_navi li {
   	background-image: url(../images/submenu_bg.jpg) !important;
    width: 270px;
   	float:none !important;
   	text-align:left !important;
	border: 1px solid #dddbd8;
	height: 30px;
}

#navi ul li ul li a {
	background: none;
	width: auto;
	padding: 0 20px;
}

.sub_navi li a {
	background: none;
   	color:#FFFFFF;
   	display:block;
   	height:12px !important;
   	padding:8px 15px 0 15px!important;
   	text-decoration:none;
}

.sub_navi li a:hover {
   	font-weight:bold;
   	background:#ffffff !important;
}

.sub_navi li:hover {
   	background:#ffffff !important;
}

/****************************************
	footer navi
****************************************/

#footer_text {
	width: 887px;
	height: 30px;
	margin: 0 auto;
	float: left;
	background-color: #ffffff;
}

#footer_text ul {
	list-style-type: none;
}

#footer_text ul li {
	float: left;
	margin: 5px 11px;
}

#footer_text ul li a {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#footer_text ul li a:hover {
	color:#CC2327;
}

/********************************************************
			sonstiges
********************************************************/

p {
	margin: 10px 0;
}

ul, ol {
	padding-left: 30px;
}

 h1, h2, h3, h4, h5, h6 {
	margin-bottom: 30px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.images {
	border: 1px solid #000000;
	margin: 0 0 0 20px;
}

ul li a,
ul li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

ul li a:hover,
ul li a:active {
	color: #CC2327;
	font-weight: bold;
	text-decoration: none;
}

.table {
	border: 1px solid #000000;
	background-color: #f8ba05;
	width: 700px;
	margin: 0 auto;
}

.table tr {
}

.table td {
	padding: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

.rahmenprog_pics {
	width: 700px;
	margin: 10px auto;
}

.rahmenprog_liste {
	margin: 20px 20px 20px 0;
	font-size: 14px;
}

.rahmenprog_liste li {
	margin: 10px;
}

.img_left {
	float: left;
	margin: 10px;
}

.img_right {
	float: right;
	margin: 10px;
}

.img_center {
	text-align: center;
}

img {
	border: 1px solid #000000;
}

.navi_bottom {
	width: 800px;
	height: 50px;
	margin: 50px 0 0 20px;
	text-align: center;
}

.navi_bottom_2 {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}

.navi_bottom ul,
.navi_bottom_2 ul {
	list-style-type: none;
}

.navi_bottom ul li,
.navi_bottom_2 ul li {
	text-align: center;
	float: left;

}

.no_border {
	border: none;
	width: 360px;
	height: 221px;
}

.preise {
	width: 600px;
	margin: 20px auto;
	border: 1px solid #000;
	padding: 5px;
}

.preise tr td {
	width: 150px;
	text-align: center;
}

.verordnung {
	width: 700px;
	margin: 0 auto;
}

.zitat {
	width: 300px;
	margin: 0 auto;
}

.faqs {
	width: 450px;
	margin: 0 auto;
}

.faq li {
	margin: 5px 0;
}

.faq li a:link,
.faq li a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.faq li a:hover,
.faq li a:active {
	color: #CC2327;
}

.link2top {
	font-size: 10px;
	font-weight: bold;
}

.preise_list tr td{
	padding: 0 10px;
}

.x {
	text-align: right;
}

.text_left {
	width: 460px;
	float: left;
}

.text_right {
	margin: 20px;
	width: 305px;
	float: left;
}

.solar {
	padding-left: 40px;
}

object  {
	margin-left: 50px;
	width: 576px;
	height: 472px;
}

.norahmen {
	border: none;
}

.arrang {border: 1px solid #000; width: 350px; margin: 20px 40px;}

.arrang th,
.arrang td {padding: 5px;}

#container #header #navi ul li.friends a {
    font-size: 11px;
    font-style: italic;
    margin-left: 20px;
}

/***************************************************/

.accordionWrapper{display:inline-block; background-color:#fff; overflow:hidden;}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:pointer;}
.accordionWrapper div.content{display:none;}

#accordion3 .title {
background: #fabc19 url(../images/pfeil.jpg) 0 0 no-repeat;
width: 770px;
padding: 5px 0 5px 50px;
font-size: 16px;
font-weight: bold;
margin-bottom: 2px;
}

#accordion3 .content {
background: #fff3d3;
padding: 15px 15px 30px 15px;
margin-top: -2px;
border: 2px solid #fabc19;
width: 786px;
margin-bottom: 6px;
}

#accordion3 .content img {
float: left;
margin: 0 15px 0 20px;
border: 1px solid #000;
}
