body {
	margin: 0;
	padding: 0;
	background: #D5E3C0 url(/grafik/body_bg.jpg) repeat-x left top;
}
/* HEADER */
#contentcontainer {
	width: 994px!important;
	padding: 0;
	margin: 0;
}
#header table, #maincontainer {
	width: 994px;
	margin: 0 auto;
}
#header table {
	height: 30px;
	background: transparent url(/grafik/header_bg_trans.png) no-repeat left bottom;
}
#header table td {
	vertical-align: bottom;
	line-height: 26px;
}
#header table td#languageselect, #header, #header table td, #dropdownmenu { color: #A8B78C; }
#header table td { font-size: 10px; }
#header table td a, #footer a {
	color: #587A38;
	text-decoration: none;
}
#header table td a:hover, #footer a:hover { text-decoration: underline; }
#header table td#languageselect { padding-left: 4px; }
#header table td#extramenu, #footer { padding-right: 4px; }
#header table td#extramenu { font-size: 11px; }
#header table td#languageselect { text-transform: lowercase; }

/* DROPDOWNMENU */
.closed, .none { display: none; }
#dropdownmenu { vertical-align: middle; }
#dropdownmenu ul { float: right; }

/* DROPDOWNMEN */
#dropdownmenu, #dropdownmenu ul, #dropdownmenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#dropdownmenu li {
	display: inline;
	float: left;
}
#dropdownmenu li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #495B26;
	text-align: center;
	padding: 0 10px;
	text-decoration: none;
	background: url(/grafik/dropdownmenu_ul_bg.gif) no-repeat left center;
}
#dropdownmenu li a:hover,
#dropdownmenu :hover > a,
#dropdownmenu li :hover > a { background: transparent url(/grafik/dropdownmenu_ul_li_a_over_trans.png) repeat; } /*background: #5D8FCC;*/
#dropdownmenu li.activ a { text-decoration: underline; }
#dropdownmenu li.activ ul li a { text-decoration: none; }

/* LEVEL 1 */
#dropdownmenu li li, #dropdownmenu li ul { width: 160px; }
#dropdownmenu li ul {
	position: absolute;
	left: -9999px;
	background: url(/grafik/dropdownmenu_ul_bg_trans.png) no-repeat left bottom;
	width: 170px;
	padding-bottom: 10px;
	z-index: 1000!important; /* x jquery bildwechsel */
}
#dropdownmenu li.activ ul li a, #dropdownmenu li ul li a {
	color: #333;
	border-top: 1px solid #ccc;
	font-size: 11px;
	width: 160px;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 22px;
	text-align: left;
	text-indent: 10px;
	background: transparent;
}
#dropdownmenu li ul li a:hover { 
	color: #587A38;
	background: none;
	text-decoration: underline;
}
#dropdownmenu li:hover ul, #dropdownmenu li li:hover ul, #dropdownmenu li.sfhover ul, #dropdownmenu li li.sfhover ul { left: auto; }
#dropdownmenu li:hover ul ul, #dropdownmenu li.sfhover ul ul { left: -999em; }

/* PANORAMABILD */
#panoramabild {
	width: 794px;
	height: 415px;
	overflow: hidden;
	z-index: 0;
	margin: 0;
}

/* MAINCONTAINER*/
#contentmaincontainer {
	background: transparent url(/grafik/contentmaincontainer_bg_trans.png) repeat-y left top;
	margin: 0;
	padding: 0;
}
#headline { height: 40px; }

/* MENU */
#menu {
	background: #9FC436 url(/grafik/menu_bg_trans.png) repeat-y right top;
	padding-left: 0px;
}
#menu * {
	border: 0px solid #eee;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu div {
	width: 200px;
	overflow: hidden!important;
}
#menu div ul.last { border-bottom: 1px solid #BBD572; }
#menu ul li { border-top: 1px solid #BBD572; }
#menu ul li a {
	/*line-height: 26px;*/
	display: block;
	padding-left: 10px;
	/*height: 26px;*/
}
#menu ul li a:hover { background: #96BB36 url(/grafik/menu_ul_img_over.jpg) repeat-y right top; }
/* Level 1 */
#menu ul li ul li { border-top: 1px solid #F1F7E3; }
#menu ul li ul li a {
	line-height: 22px;
	background: #ECF3D7 url(/grafik/menu_ul_ul.jpg) repeat-y right top;
	color: #587A38;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 28px;
	height: auto;
}
#menu ul li ul li.activ a, #menu ul li ul li a:hover { background: #FBFDF7 url(/grafik/menu_ul_ul_over.jpg) no-repeat left top; }

