body {
  margin: 0px;
	padding: 0px;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	background: #b67d43 url(style_01_FILES/bg_rep.gif) repeat;
}

a {color: #670000; text-decoration: underline; }
a:hover {color: #670000; text-decoration: none; }

#back {
  height: 55px;
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0px;
	background: url(style_01_FILES/header_bar.png) repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#header {
  height: 230px;
	background: url(style_01_FILES/badge.png) no-repeat;
	margin-left: 280px;
}

#content_begin {
  margin-top:-321px;        /* entsprechend margin + padding zurück */
  background: url(style_01_FILES/content_begin.jpg) no-repeat left top;
}

#content_middle {
  margin:320px 0 0px 80px; /* die Höhe der oberen und unteren Grafik Platz lassen */
  padding:1px 0 249px 0;       /* collapsin-margins vermeiden */
  background: url(style_01_FILES/content_middle.jpg) repeat-y;
}

#content_end {
  margin-bottom:-250px;  /* entsprechend margin + padding zurück */
  min-height:571px;      /* Mindesthöhe damit nichts abgeschnitten wird */
  background: url(style_01_FILES/content_end.jpg) no-repeat left bottom;
	position: relative;
	padding-left: 100px;
}

* html #content_end {    /* Mindesthöhe für alte IEs */
  height:571px;
}

#content_foot {
  height: 73px;
	margin-left: 49px;
	background: url(style_01_FILES/content_foot.jpg) no-repeat;
	text-align: left;
}

#footer {
  width: 100%;
	background: url(style_01_FILES/footer.gif) repeat-x;
	height: 175px;
}

.nav {
  width: 160px;
	left: 50%;
	position: absolute;
	margin: 345px 0 0 -450px;
	padding: 36px 0 0 0;
	background: url(style_01_FILES/nav_top.png) top left no-repeat;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffdab6;
}

.nav_end {width: 160px; background: url(style_01_FILES/nav_end.png) no-repeat bottom left; height: 36px;}

