@charset "UTF-8";
/* CSS Document */

* {
 margin:0;
 padding:0;
}
img {
	border:none;
}
a img {
 border:none;
}
html {
 min-height:100%;
 font-size:16px;
}
body {
 font-family: Arial,Verdana,Helvetica,sans-serif;
 font-size:1em;
 color:#7f7f7f;
 background:#42584d url(images/background.gif) repeat-x top left;
 min-height:100%;
 text-align:center; /* IE Bug */
 line-height:90%;
}
h1 {
	width:16em;
	height:47px;
}
h2 {
	font-size:27px;
	font-weight:normal;
	color:#808080;
	letter-spacing:-1px;
	margin-bottom:16px;
	padding-top: 8px;
	line-height: 110%;
}
h3 {
 font-size:1em;
 font-weight:bold;
 margin-bottom:10px;
 line-height:140%;
}
h4 {
 font-size:.8em;
 font-weight:bold;
 margin-bottom:10px;
 line-height:140%;
 color: #d9000d;
}

/* ---------- news (listenansicht) ---------- */

h5 {
 font-size:.7em;
 font-weight:bold;
 color: #fff;
}
h5 a {
 color: #fff;
}
h5 a:hover {
 text-decoration: none;
}
h6 {
 margin-bottom:4px;
 font-size: 1.1em;
 color: #d9000d;
 line-height: 120%;
}
h6 a {
 font-size: .8em;
 color: #d9000d;
 text-decoration: none;
}

h6 a:hover {
 text-decoration: underline;
}

/* ---------- Seiten Raster ---------- */
p {
 font-size:.8em;
 margin-bottom:.9em;
 line-height:140%;
 color:#7f7f7f;
}
p a {
 color:#646464;
 border-bottom: 1px dotted #6a650f;
 text-decoration:none;
}
p a:hover {
	text-decoration:none;
	border:none;
}

.main_right ul {
	margin-left: 0em;
	list-style-type: none;
	margin-bottom: .75em;
}
.main_right ul li {
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 3px;
	vertical-align: middle;
	color: #d9000d;
	font-size: .75em;
	font-weight: bold;
	line-height: 130%;
	margin-left: 1px;
	margin-bottom: .5em;
	padding-left: 12px;
}
.main_right ul li a {
	color: #d9000d;
	text-decoration: none;
}
.main_right ul li a:hover {
	text-decoration: underline;
}

/* LISTE 2. Ebene   */
.main_right ul li ul {
	margin-top: 4px;
}
.main_right ul li ul li {
	background-position: 0 2px;
}
.main_right ul li ul li a {
	font-size: 1.2em;
}

td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
}
td p {
	padding: 0px;
	margin: 0px;
}
th {
	padding: 2px;
	background-color: #dcdcdc;
}
th p {
	padding: 0px;
	margin: 0px;
}

.contenttable ul {
	margin-left: 0em;
	margin-bottom: 5px;
}
.contenttable ul li {
	background: url(images/bullet2.gif) no-repeat;
	background-position: 0 2px;
	vertical-align: middle;
	color: #7f7f7f;
	font-size: .75em;
	font-weight: normal;
	line-height: 110%;
	margin-left: 1px;
	margin-top: .5em;
	padding-left: 12px;
	margin-bottom: 0px;
}

/* ---------- Seiten Raster ---------- */
.wrapper {
	width:57em;
	margin:0px auto;
	padding-top:50px;
	min-height:58px;
}
.wrapper_top_l {
	width:16em;
	margin:0px auto;
	/*border:1px solid #000;*/
}
.wrapper_top_r {
	width:41em;
	margin:0px auto;
	/*border:1px solid #000;*/
}
.wrapper_middle_l {
	width:16em;
	margin:0px auto;
	/*border:1px solid #000;*/
}
.wrapper_middle_r {
	width:41em;
	margin:0px auto;
	/*border:1px solid #000;*/
}
.logo {
	text-align:left;
	width:12em;
	height:55px;
	margin-left:29px;
}
.navigation {
	height:55px;
}
.navigation ul {
	list-style-type:none;
}
.navigation li {
	float: left;
}
.navigation li:hover {
	background: none;
}
.navigation li a {
	display:block;
	text-decoration:none;
	font-size:.75em;
	float:left;
	color:#b6b6b6;
	padding: 5px 5px 5px 5px; 
}
.navigation li a:hover {
	color:#909090;
}
.navigation li.current a {
	color:#d9000d;
}

