/* Standards */
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FED5A1;
	background-image: url(con_bg.jpg);	/* hintergrund_rot.jpg */
	background-repeat: repeat;
	background-position: center top;
	height: 100%;
}
	body, td, th {
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		
		line-height:120%;
		text-decoration: none;
	}

#content h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	color: #277C07;
}

#content #content2spalten h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	color: #277C07;
}

#content #spalte h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	color: #277C07;
}


#content h1 {
	font-size: 140%;
}
#content h2 {
	font-size: 120%;
}
#content h3 {
	font-size: 100%;
}
#content h4 {
	font-size: 90%;
}
#content h5 {
	font-size: 80%;
}
#content h6 {
	font-size: 70%;
}


div {
}
p {
	margin-top: 0px;
}
span {
}


hr {
	padding: 0px;
	height: 0px;
	width: 100%;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


ol{
}
ul {
	list-style-type: square
	margin-left: 1em;
}
li {
}


a:link {
	text-decoration: none;
	color: #910B5B;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #910B5B;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #277C07;
	font-weight: bold;
	font-size: 0.9em;
}
a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #277C07;
	font-weight: bold;
	font-size: 0.9em;
}


#clearing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.clearing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#sma {
	display: none;
}


/* Blöcke */
#block_default {
	width: 1000px;	/* 960px */
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto;
	min-height: 100%;
	padding: 0px;
	overflow: visible;
	/*background-color: #C14716;*/
}
	
	
	
	#block_default #metanavi {
		background-color: #B15432;
		height: 18px;
		width: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		line-height: 18px;
		font-weight: normal;
		color: #FFEA94;
		text-align: right;
		vertical-align: right;
		font-size: 0.7em;
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
	}

#block_default #logo {

		background-image: url();
		position: absolute;
		height: 18px;
		width: 350px;
		left: 636px;
		top: 252px;

	}

		#block_default #metanavi a {
			color: #FFEA94;
			margin-right: 5px;
			margin-left: 5px;
			text-decoration: none;
		}
			#block_default #metanavi a:hover {
				color: #FFEA94;
				text-decoration: underline;
				background-color: transparent;
			}
			#block_default #metanavi a#mainA1 {
				background-image: url(flagge_eng.gif);
				background-repeat: no-repeat;
				background-position: left center;
				padding-left: 28px;
			}
			#block_default #metanavi a#mainA2 {
				background-image: url(flagge_deu.gif);
				background-repeat: no-repeat;
				background-position: left center;
				padding-left: 28px;
			}
			

	#block_default #header {
		height: 201px;
		width: 1000px;	/* 876px */
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		overflow: visible;
		padding-left: 0px;
		padding-right: 0px;
	}


	
	#block_default #navigation {
		background-image: url();
		background-repeat: no-repeat;
		float: left;
		clear: right;
		padding: 0px;
		padding-bottom: 50px;
		margin-top: 80px;
		margin-right: 20px;
		margin-bottom: 0px;
		margin-left: 20px;
		width: 200px;
		position: relative;
		height: auto;
		left: 0px;
		top: 0px;
	}
		#block_default #navigation #logo{
			display: none;
		}
		#block_default #navigation ul {
			width: auto;
			padding: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			list-style-type: none;
		}
			#block_default #navigation ul li {
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 3px;
				margin-left: 0px;
			}
				#block_default #navigation ul li a {
					font-size: 0.95em;
					font-weight: bold;
					color: #63032E;
					text-decoration: none;
					margin: 0px;
					padding-top: 0px;
					padding-right: 0px;
					padding-bottom: 0px;
					padding-left: 30px;
					display: block;
					background-repeat: no-repeat;
					background-position: left 3px;
					min-height: 21px;
				}
					#block_default #navigation ul li a:hover {
						color: #277C07;
						background-image: url(linkpic.gif);
						background-color: transparent;
					}
					#block_default #navigation ul li a.selected {
						color: #277C07;
						background-image: url(linkpic.gif);
					}
					#block_default #navigation ul li.spacer {
						height: 31px;
					}
					
					/* Level 2 */
					#block_default #navigation ul ul {
						margin-left: 11px;
						padding-left: 0px;
					}
						#block_default #navigation ul ul li {
							margin-bottom: 3px;
						}
							#block_default #navigation ul ul li a {
								font-size: 0.85em;
								padding-left: 22px;
								display: block;
								min-height: 17px;
								background-repeat: no-repeat;
								background-position: left 5px;
							}
								#block_default #navigation ul ul li a:hover {
									background-image: url();
								}
								#block_default #navigation ul ul li a.selected {
									background-image: url();
								}
								#block_default #navigation ul ul li.spacer {
									height: 17px;
								}

							/* Level 3 */
							#block_default #navigation ul ul ul {
								margin-left: 35px;
								padding-left: 0px;
							}
									#block_default #navigation ul ul ul li a {
										font-size: 0.8em;
										padding-left: 0px;
										background-image: none;
										display: block;
									}
									#block_default #navigation ul ul ul li a:hover {
										background-image: none;
									}
									#block_default #navigation ul ul ul li a.selected {
										background-image: none;
									}
					
					
	#block_default #contentbg {

		background-image: url(con_bg.jpg);
		

		left: 0px;

		top: 0px;

	}

	#block_default #content {
		float: left;
		min-height: 400px;
		margin-top: 30px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		background-image: url();
		background-repeat: no-repeat;
		background-position: 50px 40px;
		padding-top: 0px;
		padding-right: 15px;
		padding-bottom: 45px;
		padding-left: 0px;
		width: 595px;	/* 555px */
		position: relative;
		top: 0px;
		left: 0px;
		color: #63032E;
	}

	#block_default #content2spalten {
		float: left;
		min-height: 400px;
		margin-top: 30px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		background-image: url();
		background-repeat: no-repeat;
		background-position: 50px 40px;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 45px;
		padding-left: 0px;
		width: 495px;	/* 555px */
		position: relative;
		top: 0px;
		left: 0px;
		color: #63032E;
	}

	#block_default #spalte {
		float: right;
		
		min-height: 400px;
		margin-top: 30px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		background-image: url(sp_bg.gif);
		background-repeat: repeat;
		background-position: 0px 0px;
		padding-top: 0px;
		padding-right: 18px;
		padding-bottom: 45px;
		padding-left: 0px;
		width: 155px;	/* 555px */
		position: relative;
		top: 0px;
		left: 0px;
		color: #260112;
		font-size: 85%;
		line-height:105%;
		text-align: center;
		padding: 5px;
		margin: 5px;
	}


