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

/* ### breadcrump ############################################################ */

#main-block p#breadcrumb {
font-size: 1em;
color: #90B0BF;
margin-bottom: 30px;
}

/* ### start ############################################################ */

.pics { text-align: center; height: 245px; width: 250px; padding:0; margin:5px 0 0; overflow: hidden  }
.pics img { height: 217px; width: 250px; top:0; left:0 }
.pics a, 
.pics a:link { color:#000000; background: inherit; }

.pics a:hover { color:#000000; background: inherit; text-decoration: underline; }
/* ### 2Spalten ############################################################ */

.spalten { font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif; position: static; width: 600px; display: block; }

.spalten .linkespalte {
	width: 310px;
	float: left;
	}

.spalten .rechtespalte {
	width: 250px;
	margin-left: 40px;
	margin-top: 0;
	float: left;
	}
	
/* ### 2Spalten - Startseite ############################################################ */

.sspalten { font: 1em/1.4em Arial, Helvetica, Geneva, sans-serif; position: static; width: 800px; display: block; }

.sspalten .linkespalte { width: 510px; float: left; clear: right; }

.sspalten .rechtespalte { width: 250px; margin-left: 40px; margin-top: 0; float: left; clear: right; padding-top: 4px; }
/* ### headlines ############################################################ */

#main-block h1 { color:#274775; font-size:1.7em; line-height:1.9em; margin-bottom: 16px; }

#main-block h2 { color:#274775; font-size:1.3em; font-weight:normal; line-height:1.6em; margin-bottom: 15px; }

#main-block h3 { color:#274775; font-size:1.3em; font-weight:normal; line-height:1.6em; margin-top: 40px; margin-bottom: 15px; }

#main-block h4 { color:#444; background: inherit; font-size:1.2em; line-height:1.3em; margin-top: 6px; margin-bottom: 2px; }
#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 { vertical-align: baseline; clear: both; }

#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:#274775; font-weight: bold; background-color: inherit; background-image: none; background-repeat: inherit; background-attachment: inherit; background-position: inherit; }

#main-block a:hover { color:#274775; font-weight: bold; background: inherit; text-decoration: underline; }

#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:#274775;
	background: inherit;
	text-decoration:underline;
}


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

#main-block p {
	margin-bottom:1em;
	font-size:1em;
	line-height:1.5em;
}

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



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

#main-block table {
	font-size:1em;
	line-height:1.3em;
}

#main-block td { vertical-align: top; padding:0 0 8px; }


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

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


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

#main-block ul, 
#main-block ol {
	margin-bottom:1.1em;
	font-size:1em;
	line-height:1.2em;
}

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


/* ### 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;
}


/* ### Team ### */

#main-content-block div.team {
	clear: both;
	padding: 12px 0;
	margin-bottom: 0px ;
}

#main-content-block div.team div{
	width:100px;
}

#main-content-block div.team p {
	font-size: 1.3em;
	letter-spacing: 0.05em;
	margin-top: 0px;
}

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

/* ### 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;
}


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

div#form-module { margin-top: 16px; margin-left: 0; }
form#form_formular { font-size: 1em; }
p.formcheckbox { width: 220px; height: 20px; margin-top: 6px; margin-bottom: 20px; }
input.checkbox { width: 14px; height: 14px; border: solid 1px #5c3120; }
label.checkbox{ font-size: 1em; }
p.formtext { font-size: 1em; }
input.text { background-color: #efefef; width: 200px; height: 18px; border: solid 1px #000000; }
label.text{ font-size: 1em; width: 100px; height: 25px; display:block; float:left; clear: left; }
p.formtextarea { width: 220px; }
label.textarea { font-size: 1em; width: 100px; display:block; height: 26px; float:left; clear: left; }
textarea.textarea { background-color: #efefef; width: 250px; height: 160px; border: solid 1px #000000; }
p.formsubmit { color: #fff; }
input.submit { color: #fff; background-color: #274775; text-align: center; width: 200px; height: 20px; border: solid 1px #4b5354; }
input.submit:hover {}
p.formselect { margin-top: 6px; margin-bottom: 20px; }
input.select { border: solid 1px #5c3120; }
label.select { font-size: 1em; width: 100px; height: 25px; display:block; float:left; clear: left; }
p.answertext { font-size: 1em; margin-top: 20px; }
ul.form_warning { color: #f00; font-size: 1em; }
ul.form_warning li { color: #f00; font-size: 0.9em; }

.ecardthumb { width: 160px; height: 100px; text-align: left; float: left; }
.ecardradio { font-size: 0.8em; vertical-align: middle; width: 160px; height: 16px; margin-top: 10px; }
.inputbox { background-color: #efefef; width: 240px; height: 18px; border: solid 1px #000000; }
.inputbox2 { background-color: #efefef; width: 280px; height: 60px; border: solid 1px #000000; }
.answertext { font-weight: bold; }
.button { color: #fff; background-color: #274775; text-align: center; width: 240px; height: 20px; border: solid 1px #4b5354;; }

.clear { height: 2px; clear: both; }




/**
 * 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 { font-size: 1em; line-height: 1.4em; vertical-align: top; }

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0;}
.wysiwygimg img.wysiwygimg { border-style: solid; border-width: 0; }
.wysiwygimg a.wysiwygimg img {border:0;padding:0;vertical-align:top;}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {display:table; display:table; line-height:0;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {}
.wysiwygimg a.wysiwygimg:focus {}
.wysiwygimg a.wysiwygimg:active {}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; 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; border-width: 0; }

/* 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.2em;}
.wysiwygimg td {vertical-align:top; font-size:1.2em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol { vertical-align: top; padding-right:1em; border-right: 20px solid transparent; }

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol { vertical-align: top; padding-left:1em; border-left: 20px solid transparent; }
#id { }