.wrapper_middle {
	width:57em;
	margin:0px auto;
	min-height:350px;
}
/* --BOX-- */
.main_left {
	border-top:2px solid #eaeaea;
	border-left:2px solid #eaeaea;
	border-bottom:2px solid #eaeaea;
	background-color:#fff;
	margin-top:90px;
}
.main_left_box {
	margin:10px;
	background-color:#7c9e8e;
	text-align:left;
	padding:18px;
}
.main_left_inline {
	margin:0px;
}
.main_left_inline p {
	font-size:.7em;
	color:#fff;
	margin: 0px;
	margin-top: 11px;
	line-height: 14px;
}
.main_left_inline p a {
	color:#fff;
	font-weight: bold;
	border: none;
	text-decoration: underline;
}
.main_left_inline p a:hover {
	text-decoration: none;
}
.aktuelles_image {
	margin-bottom: 5px;
}

.main_right {
	border:1px solid #e9e9e9;
	background-color:#fff;
}
.main_right_box {
	margin:10px 10px 0px 10px;
	background-color:#EEEEEE;
	text-align:left;
	padding:25px;
	padding-top: 20px;
	padding-bottom: 28px;
	min-height:210px;
}
.main_right_box_image {
	margin:0px 10px 10px 10px;
	background-color:#f6f6f6;
	text-align:left;
	padding: 0px;
}
.headline {
	margin:0px auto;
}
.content_left {
	width:17.25em;
}
.content_right {
	margin-left:31px;
	width:17.25em;
}

/* ---------- Subnav ---------- */

.subnav {
	list-style-type:none;
}
.subnav ul {
	list-style-type:none;
}
.subnav li {
	border-bottom:1px solid #a2bcb0;
}
.subnav li a {
	display:block;
	padding:2px 2px 5px 0px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background:none;
}
.subnav li a:hover {
	background-color:#83a394;
	padding:2px 2px 5px 6px;
}
.subnav li.current {
	display:block;
	padding:2px 2px 4px 6px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background-color:#8baa9b;
}

/* ---------- News ---------- */

.main_left_news {
	margin: 0px auto;
}




/* ---------- Footer ---------- */

.wrapper_footer {
	text-align:center;
}
.footer {
	width:57em;
	margin:0px auto;
	background:url(images/footer_line.gif) repeat-x top;
	margin-top: 27px;
}
.footer p {
	padding-top:12px;
	font-size:.7em;
	color:#75837c;
}
.footer p a {
	color:#75837c;
	border-bottom: 1px dotted #75837c;
}
.footer p a:hover {
	color:#fff;
	border-bottom: 1px dotted #fff;
}

/* ---------- allgemeine Klassen ---------- */

.hiddenStructure, .ignore {
 position:absolute;
 top:-3000em;
 left:-3000em;
}
.f_left {
 float:left;
 display:inline;
}
.f_right {
 float:right;
 display:inline;
}
.f_clear {
 clear:both;
 height:0;
 line-height:0;
 font-size:0;
}

/* ---------- Powermail ---------- */

