html, body {
	background: #ffe7a7;
	min-height: 100%;
	height: 100%; /* IE */
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: 0.3 pt;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
}
.menu_admin_headline {
	cursor: move;
}
html:root {
	overflow-y: scroll;
}
* html body {
	text-align: center;
	height:100%;
}
.hidden {
	display: none;
}
table {
	font-size: 1em;
}
table td {
	vertical-align:top;
}
input {
	letter-spacing: 0.3 pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}
.sitemap_line {
	line-height: 6px;
}
.sitemap_line img {
	padding:0px;
	margin: 0px;
	line-height: 0px;
}
.sitemap_line a {
	vertical-align: text-top;
}
a {
	text-decoration: none;
	color: #C0B98D;
}
a:hover {
	text-decoration: none;
	color: #5C6350;
}
hr {
	clear:both;
	height: 1px;
	color: #CCCCCC;
	border-style:none;
	background-color: #CCCCCC;
}
h1 {
	text-align: left;
	color: #b8bdae;
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:5px;
}
h2 {
	font-weight: bold;
	color: #b8bdae;
	font-size: 1.8em;
	padding:0px;
	margin:0px;
}
h3 {
	font-weight: bold;
	color: #b8bdae;
	font-size: 1.5em;
	padding:0px;
	margin:0px;
}
h4 {
	font-weight: bold;
	color: #000;
	font-size: 10px;
	padding:0px;
	margin:0px;
}
img {
	border: 0;
}
.bg {
	/*border: 1px solid #ffcc99;*/
	width: 814px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
* html .bg { /* Für IE */
/*border: 1px solid;
	margin: auto auto;
	padding-left: 2px;*/
}
/*### BILDERGALLERIE ###*/
.galerie {
	padding: 2px;
	width: 655px;
}
/**html .galerie {
	padding: 2px;
	width: 630px;
}*/
.thumbs {
	padding: 4px;
}
.thumbs img {
}
.thumb_div {
	/*height:98px;*/
	float: left;
	padding:2px;
}
.picture {
	float: left;
	padding: 0;
}
.picture span {
	color: #555;
}
#gallery_piccount {
	padding: 4px;
	width: 100px;
}
.picname {
	float: left;
	margin-left: 10px;
}
.rot {
	color: #cc0000;
}
/* ### FORMULARE ### */
 /* noch besser: generelle Klassen für ALLE Formulare in die pos.css */
 form {
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: 0.3 pt;
	font-size: 1em;
}
.input_text {
	font-size: 1em;
	width: 180px;
	margin-bottom: 6px;
	border: 1px solid #B8BDAE;
}
.input_area {
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: 0.3 pt;
	font-size: 0.82em;
	overflow: auto;
	font-size: 1em;
	width: 290px;
	height: 150px;
	margin-bottom: 6px;
	border: 1px solid #B8BDAE;
}
/*.input_submit {
	padding: 2px;
	font-size: 1em;
	background: url(img/submit_ornament.gif) left top no-repeat;
	border: 1px solid #B8BDAE;
}*/
/* Newsletter form */
.nl_mailaddress {
	font-size: 1em;
	margin-bottom:5px;
	width: 120px;
	padding: 3px;
	border: 1px solid #B8BDAE;
}
.nl_select_subscribe {
	width: 128px;
	margin-right:10px;
	margin-bottom:10px;
}
/*
select {
	display:block;
	border: 1px dotted #B8BDAE;
	margin-bottom:5px;
	padding:1px;
}*/
.pagehead {
	/*border: 1px solid #00cc00;*/
	height: 161px;
	width: 814px;
	position: relative;
	top: 0px;
	left: 0px;
	margin:0px;
}
.pagehead img {
	display:block;
}
/** html .pagehead {
	border: 1px solid #00cc00;
	margin: 0px 0px 0px 1px;
}*/
.all {
	width: 814px;
	background: #FFFFFF;
}
* html .all {
/*height: 400px;*/
}
/* ### Hauptmenü ### */
.menu {
	/*background: #99a18a url(img/menu_01_bg.gif) left top;*/
	background: #FFD05A;
	width: 814px;
	margin: 0px;
	padding:0px;
	height:31px;
	float:left;
}
* html .menu {
}
.menu ul {
	padding-left: 6px;
	margin: 4px;
}
.menu li {
	list-style: none;
	padding: 4px;
	float: left;
}
.menu a {
	padding-right: 4px;
	color: #000;
}
.menu a:hover {
	color: #fff;
}
.menu a.activ {
	color: #fff;
}
/* ### Untermenü ### */
.page_main_content_submenu .activ a {
	color:#FF8040;
}
.page_main_content_submenu {
	padding: 8px;
	margin-left:8px;
}
.umenu {
	/*background: transparent url(img/menu_02_bg.gif) left top;*/
	height: 31px;
	width: 814px;
	border-bottom: 1px solid #FFD05A;
}
/** html .umenu {
	position: relative;
	left: 0px;
}*/
.umenu ul {
	padding-left: 6px;
	margin: 4px;
}
.umenu li {
	list-style: none;
	padding: 4px;
	float: left;
}
.umenu a {
	padding-right: 8px;
	color: #999999;
}
.umenu a:hover {
	color: #FF8040;
}
.umenu a.activ {
	color: #FF8040;
}
/* ### Drittes Menü ### */
.content_menu {
	/*border: 1px solid #ffcc00;*/
	width: 151px;
	margin: 0px 0px 0px 5px;
	padding-left: 6px;
}
/** html .content_menu {
	left: 0;
}
*/