/* common styling */
.nav ul li a, .nav ul li a:visited {display:block; text-decoration:none; color:#ffdab6; width:120px; height:30px; text-align:left; background: url(style_01_FILES/nav_no.png) no-repeat; line-height:30px; font-size:14px; overflow:hidden; padding-left: 40px;}
.nav ul {padding:0; margin:0; list-style: none;}
.nav ul li {}
.nav ul li ul {display: none; background: url(style_01_FILES/nav_sub_bg.png) top left repeat-y;}

/* specific to non IE browsers */
.nav ul li.cur a {text-align: left; background: url(style_01_FILES/nav_hover.png) no-repeat;}
.nav ul li.cur ul {display: block;}
.nav ul li.cur ul li a {display:block; color:#ffdab6; background: none; border: none; text-align:left; padding-left: 50px; width:110px;}
.nav ul li:hover a {background: url(style_01_FILES/nav_hover.png) no-repeat; }
.nav ul li:hover a.sub {background: url(style_01_FILES/nav_hover.png) no-repeat;}
.nav ul li:hover ul {display:block; width:160px;}
.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li a {display:block; color:#ffdab6; background: none; border: none; padding-left: 50px; width:110px;}
.nav ul li:hover ul li a:hover {display:block; background: url(style_01_FILES/nav_sub_hover.png) no-repeat; color:#ffdab6; border: none;}
.nav ul li ul li.cur a {background: url(style_01_FILES/nav_sub_hover.png) no-repeat;}


#breadcrumbs {padding: 66px 0 40px 25px; color: #774f2e; font-size: 10px; }
#breadcrumbs span.cur {color: #670000; text-decoration: none; }

#content_left {float: left; width: 370px; }
#content_right {float: left; width: 179px; margin: 0 0 0 20px; border-left: 1px #870000 dashed; padding: 0 130px 0 20px;}

.c_element {background: url(style_01_FILES/header_bg.png) no-repeat top left; margin-bottom: 20px;}
.c_element h1 {height: 44px; line-height: 44px; color: #530000; font-size: 30px; padding: 0; margin: 0; text-decoration: none; font-weight: normal; text-align: center; }
.c_element .flower_left {background: url(style_01_FILES/flower_left.gif) no-repeat top left; width: 54px; float: left; height: 44px; margin-left: 30px;}
.c_element .flower_right {background: url(style_01_FILES/flower_right.gif) no-repeat top right; width: 54px; float: right; height: 44px; margin-right: 30px;}
.c_element .c_content {clear: both; background: #f7cba0; padding: 20px; color: #000; font-size: 12px; line-height: 20px;}

#content_right .c_element {background: url(style_01_FILES/content_right_header_bg.png) no-repeat top left;}
#content_right .c_element h2 {height: 31px; line-height: 31px; color: #870000; font-size: 18px; padding: 0; margin: 0; text-decoration: none; font-weight: normal; text-align: center; }
#content_right .c_element .c_content {clear: both; background: #fdd6b0; padding: 10px; color: #000; font-size: 12px; line-height: 20px;}
#content_right .c_element .flower_left {display: none;}
#content_right .c_element .flower_right {display: none;}

#left {float:left; width: 350px; padding-left: 100px; margin-bottom: 30px; color: #774f2e; font-size: 10px; text-align: left;}
#right {float: left; width: 350px; padding-right: 100px; margin-bottom: 30px; color:  #774f2e; font-size: 10px; text-align: right;}

/*********************/
/* Images, generally */
/*********************/

dl {background: url(style_01_FILES/image_top.png) repeat top left; padding: 9px 0;}

/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable {  width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR.tr-even { background-color: #edb884; }
TABLE.contenttable TR.tr-odd { background-color: #eba35d; }

TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}

TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }

/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist {list-style-image: url(style_01_FILES/red_arrow_bullet.png);}
UL.csc-bulletlist LI { font-size: 14px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position: inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(style_01_FILES/red_arrow_bullet.png); }

/***************/
/* Fieldset    */
/***************/

FIELDSET.fieldset_right { width: 157px; margin: 0; padding: 0; border: none;}
FIELDSET.fieldset_right LABEL { background: url(style_01_FILES/label_right_bg.gif) no-repeat top left; padding: 0 0 0 5px; height: 20px; line-height: 20px; width: 61px; display: block; color: #ffdab6; float: left; font-size: 10px;}
FIELDSET.fieldset_right LABEL.texta { background: url(style_01_FILES/label_right_texta_bg.gif) no-repeat top left; height: 20px; line-height: 20px; width: 150px; display: block; color: #ffdab6; font-size: 10px;}
FIELDSET.fieldset_right INPUT {font-family:Georgia, "Times New Roman", Times, serif; color: #530000; font-size: 12px; width: 80px; height: 17px; margin: 0 0 10px 0; padding: 3px 0 0 0; float: left; border: none;  background: url(style_01_FILES/input_right_bg.gif) repeat-x top left;}
FIELDSET.fieldset_right DIV.ext {width: 9px; height: 20px; margin: 0; padding: 0; float: left; border: none; background: url(style_01_FILES/input_right_ext.gif) no-repeat top left; color: red;}
FIELDSET.fieldset_right TEXTAREA {border: none; border-right: 1px #870000 solid; border-left: 1px #870000 solid; margin: 0; padding: 5px; width: 143px; height: 100px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #530000;}
FIELDSET.fieldset_right DIV.texta_ext {width: 150px; height: 10px; margin: 0 0 10px 0; padding: 0 5px 0 0; border: none; background: url(style_01_FILES/textarea_right_ext.gif) no-repeat top left; color: red; line-height: 10px; text-align: right;}

FIELDSET.fieldset_right SELECT {
  font-family:Georgia, "Times New Roman", Times, serif;
	color: #530000;
	font-size: 12px;
	width: 80px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 3px 0 0 0;
	float: left;
	border: none;
	background: url(style_01_FILES/input_right_bg.gif) repeat-x top left;
}

FIELDSET.fieldset_right SELECT OPTION { color: #530000; background: #ffdab6; border: none;}

FIELDSET.fieldset_right INPUT.submit {height: 30px; width: 95px; background: url(style_01_FILES/input_right_submit_bg.gif) no-repeat top left; font-size: 15px; color: #ffdab6; padding: 0 0 5px 0; vertical-align: middle; text-align: center; font-weight: bold; cursor: pointer;}
FIELDSET.fieldset_right INPUT.radio {width: auto; background: none; clear: both; padding: 0; margin: 0 10px; float:none;}
FIELDSET.fieldset_right DIV.radio_div {clear: both; margin-bottom: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #530000;}

FIELDSET.fieldset_right UL.err_msg {list-style-image: url(style_01_FILES/red_arrow_bullet.png); color: red; font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px;}
FIELDSET.fieldset_right UL.err_msg LI.test {display: none;}

DIV.clear {clear: both;}
DIV.note {color: #666; font-size: 11px; font-family: Georgia; line-height: 10px; float: none; clear: both; margin: 5px 0;}

/***************/
/* Guestbook   */
/***************/

.guestbook {width: 330px; margin:0 0 20px 0; padding: 0; display: block;}
.guestbook DIV.header {height: 30px; padding-left: 10px; background: url(style_01_FILES/guestbook_header_bg.gif) no-repeat top left; color: #FFF; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; text-align: left; line-height: 30px;}
.guestbook DIV.header h2 {font-size: 14px;}
.guestbook DIV.content { background: url(style_01_FILES/guestbook_repeat.gif) repeat-y top left; padding:10px; color:#000; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;}
.guestbook DIV.content a {font-size: 10px; font-style: normal;}
.guestbook DIV.content h3 {font-style: normal; color: #870000; }
.guestbook DIV.content .tx-guestbook-comment {font-size: 11px; color: #555;}
.guestbook DIV.content .tx-guestbook-date {font-weight: bold; font-style: normal;}
.guestbook DIV.footer {height: 15px; background: url(style_01_FILES/guestbook_footer_bg.gif) no-repeat top left; padding: 0 10px 0 10px; font-size: 10px; line-height: 15px; }
.guestbook DIV.end {height: 30px; background: url(style_01_FILES/guestbook_end_bg.gif) no-repeat top left; }

#content_left .parchment_header {height: 96px; background: url(style_01_FILES/parchment_header_bg.gif) no-repeat top left;}
#content_left .parchment_content { background: url(style_01_FILES/parchment_repeat.gif) repeat-y top left; margin-top: -12px; padding: 0 30px;}
#content_left .parchment_content h1, #content_left .parchment_content h2, #content_left .parchment_content h3, #content_left .parchment_content h4, #content_left .parchment_content h5, #content_left .parchment_content h6 {margin: 0; padding: 10px 0; color: #870000;}
#content_left .parchment_footer {height: 102px; background: url(style_01_FILES/parchment_footer_bg.gif) no-repeat top left; margin-top: -12px;}
#content_left .align-right {text-align: right;}

#footer_nav {width: 700px; margin: 0 auto; color: #ffdab6; font-size: 11px; padding-top: 20px;}
#footer_nav a, #footer_nav a:link, #footer_nav a:visited {color: #ffdab6; text-decoration: underline;}
#footer_nav a:hover, #footer_nav a:active {color: #ffdab6; text-decoration: none;}
#footer_nav UL LI {float: left; list-style: none; padding: 2px 0px; width: 110px;}
#footer_nav UL LI UL {padding: 0;}
#footer_nav UL LI UL LI {float: none; padding:2px 0;}


.news-single-item h2 {color: #870000;}
.arrow_prev {background: url(style_01_FILES/arrow_left.gif) no-repeat; height:20px; width: 35px; text-decoration: none; border: none; padding: 0; margin: 10px 0; display: block; text-indent: -200px; overflow: hidden; float: left;}
.arrow_next {background: url(style_01_FILES/arrow_right.gif) no-repeat; height:20px; width: 35px; text-decoration: none; border: none; padding: 0; margin: 10px 0; display: block; text-indent: -200px; overflow: hidden; float: right;}
.cur_month {text-align: center; display: block;}
#calender {background: #edb884; width: 150px; clear: both;}
#calender th {color: #fff; font-weight: bold; border-bottom: 1px #fff solid;}
.frei {color: #2c1704; font-weight:bold;}
.belegt0 {color: #de3123; font-weight:bold;} 
