/* S: Formatierung Layout-Tabelle */
body, table, td, input, select, textarea {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
}

body, form {
	padding:0px;
	margin:0px;
}

html, body {
	width:100%;
	height:100%;
}

html {
	overflow:-moz-scrollbars-vertical;
}

/* S: Saisonale Hintergründe */
table.hdrFLGjpg {
	background-color:#cfe7a9;
	background-image:url(/fileadmin/bgdFLG.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

table.hdrSMRjpg {
	background-color:#e3f3ce;
	background-image:url(/fileadmin/bgdSMR.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

table.hdrHBTjpg {
	background-color:#b9c5a1;
	background-image:url(/fileadmin/bgdHBT.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

table.hdrWTRjpg {
	background-color:#a8d2a0;
	background-image:url(/fileadmin/bgdWTR.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
/* S: Saisonale Hintergründe */

table.ste {
	background-color:#ffffff;
	border-right:solid #4b5320 5px;
}

td.hdr {
	height:233px;
	background-image:url(/fileadmin/user_upload/headers/hdrFLG.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

td.lng {
	text-align:right;
	padding-right:27px;
}

td.mnv {
	text-align:right;
	border-right:solid #acb4b6 6px;
}

td.nav {
	padding-right:7px;
}

td.spr {
	border-left:solid #acb4b6 12px;
}

td.con {
	line-height:18px;
	background-color:#ffffff;
	border-right:solid #727378 1px;
	padding:16px 8px;
}

td.cor {
	font-size:12px;
	background-color:#ffffff;
	border-right:solid #acb4b6 6px;
	padding:7px 7px;
}

td.cor table td {
	font-size:12px;
}

td.ftr {
	color:#ffffff;
	font-size:9px;
	line-height:18px;
	text-align:right;
	background-color:#acb4b6;
	border-right:solid #acb4b6 6px;
}
/* E: Formatierung Layout-Tabelle */

/* S: Formatierung Centerbox */
#centerbox {
	background-color:#ffffff;
	padding:0px;                  /* es sind auch andere Angaben möglich, die dann
	                                 allerdings bei der Breite und Höhe mit berücksichtigt werden müssen. */
	border:solid #fae108 0px;    /* für die Zentrierung selbst nicht nötig */

	/* Angaben zu Breite und Höhe, diese können auch in em angegeben werden. */
	width:800px;                  /* Breite insgesamt 540px (560px - 2 x 10px Border) */
	min-height:600px;             /* Mindesthöhe insgesamt 340px (360px - 2 x 10px Border),
	                                 bei genau dieser Höhe funktioniert die vertikale Zentrierung */

	/* jetzt wird die linke obere Ecke vertikal und horizontal zentriert */
	position:absolute;
	top:50%;
	left:50%;

	/* durch negative margins wird es jetzt um die Hälfte von Höhe und
	   Breite nach oben und links verschoben */
	margin:-300px 0px 0px -400px; /* jeweils die Hälfte der Gesamthöhe und -breite */
}

/* S: Breite/Höhe für Internet Explorer (Hack) */
* html div#centerbox {
	width:800px;
	height:600px;
}
/* E: Breite/Höhe für Internet Explorer (Hack) */
/* E: Formatierung Centerbox */

/* S: Formatierung Sprach-Navigation */
span.lng {
	background-image:url(/fileadmin/navpnt.gif);
	background-position:right 6px;
	background-repeat:no-repeat;
	padding-left:5px;
	padding-right:12px;
}

* + html span.lng {
	background-image:url(/fileadmin/navpnt.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	padding-left:5px;
	padding-right:12px;
}

span.llt {
	padding-left:5px;
}

a.lnp:link, a.lnp:visited {
	color:#223915;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a.lnp:hover {
	text-decoration:underline;
}

a.lna:link, a.lna:visited, a.lna:hover {
	color:#223915;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
/* E: Formatierung Sprach-Navigation */

/* S: Formatierung Meta-Navigation */
span.mnv {
	padding-left:10px;
	padding-right:10px;
}

span.mlt {
	padding-left:10px;
}

a.mnvp:link, a.mnvp:visited {
	color:#223915;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a.mnvp:hover {
	text-decoration:underline;
}

a.mnva:link, a.mnva:visited, a.mnva:hover {
	color:#223915;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
/* E: Formatierung Meta-Navigation */

/* S: Formatierung Main-Navigation */
div.pas1 {
	border-bottom:solid #767a76 1px;
}

a.pas1:link, a.pas1:visited {
	color:#040404;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 0px;
	padding-left:17px;
	display:block;
}

a.pas1:hover {
	background-color:#e6e6e6;
}

div.act1 {
	border-bottom:solid #767a76 1px;
}

div.sub {
	background-color:#e6e6e6;
	border-bottom:solid #767a76 1px;
	padding:4px 0px;
}

a.act1:link, a.act1:visited, a.act1:hover {
	color:#040404;
	font-size:14px;
	font-weight:bold;
	background-color:#e6e6e6;
	text-decoration:none;
	padding:6px 0px;
	padding-left:17px;
	display:block;
}

a.pas2:link, a.pas2:visited {
	color:#040404;
	font-size:13px;
	font-weight:normal;
	background-color:#e6e6e6;
	text-decoration:none;
	padding:2px 0px;
	padding-left:25px;
	display:block;
}

a.pas2:hover {
	font-weight:bold;
	background-image:url(/fileadmin/navpnt.gif);
	background-position:10px center;
	background-repeat:no-repeat;
}

a.act2:link, a.act2:visited {
	color:#040404;
	font-size:13px;
	font-weight:bold;
	background-color:#e6e6e6;
	background-image:url(/fileadmin/navpnt.gif);
	background-position:10px center;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:2px 0px;
	padding-left:25px;
	display:block;
}

a.pas3:link, a.pas3:visited {
	color:#040404;
	font-size:13px;
	font-weight:normal;
	background-color:#e6e6e6;
	text-decoration:none;
	padding:2px 0px;
	padding-left:45px;
	display:block;
}

a.pas3:hover {
	font-weight:bold;
	background-image:url(/fileadmin/navpnt.gif);
	background-position:30px center;
	background-repeat:no-repeat;
}

a.act3:link, a.act3:visited {
	color:#040404;
	font-size:13px;
	font-weight:bold;
	background-color:#e6e6e6;
	background-image:url(/fileadmin/navpnt.gif);
	background-position:300px center;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:2px 0px;
	padding-left:45px;
	display:block;
}
/* E: Formatierung Main-Navigation */

/* S: Formatierung Überschriften */
td.con h1, td.con h2, td.con h3, td.con h4, td.con h5 {
	color:#030000;
	font-size:22px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-bottom:17px;
}

td.con h1 a, td.con h2 a, td.con h3 a, td.con h4 a, td.con h5 a {
	color:#030000;
	text-decoration:none;
}

td.con h1 a:hover, td.con h2 a:hover, td.con h3 a:hover, td.con h4 a:hover, td.con h5 a:hover {
	text-decoration:underline;
}

td.cor span.header {
	/*background-image:url(/fileadmin/navpnt.gif);
	background-position:right center;
	background-repeat:no-repeat;*/
	display:block;
}

td.cor h1, td.cor h2 {
	color:#313131;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	text-align:center;
	background-color:#e0e0e1;
	/*background-image:url(/fileadmin/navpnt.gif);
	background-position:2px center;
	background-repeat:no-repeat;*/
	border-top:solid #727378 1px;
	border-bottom:solid #727378 1px;
	padding:4px 2px;
	margin:0px;
}

td.cor h3, td.cor h4 {
	color:#313131;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	text-align:center;
	background-color:#ffffff;
	/*background-image:url(/fileadmin/navpnt.gif);
	background-position:2px center;
	background-repeat:no-repeat;*/
	padding:4px 2px;
	margin:0px;
	margin:4px 0px;
}
/* E: Formatierung Überschriften */

/* S: Formatierung Verweise (Links) */
a:link, a:visited {
	color:#628f3a;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a.ftr:link, a.ftr:visited {
	color:#ffffff;
	text-decoration:none;
}

a.ftr:hover {
	text-decoration:underline;
}
/* E: Formatierung Verweise (Links) */

/* S: Formatierung Inhalte */
p {
	padding:0px;
	margin:0px;
}

hr {
	background-color:#727378; /* Lininefarbe: CSS-fähige Browser (Mozilla ...) */
	color:#727378; /* Lininenfarbe: Internet Explorer 6 */
	border:#727378; /* Lininenfarbe: Opera 7.11 */
	height:1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

img {
	border:solid #000000 0px;
}

ul, li {
	padding:0px;
	margin:0px;
	margin-left:14px;
	margin-bottom:14px;
}

div.csc-textpic img {
	border:solid #000000 0px;
}

div.typ1tespalte {
	width:49%;
	float:left;
	position:relative;
	margin-bottom:12px;
}

div.typ2tespalte {
	width:49%;
	float:right;
	position:relative;
	margin-bottom:12px;
}

div.typboxE6E6E6 {
	background-color:#e6e6e6;
	padding:2px 2px;
	margin-bottom:16px;
}

div.typboxFFFFFF {
	background-color:#ffffff;
	padding:2px 2px;
	margin-bottom:16px;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.align-full {
	text-align:justify;
}

.weiter-link {
	color:#000000;
	font-weight:bold;
	background-image:url(/fileadmin/weiter-link.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:0px;
	padding-left:16px;
}

.weiter-link a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.zurueck-link {
	color:#000000;
	font-weight:bold;
	background-image:url(/fileadmin/zurueck-link.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:0px;
	padding-left:16px;
}

.zurueck-link a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.contenttable {
	width:100%;
	vertical-align:top;
	border-collapse:collapse;
	padding:0px;
}

.contenttable td {
	width:auto;
	vertical-align:top;
	border-collapse:collapse;
	padding:4px;
}
/* E: Formatierung Inhalte */

/* S: Formatierung News-Erweiterung (tt_news) */
.news_list_more {
	text-align:right;
}

.news_latest {
	padding:6px;
}

.news_latest_more {
	text-align:right;
	border-bottom:dashed #ffffff 1px;
	padding-bottom:4px;
	margin-bottom:4px;
}

.news_single_back {
	text-align:left;
	margin-top:10px;
}
/* E: Formatierung News-Erweiterung (tt_news) */

/* S: Formatierung Galerie-Erweiterung (lz_gallery) */
#tx-lzgallery-pi1-fotos {
	width:100%;
	text-align:center;
	background-color:transparent;
	border:solid #727378 1px;
	padding:1px;
}

#tx-lzgallery-pi1-fotos td {
	width:auto;
	text-align:center;
	background-color:transparent;
	border:solid #727378 1px;
	padding:1px;
}
/* E: Formatierung Galerie-Erweiterung (lz_gallery) */

/* S: Formatierung Kontaktformular (typo3) */
/************************************************************************/
fieldset.csc-mailform {
	border:solid #ffffff 0px;
	padding:0px;
	margin:0px;
}


/* S: Formatierung Zeilenüberschrift */
.csc-mailform-field label {
	float:left;
	width:150px;
	display:block;
	font-weight:bold;
	clear:both;
}
/* E: Formatierung Zeilenüberschrift */

/* S: Formatierung Zeilenfelder (input, select, textarea usw.) */
#mailformname {
	width:350px;
}

#mailformemail {
	width:350px;
}

#mailformadresse {
	width:350px;
}

#mailformplzort {
	width:350px;
}

#mailformmitteilung {
	width:350px;
}

.csc-mailform-submit {
	margin-left:150px;
}
/* E: Formatierung Zeilenfelder (input, select, textarea usw.) */

/* S: Formatierung Abstände Zeilen */
div.csc-mailform-field {
	margin-bottom:6px;
}
/* E: Formatierung Abstände Zeilen */
/************************************************************************/
/* E: Formatierung Kontaktformular (typo3) */