.content_menu span {
	display:block;
	padding: 4px;
}
.content_menu a {
	padding-right: 4px;
	color: #000;
}
.content_menu a:hover {
	color: #FF8040;
}
.content_menu a.activ {
	color: #FF8040;
}
/* ### Drittes Menü Symbol ### */



/* ### CONTENT ### */
.content_left {
	width: 151px;
	padding: 0px;
	float: left;
}
* html .content_left {
}
.suche {
	padding: 15px;
}
* html .suche {
	padding-top: 0;
}
.suchfeld {
	border: 1px solid #B8BDAE;
	width: 120px;
	margin-bottom: 6px;
}
.nlsubscribe {
	margin-left: 15px;
}
.content {
	/*border: 1px solid #cc0000;*/
	float: left;
	width:480px;
}
* html .content {
	/*border: 1px solid;*/
	/*height: 400px;
	left: -15px;*/
	width:460px;
	overflow: hidden;
}
.content_right {
	float:left;
	width: 151px;
	padding:10px 10px 10px 10px;
	margin-left: 10px;
	border-left: 1px solid #FFD05A;
}
* html .content_right {
}
.page_main_news_head {
	color:#D20000;
	border-bottom: 1px #FFD05A solid;
	padding-top:5px;
	padding-bottom:5px;
}
.page_main_news_entry {
	font-size:10px;
	line-height:13px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 1px #FFD05A solid;
}
.page_main_news_entry_link a {
	color: #999;
}
.page_main_news_entry_link a:hover {
	color: #666;
}
.page_main_news_entry_pic {
	margin-right:5px;
	margin-bottom:2px;
	border: 1px #FFD05A solid;
	float:left;
}
.page_main_news_entry_headline {
	color:#666666;
	font-weight:bold;
}
.page_main_news_entry_teaser {
	color:#666666;
}
.page_main_news_entry_date {
	line-height:13px;
	color:#999999;
}
.news_entry_text_teaser {
	margin-bottom: 10px;
}
.page_main_news_footer_link {
	color:#999;
}
.page_main_news_footer_link:hover {
	color:#666;
}

.page_main_content_news_entry {
	width:100%;
	border-bottom: 1px #ACACAC solid;
	margin-bottom:3px;
	display:block;
	cursor:pointer;
}
.page_main_content_news_entry span {
	display:block;
	padding-bottom:2px;
	padding-left:10px;
}
.page_main_content_news_entry_headline {
	font-weight:bold;/*font-size:12px;margin-bottom:15px;*/
}
.page_main_content_news_entry_teaser {
	margin-bottom:5px;
}
.page_main_content_news_entry_date {
	color:#999999;
	padding-top:5px;
}
.page_main_content_news_pager {
	display:block;
	text-align:center;
}
.page_main_content_news_entry_link:link {
	color:#666666;
	text-decoration:none;
}
.page_main_content_news_entry_link:visited {
	color:#666666;
	text-decoration:none;
}
.page_main_content_news_entry_link:hover {
	color:#D20000;
	text-decoration:none;
}
.page_main_content_pagenav_aktuell, .content_kat a, .content_kat, .page_main_content_pagenav a, .page_main_content_pagenav {
	color: #b8bdae; /* ### drittes grau h3 ### */
	font-size: 0.85em;
	font-size: 9px;/*width: 632px;*/
}