/* Level 2 */
#menu ul li ul li ul li { border-color: #ECF3D7; }
#menu ul li ul li.activ ul li a, #menu ul li ul li ul li a {
	background: #FCFEF9 url(/grafik/menu_ul_ul_ul.jpg) repeat-y right top;
	font-size: 10px;
	font-weight: normal;
	padding-left: 42px;
	line-height: 22px;
	text-decoration: none;
}
#menu ul li ul li ul li a:hover, #menu ul ul li.activ a, #menu ul li ul li ul li.activ a {
	background-color: #FFF;
	background: #FCFEF9 url(/grafik/menu_ul_ul_ul_over.jpg) repeat-y right top;
	text-decoration: underline;
}
#menu ul.closed { display: none; }

/* ADDRESS */
#menu #address {
	margin: 0 15px 15px 0;
	width: auto;
	text-align: center;
	color: #587A38;
	font-size: 10px;
	font-weight: normal;
}
#menu #address a {
	color: #587A38;
	text-decoration: none;
}
#menu #address a:hover { text-decoration: underline; }
#menu div.wetter {
	color: white;
	cursor: pointer;
	height: 50px;
	margin: 20px 0;
	padding: 0 10px;
	width: 180px;
}
#menu div.wetter img { float: left; }
#menu div.wetter div {
	float: left;
	margin: 8px 0;
	height: 34px;
	text-align: center;
	width: 115px;
}
#menu div.wetter span { font-size: 18px; }

/* OFFER */
.offer {
	background: #ECF3D7;
	background: -moz-linear-gradient(top, #ECF3D7 0%, #BCD192 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECF3D7), color-stop(100%,#BCD192));
	background: -webkit-linear-gradient(top, #ECF3D7 0%, #BCD192 100%);
	background: linear-gradient(top, #ECF3D7 0%, #BCD192 100%);
	border: 15px solid #FFF;
	border-bottom: 5px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.offer h2 {
	margin: 0.5em 0;
	font-size: 14px;
	font-weight: bold;
}
.offer h2, .offer h2 a { color: #7CA613; }
.offer h2 a { text-decoration: none; }
.offer blockquote {
	height: 135px;
	margin: 0;
	padding: 0;
	width: 754px;
}
.offer blockquote .content { padding: 15px 30px 0 30px; }
.offer blockquote p { margin: 0.3em 0; }
#offernav {
	position: absolute;
	margin: 0 0 0 749px;
	width: 30px;
	z-index: 99;
}
#offernav a {
	width: 30px;
	height: 150px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
	overflow: hidden;
	background: url(/grafik/offer_button_next.png) no-repeat left top;
}
#offernav a:hover { background-position: left -150px; }

/* CONTENT */
#content {
	padding: 20px 35px 35px 35px;
	line-height: 140%;
}
#content h1 {
	margin-bottom: 1em;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	color: #7CA613;
	line-height: 110%;
}
#content h2 {
	margin: 0.75em 0;
	font-size: 14px;
	font-weight: bold;
}
#content h2, #content h2 a {	color: #7CA613; }
#content h3 {
	margin: 0.75em 0;
	font-weight: bold;
	font-size: 12px;
}
#content hr { margin: 0.5em 0; }
#content blockquote {
	background-color: #ECF3D7;
	margin: 0.75em 0;
	padding: 4px 10px;
}
#content .imagebox { margin: 0.5em 0; }
#content .imagebox img {
	margin-right: 2px;
	margin-left: 1px;
}

/* FOOTER */
#footer {
	background: transparent url(/grafik/footer_bg_trans.png) no-repeat left top;
	color: #587A38;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 5px 5px 10px 0;
	text-align: right;
}

