#site-content {
	color:#fff;
	text-align:left;
	background: inherit;
}



/* ### headlines ############################################################ */

#main-block h1 {
	
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

#main-block h2 {
	color:#90B0BF;
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

#main-block h3 {
	color:#90B0BF;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

#main-block h4 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#main-block h5 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
}

#main-block h6 {
	background: inherit;
	color:#c4c4c4;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}


/* ### Images ############################################################ */

#main-block img {
	display:block;
	margin:4px 0;
}

#main-block img.floatLeft {
	
	float:left;
	margin:4px 10px 4px 0;
}

#main-block img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}



/* ### Hyperlinks ######################################################### */

#main-block a, 
#main-block a:link {
	color:#90B0BF;
	background: inherit;
	text-decoration:underline;
}

#main-block a:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration: none;
}

#main-block a.faq, 
#main-block a.faq:link {
	color:#eee;
	background: inherit;
	font-size:1.4em;
	text-decoration:none;
	text-transform:none;
	line-height: 2.0em;
}

#main-block a.faq:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration:underline;
}


/* ### Paragraphs ########################################################## */

#main-block p {
	margin-bottom:20px;
	font-size:14px;
	line-height:20px;
}

#nav p {
	margin-bottom:1.2em;
}



/* ### Tables ############################################################## */

#main-block table {
	font-size:1.2em;
	line-height:1.6em;
}

#main-block td {
	padding:0 0 0 0;
}


/* ### Blockquotes ########################################################## */

#main-block blockquote {
	margin:0 0 0 20px;
}


/* ### Lists ################################################################ */

#main-block ul, 
#main-block ol {
	margin-bottom:1.2em;
	margin-top:0.6em;
	font-size:1.2em;
	line-height:1.6em;
}

#main-block ol li {
	margin:0 0 0 30px;
	list-style-type:square;
} 
#main-block ul li {
	margin:0 0 8px 20px;
	list-style-type:disc;
}


/* ### Module ################################################################ */

#main-content-block div.floatLeft img {
	float:left;
	margin:4px 40px 4px 0;
}

#main-content-block div.floatRight img {
	float:right;
	margin:4px 0 4px 40px;
}

#main-content-block a.more {
	clear:left;
	position: relative;
	left: 120px;
}

/* ### Team ### */

#main-content-block div.txt-img {
	clear: both;
	padding: 12px 0;
}

#main-content-block{
	text-align:left;
	
}
#search-result{
	text-align:left;
	font-size:1.2em;
	
}


/* ### Bildgalerie ### */

#main-content-block div.galerie {
	clear: both;
}
#main-content-block div.galerie div.image {
	float: left;
	width: 270px;
}

#main-content-block div.galerie div.image img{
	padding: 5px;
	border:1px solid #aaa;
}

#webcam-image{
	padding: 0px 0px 10px 0px; 
}
#webcam-image img{
	height:240px;
	width:320px;
}
/* Referenzen */
#main-content-block div.reference {
	width:385px;
	padding: 10px;
	clear: both;
	margin-bottom: 10px;

}
#main-content-block div.reference-pic {
	float:left;
	width: 205px;
	background:inherit;
	text-align:left;
}

#main-content-block div.reference-text {
background:inherit;
	float:left;
	width: 160px;
	padding: 10px;
	
	
}

/* Kalender*/

#caloutput {
	border: 1px solid blue;
	padding: 5px;
	
}
#main-content-block  h3.month_calendar{
	padding:5px 5px 2px 5px;
	margin-top:10px;
	font-weight:normal;
	border-bottom: 1px solid #003399;
	font-size:16px;
	color:#003399;
}
#main-content-block fieldset.calendar label{
	width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
	
}


#main-content-block fieldset.calendar select{
	padding:5px;
	
	font-size:12px;
	
	width:230px;
}

#main-content-block div.facts h1{
	padding: 10px 0 0 0;	
	text-transform: none;
	font-weight:bold;
	font-size:16px;
	text-align:left;
		
}
.calendar_modul h4{ 
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 10px;
}

.eventlist .date{
	
	width:150px;
}
/*
.eventlist .title{

	width:140px;
}
.eventlist .cat{

	width:80px;
}
*/

#content-left h1{
	color: #fff;
	background-color:#4f87c1;
	font-weight:bold;
	border: 1px solid #173e86;
	text-align: center;
	padding: 4px;
	margin-bottom: 10px;
}

.column_3_image {
float:left;
padding:0pt 25px 0pt 0pt;
width:29%;
}
.clearfix {
clear:both;
display:block;
}









/* ### Formular ################################################################ */

/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1.01
Formular Generator für Redaxo 4.x 
Ab: Version 4.5 Community Editon
Stand: 22.01.2008 

Erstellt von: Thomas Skerbis , www.klxm.de
Dieses CSS dient als Beispiel
Bitte nicht 1:1 übernehmen, ist ja auch nicht wirklich hübsch ;-) 

Funktioniert nicht mit Formular-Generator < v.4.43
 
/*



/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1.2em;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 120%;
width: 405px;

}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 250px;
	height: 250px;
	margin-left: 4px;
	
}


/* Textfeld */
.formgen .formtext
{
	height: 20px;
    width: 250px;
	
	margin-left: 4px;
	
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #003366;
	font-size: 1.2em;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #003366;
}



/* Label */
.formgen label {

width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {


}


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: red;
	
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */
/* Beispiel CSS von Sven Jansen
im Feld "Block-Name" zweier für die Spaltenart "zweispaltig" und dreier für die Spaltenart "dreispaltig" angegeben */

/* 2+3 */
.zweier, .dreier {
 	background:url(../files/trenn_blau.jpg) repeat-y;
	background-position:center;
	width: 650px;
	padding-bottom:25px;
}
.dreier-jc{
	 width:650px; 
	 background:url(../files/trenn_blau.jpg) repeat-y;
	background-position:300px;

}
.zweier-webcam {
 	background:url(../files/trenn_blau.jpg) repeat-y;
	background-position:350px;
	width: 650px;
	padding-bottom:25px;
}
.zweier p, .dreier p {
	margin:0;
	padding:0;

}
/* 2 */
.zweier .spalte_1 {
 width: 300px;
 float: left;

}

.zweier .spalte_2 {
 width: 300px;
 float: right;

}

.zweier-webcam .spalte_1 {
 width: 350px;
 float: left;

}

.zweier-webcam .spalte_2 {
 width: 250px;
 text-align:center;
 float: right;

}

/* 3 */
.dreier .spalte_1 {
 width: 15%;
 float: left;
 margin-right: 10px;
}

.dreier .spalte_2 {
 width: 25%;
 float: left;
 text-align: center;
}

.dreier .spalte_3 {
 width: 55%;
 float: right;
}
/* 3 - jugendclub */
.dreier-jc .spalte_1 {
 width: 65px;
 float: left;
 height:50px;

}

.dreier-jc .spalte_2 {
 width: 255px;
 float: left;
 text-align: left;
 color:black;
}
.dreier-jc .spalte_2 p{
 padding-bottom:15px;
 
 
}


.dreier-jc .spalte_3 {
 width: 330px;
 float: right;

}

.galerie{

	float:left;
	margin: 10px;
		
}

/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0px none; margin:1px}
.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}
.wysiwygimg a.wysiwygimg img {border:0px none;padding:0px;vertical-align:top; margin:1px}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:12px; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}