/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/


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

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

#main-block p#breadcrumb {
	font-size: 1em;
	color: #333333;
	margin-bottom: 30px;
	margin-top: 0px;

}


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

#main-block h1 {
	color:#036;
	background: inherit;
	font-size:2.3em;
	font-weight:normal;
	text-transform: none;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, serif;
	margin: 15px 0px 0px;
	padding: 0px;




}

#main-block h2 {
	color:#036;
	background: inherit;
	font-size:1.6em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	padding: 0px;



}

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

#main-block h4 {
	color:#bc0065;
	background: inherit;
	font-size:15px;
	font-weight:bold;
	line-height:1em;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin-top: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 17px;
	padding-top: 15px;




}

#main-block h5 {
	color:#bc0065;
	background: inherit;
	font-size:15px;
	font-weight:bold;
	line-height:1em;
	font-family: "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-left: 17px;
	letter-spacing: 1px;


}

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

#mitte a:link, #mitte a, #mitte a:active {
	color: #bc0065;
	text-decoration: none;


}

#mitte a:hover {
	color: #003366;
}


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

#main-block p {
	font-size:1.3em;
	line-height:1.2em;
	color: #333333;
	margin-bottom: 7px;







}

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



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

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

#main-block td {
	padding:0 0 0 0;
}


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

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


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

#main-block ul, 
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.3em;
	line-height:1.5em;

}

#main-block ol li {
	margin:0 0 0 30px;
	list-style-type:decimal-leading-zero;
	color: #333333;

} 
#main-block ul li {
	margin:0 0 0 20px;
	list-style-type:none;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(listpunkt.gif);
	padding-bottom: 7px;
	line-height: 1.2em;








}


/* ### 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 {
	padding: 8px 0 0px;


}


/* ### 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:15px 0px 15px 0;
	border: 1px solid #FF0033;

}

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

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;
}

#rechte-spalte .link  {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 17px;
	margin-right: 25px;

}
#rechte-spalte .link a:link  {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(rechte-spalte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}

#rechte-spalte .link a  {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(rechte-spalte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}
#rechte-spalte .link a:hover {
	color: #036;
	background-image: url(rechte-spalte-pfeil_over.gif);
	background-repeat: no-repeat;
	background-position: left 2px;

}

#rechte-spalte .extlink  {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 17px;
	margin-right: 25px;

}
#rechte-spalte .extlink a:link  {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(rechte-spalte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}

#rechte-spalte .extlink a  {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(rechte-spalte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}
#rechte-spalte .extlink a:hover {
	color: #036;
	background-image: url(rechte-spalte-pfeil_over.gif);
	background-repeat: no-repeat;
	background-position: left 2px;

}


/* ### Mitte Externer Link ######## */

#mitte .extlink p {
	margin: 0px;
	padding: 0px;


}
#mitte .extlink  {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 25px;

}
#mitte .extlink a:link  {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-image: url(mitte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}

#mitte .extlink a  {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-image: url(mitte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}
#mitte .extlink a:hover {
	color: #bc0065;
	background-image: url(mitte-pfeil_o.gif);
	background-repeat: no-repeat;
	background-position: left 2px;

}


/* ### Mitte Interner Link ######## */




#mitte .link  {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;

}
#mitte .link a:link  {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-image: url(mitte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}

#mitte .link a  {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-image: url(mitte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}
#mitte .link a:hover {
	color: #bc0065;
	background-image: url(mitte-pfeil_o.gif);
	background-repeat: no-repeat;
	background-position: left 2px;

}


/* ### pdf Download Rechts ######## */

#rechte-spalte .list_content  {
	margin-left: 17px;

	
}
#rechte-spalte .list_content a:link  {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(rechte-spalte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}

#rechte-spalte .list_content a  {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(rechte-spalte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
}
#rechte-spalte .list_content a:hover {
	color: #036;
	background-image: url(rechte-spalte-pfeil_over.gif);
	background-repeat: no-repeat;
	background-position: left 2px;

}

#rechte-spalte .list_content2  {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-position: left 2px;
	margin: 10px 25px 0px 17px;
	padding: 0px;
	font-weight: bold;


}


/* ### pdf Download Mitte ######## */

#mitte .list_content  {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 25px;



}
#mitte .list_content a:link  {
	font-size: 12px;
	color: #bc0065;
	text-decoration: none;
}

#mitte .list_content a  {
	font-size: 12px;
	color: #bc0065;
	text-decoration: none;
}
#mitte .list_content a:hover {
	color: #036;

}

#mitte .list_content2  {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-position: left 2px;
	margin: 10px 25px 0px 0px;
	padding: 0px;







}


/* ### Infothek ################################################################ */










/* ### Infothek ################################################################ */
#infothek {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;


}

#infothek a:link, #infothek a, #infothek a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	text-decoration: none;
	background-color: #eeeeee;
	margin: 0px 5px 10px 0px;
	padding: 2px 5px;
	line-height: 30px;
}

#infothek a:hover {
	color: #fff;
	background-color: #036;


}

/* ### Infothek angezeigte Links ##### */
#main-block a:link.faq, #main-block a.faq, #main-block a:visited.faq{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	line-height: 20px;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(mitte-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}


#main-block a:hover.faq {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	text-decoration: none;
}


#nav h4 {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;


}
#main-block .link a.extlink_link {
	font-family: Arial, Helvetica, sans-serif;
	color: #BC0065;
	text-decoration: none;
	margin: 0px;
	padding: 0px;


}
#rechte-spalte img {
	padding-left: 19px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 7px;




}
#rechte-spalte p {
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 19px;
}
#rechte-spalte div.floatLeft img {
	margin:15px 0px 15px 0;
	padding-bottom: 10px;

}
