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

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

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


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

/* ### breadcrump ############################################################ */
#main-block {
	text-align:left;
}

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

#main-block h1 {
	color:#CCCCCC;
	background: inherit;
	font-size:22px;
	font-weight:bold;
	line-height:36px;
	
	
	text-align:right;
}

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

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

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

}

#main-block img.symbols {
	
	padding-top: 5px;
	padding-right: 10px; 
	float:left;
	margin-left: 2px;
	display:inline;
	
	

	
}

#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:14px;
	line-height:18px; 

	
}

#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:14px;
	line-height:24px;
}

#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 20px 12px 0px;

}




/* ###referenz ### */
#main-content-block div.reference {
	width:522px;
	padding: 20px;
	
border: 1px solid #000;
	clear: both;
	margin-bottom: 10px;
		background-color:#D8D8D8;
	/*padding: 12px 0;
	
	background-color:#6633FF;*/
}
#main-content-block div.reference-pic {
	float:left;
	width: 310px;
	background:inherit;
/*	background-color:#D8D8D8;*/

	text-align:left;
	
	
	
	
	/*clear: both;

	
	background-color:#6633FF;*/
}

#main-content-block div.reference-text {
background:inherit;
	float:left;
	width: 190px;

	padding: 10px;
	/*padding: 12px 0;
	margin-bottom: 0px ;
	background-color:#6633FF;*/
}



/* ### 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 ################################################################ */
#form-module,
#form-module-thanks{
	padding: 12px 20px 12px 0px;
}

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: 300px;
	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: 380px;
	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;
}