/* KLASSEN */
.tabelle {
	width: 100%;
	margin: 0.5em 0;
}
.tabelle td { text-align: left; }
.tabelle th, .tabelle td { padding: 3px 1px; }
.tabelle th { font-weight: bold; }
.tabelle td, .tourenbox .tabelle th { border-top: 1px dotted #CCC; }
.tabelle th a, .tabelle td a { color: #333; }
.tabelle h2 a { text-decoration: none; }
.tabelle h2  { margin: 0; }
.tabelle th { text-align: right; }
.tabelle th.alignleft, .tabelle td.alignleft { text-align: left; }
.tabelle th.alignright, .tabelle td.alignright { text-align: right; }
.thgruen th {
	background-color: #D5E5AC;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}
.tourenbox .tabelle th { text-align: left; }
.tourenbox {
	width: 250px;
	padding-left: 20px;
}
.tourenbox h2 { margin: 1em 0 0 0; }
.tourenbox .tabelle, borderbottomdotted { border-bottom: 1px dotted #CCC; }
hr.dotted {
	border: none;
	border-color: #FFF;
	height: 1px!important;
	border-bottom: 1px dotted #CCC;
}
.tourenbox .noborder { border-bottom: none; }

a.pdf:hover, a.panoramabild, a.grundriss, a.panoramabild:hover, a.video, a.link, a.link:hover, .tabelle th a:hover, .tabelle td a:hover { color: #666; }

/* FLASH */
#content a.flash, #content a.panoramabild, #content a.video, #content a.image, #content a.grundriss, #content a.link {
	line-height: 18px;
	padding: 4px 0 4px 23px;
	color: #333;
}
#content a.flash { background: url(/grafik/flash_trans.png) no-repeat left center; }

/* PDF */
#content a.pdf, #content a.panoramabild, #content a.video, #content a.image, #content a.grundriss, #content a.link {
	line-height: 18px;
	padding: 4px 0 4px 23px;
	color: #333;
}
.kalenderlink {
	background: url(/grafik/kalender_trans.png) no-repeat left top;
	padding: 0 2px 4px 20px;
	margin: 0;
	line-height: 20px;
	font-weight: normal;
	display: inline;
}
#content a.pdf { background: url(/grafik/pdf_trans.png) no-repeat left center; }
#content a.panoramabild { background: url(/grafik/panoramabild_trans.png) no-repeat left center; }
#content a.video { background: url(/grafik/video_trans.png) no-repeat left center; }
#content a.image { background: url(/grafik/image_trans.png) no-repeat left center; }
#content a.grundriss { background: url(/grafik/grundriss_trans.png) no-repeat left center; }
#content a.link { background: url(/grafik/icon_link.gif) no-repeat left center; }
#content a.imagelink {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #666;
}
#content a.imagelink:hover {
	border-color: #7CA613;
	background: url(/grafik/imagelink_trans.png) repeat;/*	background-color: #FFF9DD;*/
}
ul.nolistsytle, ul.nolistsytle li { 
	list-style: none; 
	margin-left: 0;
	padding-left: 0;
}
ul.nolistsytle { margin-left: 10px; }

#content ul.detaillinklist {
	list-style: none; 
	margin: 0;
	padding-left: 0;
	clear: both;
}
#content ul.detaillinklist li {
	float: left;
	width: 50%;
	list-style: none; 
	margin-left: 0;
	padding-left: 0;
}
#content ul.detaillinklist a.bigpdf { background: url(/grafik/icon_pdf.gif) no-repeat left center; }
#content ul.detaillinklist a.bigweb { background: url(/grafik/icon_web.gif) no-repeat left center; }
#content ul.detaillinklist a.big360 { background: url(/grafik/icon_360.gif) no-repeat left center; }
#content a.bigpdf, #content a.bigweb, #content a.big360 {
	font-size: 15px;
	text-decoration: none;
	line-height: 34px;
	padding: 9px 0 9px 39px;
	color: #333;
}
#content a.bigpdf:hover, #content a.bigweb:hover, #content a.big360:hover { text-decoration: underline; }

.divpopuppos {
	position:  absolute;
	left: 0;
	right: 0;
	top: 400px;
	text-align: center;
}
#divpopup {
	width: 440px;
	height: 262px;
	margin: auto;
	background: transparent url(/grafik/divpopup_bg_trans.png) no-repeat left top;
	text-align: left;
}
#divpopup dl {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#divpopup dl dt {
	line-height: 30px;
	vertical-align: middle;
	color: white;
	font-weight: bold;
	margin: 0;
	padding-left: 15px;
	padding-top: 0;
}
#divpopup dl dt img {
	float: right;
}
#divpopup dl dd {
	padding: 0;
	margin: 15px;
	height: 195px;
	overflow: auto;
}
#divpopup h2 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.linethrough { text-decoration: line-through }
.pressebox {
	border: 1px solid #B1CA86;
	min-height: 90px;
	background: #D6E5AC url("/grafik/pressebox_bg.png") no-repeat left top;
	padding-left: 70px;
	line-height: 160%;
	padding-bottom: 10px;
}
.pressebox a { font-weight: bold; }