.tx-powermail-pi1_fieldset_anfrage {
	padding:0px;
	border: none;
	font-size: .8em;
	width: 33.2em;
}
.tx-powermail-pi1_fieldset_anfrage legend {
	padding:0 6px;
	margin-left:-6px;
	display: none;
}
#kontaktformular label {
	float:left;
	display:inline;
	width:9em;
}
#kontaktformular input, #kontaktformular textarea, #kontaktformular select {
	width:23em;
	border: 1px solid #bbbbbb;
}
.tx_powermail_pi1_fieldwrap_html {
	clear:both;
	margin-bottom:4px;
}
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	float:left;
	display:inline;
	margin-right:6px;
	margin-top:4px;
}
.powermail_radio_inner {
	float:left;
	display:inline;
}
#kontaktformular .powermail_radio_inner {
	margin-right:6px;
	margin-top:4px;
}
#kontaktformular .powermail_radio_inner label {
	width:auto;
	margin-right:3px;
}
#kontaktformular .powermail_radio_inner input {
	width:10px;
}
#kontaktformular .powermail_submit {
	width:auto;
	margin-top:12px;
	float:right;
	display:inline;
}
.tx-powermail-pi1_thx {
	width: 36.7em;
}
.tx-powermail-pi1_thx .contenttable {
	width: 36.7em;	
}
.powermail_all_table tr td {
	padding-right:16px;
	border: none;
	font-size: .75em;
}
.powermail_all powermail_all_td {
	border: none;
}
powermail_all powermail_all_tr td {
	border: none;
}
.tx_powermail_pi1_formconfirmation_back {
	float:left;
	margin-right:8px;
	margin-top:12px;
}
.tx-powermail-pi1_confirmation_submit {
	margin-top:12px;
}
.tx-powermail-pi1_mandatory {
	color: #ff0000;
	font-size: .85em;
}
.powermail_mandatory_list {
	margin-top: 10px;
	color: #7c7b64;
	font-size: 1.3em;
}


/* ---------- Layout ---------- */
.csc-frame-frame1 {
	padding: 11px 11px 1px 11px;
	background-color: #e1deac;
	margin-bottom: 3px;
}
.csc-frame-frame1 h4 {
	font-size:.8em;
	font-weight:bold;
	text-transform: uppercase;
}

.csc-textpic-caption {
	font-size: .7em;
	line-height: 12px;
	padding-top: 10px;
}

.csc-textpic-above {
	padding: 0px;
	margin: 0px;
}



/* ---------- NEWS latest ---------- */
.news-latest-item h5 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 13px;
}
.news_latest_text p {
	margin: 0px;
	line-height: 13px;
	color: #cbe1d7;
}
.news-latest-morelink a {
	color: #fff;
	font-size: .7em;
	font-weight: bold;
}
.news-latest-morelink a:hover { 
	text-decoration: none;
}

/* ---------- NEWS single ---------- */
.news-single-category {
	font-size: .8em;
	font-weight: bold;
	margin-top: 0px;
}
.news_single_text {
	margin-top: 7px;
}
.news_single_text h3 {
	font-size: .8em;
	margin-top: 10px;
}
.news-single-backlink {
	padding-top: 28px;
}
.news-single-backlink a {
 font-size: .75em;
 color:#646464;
 border-bottom: 1px dotted #6a650f;
 text-decoration:none;
}
.news-single-backlink a:hover {
 text-decoration:none;
 border:none;
}
.news_single_image {
	float: right;
	padding-left: 25px;
	padding-top: 14px;
	padding-bottom: 10px;
}

.news-single-files {
	font-size: .75em;
}

.news-single-files dd img {
	margin-right: 5px;
	padding-top: 8px;
}
.news-single-files a {
	color: #000;
	margin-top: 0px;
}
.news-single-files a:hover {
	text-decoration: none;
}


/* ---------- NEWS list ---------- */
.news-list-category {
	font-size: .8em;
	font-weight: bold;
	margin-top: 0px;
}
.news-list-morelink {
  margin-bottom: 25px;
  margin-top: 0px;
}
.news-list-morelink a {
 font-size: .75em;
 color:#646464;
 border-bottom: 1px dotted #6a650f;
 text-decoration:none;
}
.news-list-morelink a:hover {
	text-decoration:none;
	border:none;
}
.news_list_text {
	margin-top: 5px;
	margin-bottom: 2px;
}
.news_list_image {
	float: right;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 0px;
}
.news-list-item {
	margin-bottom: 2.3em;
}