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

#main-block p#breadcrumb {
font-size: 1em;
color: #ad1023;
margin-bottom: 20px;
}


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

#main-block h1 { color:#fcfcfc; 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 h2 { color:#fcfcfc; background: inherit; font-size:1.4em; font-weight:normal; line-height:1.4em; letter-spacing: 0.1em; margin-top: 20px; margin-bottom: 14px; }

#main-block h3 { color:#fff; background: inherit; font-size:1.3em; font-weight: bold; line-height:1.2em; letter-spacing: 0.1em; margin-top: 2px; margin-bottom: 2px; }

#main-block h4 { color:#fcfcfc; background: inherit; font-size:1.2em; font-weight:bold; line-height:1.1em; letter-spacing: 0.1em; margin-top: 0; 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;
}

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

#main-block .smoothGallery h2 { color:#fcfcfc; background: inherit; font-size:1.4em; font-weight:normal; letter-spacing: 0.1em; margin: 0 10px; line-height: 1.2em; }


/* ### Aktuelles Startseite ############################################################ */
.aktuelles-home {
	background-color: #636363;
	padding: 10px;
	width: 160px;
	margin-top: 20px;
}

.aktuelles-home h1 { color:#fcfcfc; background: inherit; font-size:1.1em; font-weight:normal; line-height:1.4em; letter-spacing: 0.1em; margin-top: 0; margin-bottom: 7px; }


/* ### portfolio ############################################################ */

.portfolio { text-align: justify; clear: both; margin-bottom: 20px; padding-bottom: 20px; display: block; }
.portfolio_links { float: left; width: 380px; margin-bottom: 20px; padding-bottom: 20px; display: block; }
.portfolio_rechts { float: left; width: 380px; margin-left: 20px; margin-bottom: 20px; padding-bottom: 20px; display: block; }
.portfolio_pic { float:left; margin-right: 20px; }
.portfolio_headline { color:#fcfcfc; background: inherit; font-size:1.6em; font-weight:normal; line-height:1.4em; letter-spacing: 0.1em; margin-top: 0; margin-bottom: 14px; }
.portfolio_text {  }
/* ### Images ############################################################ */

#main-block img {
	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:#f3f3f3;
	/*background: inherit;*/
	text-decoration:underline;
}

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

.aktuelles-home a,
.aktuelles-home a:link {
	color:#f3f3f3;
	/*background: inherit;*/
	text-decoration:underline;
}

.aktuelles-home a:hover {
	text-decoration: none;
}

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

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

/* ### pageTools ########################################################## */

#subnav div.pageTools {
	border: 1px #636363 solid;
	border-width: 1px 0;
	padding: 5px 0;
	width: 180px;
	text-align: center;
}

#subnav a.pageTools {
	color: #bbbbbb;
	text-decoration: none;
	font-size: 0.9em;
	padding: 0 1px;
	line-height: 15px;
	display: inline-block;
}

#subnav a.pageTools:hover {
	border-color: #dfdfdf;
	color: #dfdfdf;
}

#subnav a.printicon {
	background: url(printicon.gif) 0 1px no-repeat;
	padding-left: 20px;
}


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

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

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

#subnav .aktuelles-home p {
	padding: 0;
	text-align: left;
	color: #ffffff;
}

/* ### section ### */

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

#main-content-block div.section div, #main-content-block-start div.section div{ text-align: justify; width:100%; }

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

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


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

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

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


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

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


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

#main-block ul, 
#main-block ol {
	margin-bottom:1.2em;
	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 { 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;
}

#main-content-block div.galerie2 { text-align: left; width: 790px; clear: both; }
#main-content-block div.galerie2 div.image { text-align: left; float: left; width: 158px; }

#main-content-block div.galerie2 div.image img{ text-align: left; border-width: 0; }

/* ### 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: #777777;
	color:#f3f3f3;
	margin-top: 10px;
	border: none;
}

/* ### Sonstiges ################################################################ */
.marginBottom{
	margin-bottom: 1em;
}


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

div#form-module { margin-top: 16px; margin-left: 0; }
form#form_formular { font-size: 1em; }
p.formcheckbox { 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: #dedede; width: 200px; height: 18px; border: solid 1px #777777; }
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 { font-family: arial, verdana, helvetica; font-size: 1em; background-color: #dedede; width: 350px; height: 160px; border: solid 1px #777777; }
p.formsubmit { color: #f3f3f3; }
input.submit { color: #f3f3f3; background-color: #777777; text-align: center; width: 200px; height: 20px; border: solid 1px #dedede; }
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: #BD5021; font-size: 1em; }
ul.form_warning li { color: #BD5021; 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; }
