
#site-content { color:#fff; font-size: 1.2em; text-align:left; background: inherit; }
#imagefilm { text-align: center; width: 730px; margin-top: 30px; margin-bottom: 30px; }
/* ### breadcrump ############################################################ */

#breadcrumb {
font-size: 0.9em;
color: #ffffff;
margin-bottom: 20px;
}


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

#main-block h1 { color:#3e5238; background: inherit; font-size:1.6em; font-weight:bold; line-height:1.4em; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dashed #3e5238; }

#main-block h2 { color:#981a3b; background: inherit; font-size:1.6em; font-weight:normal; line-height:1.4em; letter-spacing: 0.1em; margin-top: 0; margin-bottom: 14px; }

#main-block h3 { color:#3e5238; background: inherit; font-size:1.6em; font-weight:bold; line-height:1.4em; letter-spacing: 0.1em; vertical-align: bottom; margin-top: 70px; }

#main-block h4 { color:#3e5238; background: inherit; font-size:1.6em; font-weight:bold; line-height:1.4em; letter-spacing: 0.1em; vertical-align: bottom; }

#main-block h5 { color:#3e5238; background: inherit; font-size:1.6em; font-weight:normal; line-height:1.4em; letter-spacing: 0.1em; margin-top: 14px; margin-bottom: 14px; }

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

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

#main-block a.faq, 
#main-block a.faq:link { color:#3e5238; background: inherit; font-size:1.1em; text-decoration:underline; text-transform:none; }

#main-block a.faq:hover {
	color:#3e5238;
	background: inherit;
}


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

#main-block p { color: #000; margin-bottom:1.6em; font-size:1em; line-height:1.4em; }

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



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

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

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

/* ### section ### */

#main-content-block div.section { font-size: 1.1em; line-height: 1.3em; text-align: justify; clear: both; margin-bottom: 0 ; padding-right: 0; padding-bottom: 12px; padding-left: 0; }

#main-content-block div.section div{
	width:100%;
}

#main-content-block div.section p { font-size: 1.2em; line-height: 1.6em; text-align: justify; margin-top: 0; }

#main-content-block div.section div.floatLeft img {
	margin:4px 10px 4px 0;}
	
	#main-content-block div.section ul li{
	margin:0 0 0 20px;
	list-style-type:square;
}
/* ### Blockquotes ########################################################## */

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


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

#main-block ul, 
#main-block ol {
	margin-bottom:1.2em;
	font-size:1em;
	line-height: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 { width: 730px; clear: both; }
#main-content-block div.galerie div.image { float: left; width: 225px; margin-right: 18px; }

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


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

label.text{
	width: 80px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding-top:5px;
}

label.textarea{
	width: 80px;
	height: 25px;
	display:block;
	clear: left;
	padding-top:5px;
}
input.text {
	float:left;
	width: 370px;
	height:20px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

textarea.textarea {
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

.submit{
	background-color: #90b0bf;
	color:#fff;
	margin-top: 10px;
	border: none;
}


/* ### 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: #ffffff; width: 200px; height: 18px; border: solid 1px #c8af71; }
label.text{ font-size: 1em; width: 100px; height: 25px; display:block; float:left; clear: left; }
p.formtextarea { width: 340px; }
label.textarea { font-size: 1em; width: 100px; display:block; height: 26px; float:left; clear: left; }
textarea.textarea { background-color: #ffffff; width: 300px; height: 160px; border: solid 1px #c8af71; }
p.formsubmit { color: #fff; }
input.submit { color: #000000; background-color: #c8af71; text-align: center; width: 200px; height: 20px; border: solid 1px #c8af71; }
input.submit:hover {}
p.formselect { color: #fff; height: 20px;}
select.select { border: solid 1px #c8af71; width: 200px; height: 20px;  margin-top: 10px;}
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: #3270b1; text-align: center; width: 240px; height: 20px; border: solid 1px #4b5354;; }

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