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

#main-block p#breadcrumb {
font-size: 0.9em;
color: #c1001f;
margin-bottom: 10px;
}


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

#main-block h1 { color:#000; font-size:1.8em; font-weight:normal; line-height:2em; letter-spacing: 0.1em; margin-bottom: 6px; }

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

#main-block h3 { color:#000; background: inherit; font-size:1.4em; font-weight:normal; line-height:1.6em; margin-top: 30px; }
#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:#c1001f;
	background: inherit;
	text-decoration:underline;
}

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

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

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


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


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

#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; margin-top: 10px; margin-bottom: 10px; }
#main-content-block div.galerie div.image {
	float: left;
	width: 245px;
}

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


/* ### 3D-Bildgalerie ### */

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

#main-content-block div.galerie_3d div.image img{  }

/* ### 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: #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: 340px; }
label.textarea { font-size: 1em; width: 100px; height: 25px; display:block; float:left; clear: left; }
textarea.textarea { background-color: #efefef; width: 200px; height: 200px; margin-top: 16px; border: solid 1px #000000; }
p.formsubmit { color: #fff; }
input.submit { color: #fff; background-color: #c1001f; text-align: center; width: 200px; height: 20px; border: solid 1px #c1001f; }
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: #3270b1; text-align: center; width: 240px; height: 20px; border: solid 1px #4b5354;; }

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