.content_kat, .page_main_content_pagenav {
	margin: 5px 0px 0px 14px;
}
/**html .content_kat {
	width: 631px;
	padding: 10px 16px 10px 8px;
}*/
.content_kat img {
	float: right;
	display:none;
}
.content_kat a {
	color: #b8bdae; /* ### drittes grau h3 ### */
	font-weight: normal;
}
.content_kat a:hover {
	color: #99a18a; /* ### zweites grau h2 ### */
}
/* ### CONTENT TEXT ### */
.content_text {
	/*border: 1px solid #cc9900;*/
	text-align: left;
	padding: 10px 16px 10px 14px;
}
.content_text blockquote {
	margin-left:10px;
}
.content_text p {
/*clear: right;*/
}
* html .content_text {
/*width: 627px;
	padding: 10px 16px 10px 8px;*/
}
.content_text img {
	/*float: right;*/
	margin: 4px 0px 4px 6px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
/*.content ul li, .content ol li {
	margin-left: 10px;
}*/
/* ### CONTENT TEXT LINKS ### */

/*a[href^="#"]:before {
content:"\2192";
}*/
.content_text a {
	text-decoration: none;
	color: #99a18a;
	background:none;
}
.content_text a:hover {
	text-decoration: none;
	color: #5C6350;
	background:none;
}
/* ### Wenn man Bilder im Content verlinkt kein background___ funzt nicht ### */
.content_text img a {
	background: #ccc;
	padding-right: 0px;
	text-decoration: none;
}
.thumbs_quer {
	margin: 3px 2px 1px 1px;
}
.img_hoch {
	float: left;
}
.thumbnails_hoch {
	float: left;
}
.thumbs_hoch {
	margin: 1px 3px 2px 3px;
}
.clear {
	clear:both;
}
/* ### Sitemap ### */



.sitemap, .lang_en, .lang_de {
	height:11px;
	width: 20px;
	margin-top:7px;
	float: right;
}
.sitemap {
	background: url(img/sitemap.gif) no-repeat;
}
/* ### Footer ### */
.footer {
	text-align: center;
	padding: 20px 10px;
	margin-top: 20px;
	color: #999999;
	line-height: 16px;
	border-top: 1px solid #999999;
	font-size: 10px;
}
/* ### Language ### */
.lang_en {
	background: url(img/gb.png) no-repeat;
}
.lang_en a {
	color: #666;
}
.lang_en a:hover {
	background: url(img/gb_ov.png) no-repeat;
	color: #000;
}
.lang_de {
	background: url(img/de.png) no-repeat;
}
.lang_de a {
	color: #666;
}
.lang_de a:hover {
	background: url(img/de_ov.png) no-repeat;
	color: #000;
}
/* menü level    */

.menu_entry_level_3 {
	margin-left: 10px;
}

/* fckstyles.xml */
.img_right {
	margin: 4px 0px 4px 6px;
	padding: 4px;
	float: right;
	border: 1px dotted #ccc;
}
.img_left {
	margin: 4px 6px 4px 0px;
	padding: 4px;
	float: left;
	border: 1px dotted #ccc;
}
.Bold {
	font-weight: bold;
	color: #5C6350;
}
.text_right {
	float: right;
	position: relative;
	right: 0;
}
.Title {
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}
.normal {
	letter-spacing: 0.3 pt;
	font-color: #000;
	font-weight: normal;
	font-size: 0.8em;
	padding: 0;
}
.preis {
	float: right;
	position: relative;
	top: -13px;
	left: 2px;
}
/* added by dast for event-form*/
blockquote {
	padding-left:15px;
}
