


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

#main-block h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#main-block h2 {
	color: #000;
	font-size: 19px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

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

/* termine */
#main-block h5 {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 15px;
	margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    padding-left: 15px;}

#main-block h6 {
	font-size: 9px;
	line-height: 16px;}
	
.klapptexte div {margin: 15px 0 25px 0;}
.klapptexte a span {margin: 5px 0 5px 0; background: top left; display: block;}
.klapptexte a span {text-indent: -999em;}
/*h1 # ?_1 {height: ??px; background: no-repeat url(farbe_??/???.jpg);}*/
	
.gepunktet {
	height: 60px;
	padding: 10px 0 0 0;
	margin: 5px 0 5px 0;}	

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

#main-content-block a, 
#main-content-block a:link {
	color: #000;
	text-decoration: none;}

#main-content-block a:hover {
	color: #555;
	text-decoration: none;}

#main-content-block a.faq, 
#main-content-block a.faq:link {
	color:#eee;
	text-decoration:none;
	text-transform:none;}

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


#main-content-block a.klappe {cursor: pointer; }


#main-content-block .top {
	position: relative;
	left: 475px;
	width: 100px;}

#main-content-block .top a {text-transform: uppercase;}

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

#main-block p {
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 23px;
	font-family: Georgia, Times, serif;}

#main-block p strong {
	text-transform: uppercase;
	font-family: Lucida, Lucida Grande, arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
}


#nav p {
	margin-bottom: 13px;
}



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

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

#main-block td {padding: 0;}

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

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


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

#main-block ul, 
#main-block ol {
	margin-bottom: 1.2em;
	font-size: 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;
	list-style-type: square;}


/* ###  ### */

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

#main-content-block div.text {
	clear: both;}

#main-content-block div.text p strong {
	font-weight: bold;}

#main-content-block div.text:first-child {
	padding-top: 0px}


/* ###  #main-content-block - Termine ### */
#main-content-block .txt-termine {float: left; width: 282px; padding-left: 2px; margin-bottom: 30px;}

#main-content-block h5:before {padding-right: 7px;}

#main-content-block .txt-termine p {
	font-size: 11px;
	line-height: 13px;
	font-family: Lucida, Lucida Grande, arial, helvetica, sans-serif;
	padding: 0;
}

#main-content-block .txt-termine p strong {
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0px;
}
/* ###  #main-content-block - TEXT UND BILD  ### */

#main-content-block .chor,
#main-content-block .team {
	margin: 8px 0 22px 0;}

#main-content-block .team p {} 

#main-content-block .chor .floatRight,
#main-content-block .team .floatRight { padding: 0 0 5px 15px; } 
#main-content-block .chor .floatLeft,
#main-content-block .team .floatLeft { padding: 0 0 5px 0; } 

#main-content-block .team .floatRight img { }

#main-content-block .team .floatLeft p,
#main-content-block .team .floatRight p {
	width: 215px;
	font-size: 10px;
	line-height: 13px;
	font-family: Lucida, Lucida Grande, arial, helvetica, sans-serif;
	padding: 4px 0 0 0;
	margin-bottom: 0px;
}

#main-content-block .unter p {
	padding: 4px 0 5px 0;
	font-size: 10px;
	line-height: 13px;
	font-family: Lucida, Lucida Grande, arial, helvetica, sans-serif;
}

#main-content-block blockquote p {text-align: center;}



/* ### 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: 1px solid #000;}
textarea.textarea {width:450px; height:100px; background-color:#eee; color:#000; border:1px solid #FFF;}
.submit {background-color:#90b0bf; color:#fff; margin-top:10px; border:none;}
	