/* Inhalte / Content */
/* Kontaktformular */
.formular_2spaltig {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
	.formular_2spaltig .clearing {
		clear: both;
		padding: 0px;
		margin: 0px;
	}
	.formular_2spaltig .bild {
		padding: 0px;
		width: auto;
		max-width: 180px;
		float: right;
		clear: left;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 20px;
	}
	.formular_2spaltig .form {
		margin: 0px;
		float: left;
		display: block;
		width: 100%;
	}
		.formular_2spaltig .form form {
			padding: 0px;
			margin: 0px;
			margin-bottom: 20px;
			display: block;
		}
			.formular_2spaltig .form form input {
				width: 330px;
				height: 16px;
				padding: 1px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.9em;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 3px;
				margin-left: 0px;
			}
			.formular_2spaltig .form form textarea {
				width: 332px; /* immer +2px */
				height: 80px;
				padding: 1px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.9em;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 3px;
				margin-left: 0px;
			}
			.formular_2spaltig .form form input.form_rahmen_radio {
				width: auto;
				margin-top: 2px;
				margin-right: 0px;
				margin-bottom: 4px;
				margin-left: 0px;
				padding: 4px;
			}
			.formular_2spaltig .form form input.form_rahmen_box {
				width: auto;
				margin-top: 0px;
				margin-right: 5px;
				margin-bottom: 4px;
				margin-left: 174px;
				padding: 0px;
				float: left;
				clear: right;
			}
				.formular_2spaltig .form form .text_anrede {
					line-height: 16px;
					vertical-align: top;
					padding: 0px;
					margin-top: 2px;
					margin-right: 0px;
					margin-bottom: 0px;
					margin-left: 0px;
				}
			.formular_2spaltig .form form label {
				clear: both;
				float: left;
				min-width: 160px;
				width: auto;
				min-height: 16px;
				height: auto;
				line-height: 16px;
				vertical-align: top;
				padding: 2px;
				margin-top: 2px;
				margin-right: 10px;
				margin-bottom: 2px;
				margin-left: 0px;
			}
				.formular_2spaltig .form form label.label_anrede {
					padding-top: 2px;
					margin-top: 2px;
				}
				.formular_2spaltig .form form label.label_rechts {
					clear: none;
					float: left;
					padding-top: 0px;
					width: auto;
					margin-top: 0px;
					margin-right: 35px;
					margin-bottom: 4px;
					margin-left: 0px;
				}
			.formular_2spaltig .form form fieldset {
				display: block;
				clear: both;
				/*background-color: #FAFAFA;*/
				border: 1px solid #FFEA94;
				width: auto;
				height: auto;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 20px;
				margin-left: 0px;
				padding-top: 0px;
				padding-right: 10px;
				padding-bottom: 10px;
				padding-left: 10px;
			}
			.formular_2spaltig .form form legend {
				font-weight: bold;
				color: #59340E;
				background-color: #FFEA94;
				padding-top: 0px;
				padding-right: 10px;
				padding-bottom: 0px;
				padding-left: 10px;
				border: 1px dotted #FFEA94;
				margin-top: 7px;
				margin-right: 0px;
				margin-bottom: 10px;
				margin-left: 0px;
			}
			.formular_2spaltig .form input.form_stdbutton {
				width: 175px;
				height: auto;
				padding: 0px;
				margin: 0px;
				font-weight: bold;
			}
		.formular_2spaltig .form .form_pflichtfelder {
			display: block;
			text-align: center;
			font-size: 0.8em;
			font-weight: normal;
			text-decoration: none;
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
		}
		.formular_2spaltig .form .form_buttons {
			display: block;
			text-align: center;
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
		}

		.formular_2spaltig .form p.form_error {
			display: block;
		}
			.formular_2spaltig .form ul {
				clear: both;
				list-style-type: none;
			}
			.formular_2spaltig .form ul li {
				/* Anzeige der Fehlerfelder */
				float: left;
				color: #FFFFFF;
				font-size: 0.9em;
				margin-right: 10px;
				margin-bottom: 5px;
			}
			.formular_2spaltig .form ul li.form_error_header {
				display: block;
				text-decoration: underline;
			}

/* Download */
.einzeldownload {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	.einzeldownload .beschreibung {
	}

/* Newsübersicht */
.newsteaser {
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #63032E;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	.newsteaser img {
		float: left;
		clear: right;
		margin-top: 0px;
		margin-right: 20px;
		margin-bottom: 0px;
		margin-left: 0px;	
		border: 1px solid #427808;
	}
	.newsteaser h2 {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		text-decoration: none;
		padding: 0px;
	}
	.newsteaser .link {
		text-align: left;
		width: 50px;
		padding: 0px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		line-height: 30px;
		vertical-align: bottom;
	}
		.newsteaser .link a {
			text-decoration: none;
			background-image: none;
			background-repeat: no-repeat;
			background-position: left center;
			/*padding-left: 15px;*/
			margin: 0px;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			color: #427808;					
		}
	.newsteaser .teaserNav {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;	
		clear: both;
	}

/* Newsübersicht - Box */
.newsteaserbox_left {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
	width: auto;
	display: block;
} 
.newsteaserbox_right {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
	clear: left;
	height: auto;
	width: 175px;
}
	.newsteaserbox_head {
		padding: 0px;
		font-size: 1em;
		color: #666666;
		text-decoration: none;
		font-family: "Times New Roman", Times, serif;
		display: block;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 0px;
	} 
		.newsteaserbox {
			margin-top: 10px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			color: #666666;
			display: block;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 10px;
			padding-left: 0px;
			clear: both;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #666666;
		} 
			.newsteaserbox .newsteaserbox_img {
				float: left;
				margin-top: 0px;
				margin-right: 20px;
				margin-bottom: 0px;
				margin-left: 0px;	
				border: 1px solid #666666;
			}
			.newsteaserbox h1, .newsteaserbox h2, .newsteaserbox h3, .newsteaserbox h4, .newsteaserbox h5, .newsteaserbox h6 {
				font-size: 1em;
				font-weight: bold;
				font-style: normal;
				margin-bottom: 5px;
				color: #666666;
				padding: 0px;
				margin-top: 0px;
				margin-right: 0px;
				margin-left: 0px;
			}
			.newsteaserbox .link {
				text-align: left;
				width: 50px;
				padding: 0px;
				margin-top: 5px;
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				line-height: 30px;
				vertical-align: bottom;
			} 
				.newsteaserbox .link a {
					text-decoration: none;
					background-image: url(content_trenner_text.gif);
					background-repeat: no-repeat;
					background-position: left center;
					padding-left: 15px;
					margin: 0px;
					padding-top: 0px;
					padding-right: 0px;
					padding-bottom: 0px;
					color: #666666;
				} 
			.newsteaserbox_all {
				padding: 0px;
				font-weight: normal;
				font-style: normal;
				text-align: right;
				display: block;
				margin-top: 10px;
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				font-size: 0.8em;
			} 
	
/* Sitemap */
ul.sitemap {
	padding: 0px;
	list-style-type: square;
} 
	ul.sitemap li {
	} 
		ul.sitemap li.spacer {
			list-style-image: none;
			list-style-type: none;
		} 

/* Textinhalte */
.seitenueberschrift {
	font-style: normal;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #427808;
}

.bild_links_mit_textfluss {
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}
.bild_rechts_mit_textfluss {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
.bild_links_mit_textfluss_und_rahmen {
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #333333;
	float: left;
	padding: 2px;
}
.bild_rechts_mit_textfluss_und_rahmen {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #333333;
	float: right;
	padding: 2px;
}

.bild_rahmen {
	padding: 2px;
	border: 1px solid #333333;
}

.text_standard {
	color: #59340E;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
	.text_standard:hover {
		font-style: normal;
	}
.text_grossbuchstaben {
	text-transform: uppercase;
}
.text_einrueckung {
	margin-left: 1em;
}

#impressum {

	position: fixed;
 margin-top:0px;
 margin-left:0px;
 margin-right:20px;
 text-align:right;
  font-size: 10px;
font-family:arial, helvetica, sans-serif;
color:#242424;
}		

#impressum a,
#impressum a:link {

	color:#FAD129;
	font-size:1.0em;
	line-height:2.0em;
	font-weight:bold;
	text-decoration:none;
	}


#impressum a:hover {

	text-decoration:underline;
}


div.rexfancy-images img
{
	border:1px solid #EFEFEA;
	background-color:#F5F5F1;
	padding:5px;
	-moz-border-radius:3px;
	margin-right:5px;
	float:left;
}

div.clear-rexfancy
{
	float:none;
	clear:both;
}
