h1,
h2,
h3,
h4,
h5,
h6 { color: #006699; }
.text_box1 h1 {
	font-size: 1.6em;
	line-height: 2em;
	letter-spacing: 0.1em;
	border-bottom: #CCCCCC 1px dotted;
	margin-bottom: 15px;
}
.text_box1 h2 {
	font-size: 1.4em;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.text_box1 h3 { margin-bottom: 20px; }
.text_box1 h4 { color: #c8120b; }
.text_box1 h5 { }
.text_box1 h6 { }
.text_box1 ul,
.text_box1 ol {
	display: inline-block;
	background: #f1f1f1;
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
}
.text_box1 ul li,
.text_box1 ol li { line-height: 1.5em; }
.text_box1 a {
	color: #333333;
	text-decoration: none;
}
#rechtes a.faq {
	display: block;
	width: 640px;
	background: #206398;
	color: #0099FF;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 25px;
	text-decoration: none;
	padding: 2px 2px 2px 8px;
	border: #000066 1px solid;
}
#rechtes a.faq:hover {
	background: #666666;
	color: #FFF;
}
#artikel_weiter a {
	color: #0099FF;
	line-height: 50px;
	text-decoration: none;
	padding: 2px;
	margin-right: 20px;
}
#artikel_weiter a:hover { color: #000066; }
.text_box1 a:hover { color: #c8120b; }
.text_box1 .floatLeft {
	border: #CCCCCC 1px solid;
	padding: 5px;
	margin: 0 10px 10px 0;
	float: left;
}
.text_box1 .floatRight {
	border: #CCCCCC 1px solid;
	padding: 5px;
	margin: 0 0 10px 10px;
	float: right;
}
.text_box1 .center {
	text-align: center;
	display: block;
}
.text_box1 .center img {
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #666666;
}
.text_box1 p {
	line-height: 1.5em;
	padding-bottom: 1em;
}
.text_box1 p a.extern {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.text_box1 p a.extern:hover { color: #000099; }
.text_box1 p a.email { margin-left: -10px; }
#footer .text_box1 p {
	line-height: 80px;
	margin-top: 10px;
	display: block;
	letter-spacing: 0.2em;
	color: #999999;
}
#footer .text_box1 .extern {
	margin: 0px;
	padding: 0px;
	color: #999999;
	text-decoration: none;
}
#footer .text_box1 .extern:hover {
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-decoration: none;
}
#rechtes2 img {
	text-align: center;
	display: block;
	margin: 10px auto;
	padding: 2px;
	border: 1px dotted #CCCCCC;
}
/* ###   KONTAKT   ###################################################################################################*/

/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.14  
Stand: 20.04.2009 
Version: 1.0
*/

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
#rechtes .formgen {
	float: left;
	width: 560px;
	font-size: 1em;
}
#rechtes .formgen .formblock {
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
}
#rechtes .forminfo {
	color: #FFFFFF;
	width: 520px;
	margin-bottom: 15px;
	background-color: #FF0000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 1px dashed #990000;
}
#form-module-thanks p {
	color: #999999;
	font-weight: bold;
	font-size: 1.2em;
}
/*
Verhalten von br-Tags
*/
.formgen br { clear : both; }
/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield {
	width: 380px;
	height: 150px;
	margin-left: 20px;
}
/* Textfeld */
.formgen input.formtext {
	width: 250px;
	margin-left: 20px;
	padding-bottom: 4px;
	font-size: 1em;
	border: 1px solid #003366;
}
/* Label */
.formgen label {
	width: 120px;
	float: left;
	height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* Aussehen der Select-Ausgabe */
.formgen .formselect {
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}
/* Sende-Button */
.formgen .formsubmit {
	width: 100px;
	text-align: center;
	margin-left: 134px;
}
/* Fieldsetbeschriftung */
.formgen legend {
	display: none;
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
	border: none;
}
/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	border-bottom-width: 1px;
	color: #993300;
}
.formgen img.formcaptcha {
	border: 1px solid #CCCCCC;
	vertical-align: top;
	float: left;
	width: auto;
	margin-right: 10px;
	margin-left: 140px;
}
.formgen .formreq { color: #006633; }
.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */



/*###   REXFANCY   #####################################*/


div.rexfancy-images img {
	border:1px solid #EFEFEA;
	background-color:#F5F5F1;
	padding:5px;
	margin-right:5px;
	float:left;
}
div.clear-rexfancy {
	float:none;
	clear:both;
}
/*#######   BILDERGALERIE - KATEGORIEN   ###########################################################*/


#rechtes .photo {
	position:relative;
	font-family:arial;
	font-size: 0.8em;
	overflow:hidden;
	width:130px;
	height:130px;
	border: #999999 5px solid;
	background-color:#F5F5F1;
	-moz-border-radius:3px;
	float:left;
	margin: 5px;
	text-align: center;
}
#rechtes .photo .heading,
.photo .caption {
	position:absolute;
	background:#000;
	height:30px;
	width:130px;
	opacity:0.6;
}
#rechtes .photo .heading { top:-30px; }
#rechtes .photo .caption {
	bottom:-30px;
	left:0px;
}
#rechtes .photo .heading span {
	color:#26c3e5;
	top:-30px;
	font-weight:bold;
	display:block;
	padding:5px;
}
#rechtes .photo .caption span {
	color:#999;
	font-size:9px;
	display:block;
	padding:5px;
}
/*#######   BILDERGALERIE - EINZELNE BILDER   ###################################*/
#rechtes.rexfancy-images { width: 730px; }
#rechtes .rexfancy-images a.fancyimages {
	margin: 0;
	padding: 0;
}
#rechtes .rexfancy-images a.fancyimages img { margin: 5px; }
/*#########################################################################
#                                                                         #
#                        Terminkalender        						      #
#																		  #
###########################################################################*/

#rechtes .event_box {
	background: #f9f9f9;
	border: #0099FF 2px groove;
	color: #000;
	margin-bottom: 15px;
	padding: 15px;
	-moz-border-radius: 20px;
}
#rechtes .event_box .shadowbox-REX_ARTICLE_ID-REX_SLICE_ID img {
	background: #FFFFFF;
	float: right;
	margin-top: 30px;
	margin-left: 10px;
	padding: 7px;
}
#rechtes .event_box .event_datum {
	color: #003366;
	font-weight: bold;
	margin-bottom: 10px;
}
#rechtes .event_box h2 {
	color: #003366;
	margin-top: 0;
	margin-bottom: 5px;
}
#rechtes .event_monat a {
	color: #003366;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}
#rechtes .event_monat a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/* Dreispalter */

.dreispalter { width: 770px; }
.dreispalter_1 {
	width:210px;
	border-right: #CCCCCC 1px dotted;
}
.dreispalter_2 {
	width:250px;
	margin:0 0 0 20px;
}
.dreispalter_3 {
	width:260px;
	margin:0 0 0 20px;
}
.dreispalter_1,
.dreispalter_2,
.dreispalter_3 { float: left; }
.clearLeft { clear:left; }
