/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/


#site-content {
	color:#000000;
	text-align:left;
	background: inherit;
}

/* ### breadcrump ############################################################ */

#main-block p#breadcrumb {
font-size: 1em;
color: #90B0BF;
margin-bottom: 10px;
}


/* ### headlines ############################################################ */

#main-block h1 {
	color:#FE0126;
	background: inherit;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#main-block h2 {
	color:#FE0126;
	background: inherit;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.6em;
}

#main-block h3 {
	color:#009145;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

#main-block h4 {
	color:#009145;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#main-block h5 {
	color:#009145;
	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:#90B0BF;
	background: inherit;
	text-decoration:underline;
}

#main-block a:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration: none;
}

#main-block a.faq, 
#main-block a.faq:link {
	color:#eee;
	background: inherit;
	font-size:1.4em;
	text-decoration:none;
	text-transform:none;
	line-height: 2.0em;
}

#main-block a.faq:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration:underline;
}


/* ### Paragraphs ########################################################## */

#main-block p {
	margin-bottom:1.6em;
	font-size:1.2em;
	line-height:1.6em;
}

#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.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 {
	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 #0;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #0;
}

textarea.textarea {
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #000000;;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #000000;;
}

.submit{
	background-color: #90b0bf;
	color:#000000;
	margin-top: 10px;
	border: none;
}


/* ### Newsticker ########################################################*/


#newsticker {
	width: 650px;
	min-height:30px;
	display:block;
	padding:10px;
	font-size: 12px;
	margin:10px;
	border: 1px dashed #009900;
}

#newsticker li {
	margin:5px 0 0 15px;
}


#newstitel {
	padding:0 0 4px 0;
	font-size: 14px;
	font-weigth: bold;
	color: #009900;
	text-decoration: none;
	
}

#newstitel :hover {
	font-weight: bold;
	background:#DDFFDD;
	
}

#newstitel :link {
	text-decoration: none;
	
}


#newsinfo {
	text-align: right;
	font-size: 8x;
	color: #55BB55;
	
}

#ansprechpartner {
    display:block;
    position:relative;
    height:85px;
    margin:15px;
    width:280px;
    padding:6px;
    float:left;
    border: 1px dashed #009900;
}

#Ansprechpartner_header {
    display:block;
    position:relative;
    height:20px;
    margin:16px;
    width:700px;
    padding:0px;
    float:left;
    border: 0px;
}

#album {
	width: 650px;
	min-height:30px;
	display:block;
	padding:10px;
	font-size: 12px;
	margin:10px;
	border: 1px dashed #009900;
}


#albumtitel {
	padding: 10px;
	font-size: 16px;
	font-weight: bolder;
	color: #009900;
	
}

#albumbild {
	padding: 10px;
	float: left;
	color: #009900;
	text-decoration: none;
	height: 200px;
}

#albumdesc {
	padding: 10px;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
	text-align: block;	
}

#sublink {
	padding:10px;
}

#sublink :hover {
	background: #EEFFEE;
}

/* ### Artikelliste - second level navigation ######################################### */

#artlst {
	display:block;
	float: left;
	height: 30px;
	width: 300px;
	background-image:url(artikel_gruen.png);
	margin: 0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
	color: #009145;
}

#artlst a:hover  {
	padding:4px 5px 12px 30px;
	background-image:url(artikel_gruen.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FE0126;
}


#artlst a {
	display:block;
	padding:4px 5px 12px 30px;
	background-image:url(artikel_rot.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #009145;
}

#artlst active a  {
	color: #FFFFFF;
	text-decoration:underline;
	padding:4px 5px 12px 20px;	
	background-image:url(artikel_rot.png);
	background-position:0px 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}

/* ### Terminkalender ######################################### */

#kalender {
	margin: 0 0 0px 0;
	font-size:9px;
	font-weight:normal;
	text-transform:none;
	color: #009145;
	float: right;
}
#kalender_eventday {
        color: #FE0126;
	font-weight: bold;
	font-size: 12px;
}