body {
	margin: 0;
	padding: 0;
/*	background: #A7C273 url(/grafik/background/willkommen.jpg) no-repeat fixed left top;*/
}
/* HEADER */
#contentcontainer {
	width: 994px!important;
	padding: 0;
	margin: 0;
}
#header table, #maincontainer { width: 994px; }
#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#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 a:hover, #menu ul li ul li.activ a { 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 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;
}
#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; }

/* CONTENT */
#content {
	padding: 20px 35px 35px 35px;
	line-height: 140%;
}
#content h1 {
	margin-bottom: 0.5em;
	font-size: 22px;
	font-weight: normal;
	color: #7CA613;
}
#content h2 {
	margin: 0.75em 0;
	font-size: 14px;
	font-weight: bold;
	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;
}

/* 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; }

#divpopup {
	width: 440px;
	height: 262px;
	position: absolute;
/*	margin: -200px auto auto 80px;*/
	background: transparent url(/grafik/divpopup_bg_trans.png) no-repeat left top;
	top: 275px;
	left: 275px;
}
#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 }