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

	Project		:	Rollladenbau Demmel
	Copyright	:	Design - Sindy Limmer - www.limic-design.de

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


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

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

#main-block h1 {
	background: inherit;
	color:#e20020;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	padding:0px 30px 0px 30px;
}

/* Überschriften h2 ist in Artikelteaser eingebettet | SL 08.08.13*/
#main-block h2 {
	color:#444;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
}

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

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

/* Überschriften h5 und h6 sind in den Nivo Slider eingebettet | SL 08.08.13*/

#main-block h5 {
	color:#444;
	background: inherit;
	font-size:1.2em;
	font-weight: normal;
	text-align:justify;
	line-height:2.0em;
}

#main-block h6 {
	background: inherit;
	color:#e20020;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}


/* ### 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:#e30521;
	text-decoration:underline;
}

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

#main-block a.faq, 
#main-block a.faq:link {
	color:#eee;
	font-size:1.4em;
	text-decoration:none;
	text-transform:none;
	line-height: 2.0em;
}

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


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

#main-block p {
	margin-bottom:1.6em;
	font-size:1.2em;
	line-height:2.0em;
	padding:0px 30px 0px 0px;

}

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



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

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

#main-block td {
	padding:0 30px 5px 10px;
	border-bottom:1px solid #eaeaea;
}


/* ### 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{
	margin:0 0 0 0px;
	padding:0px 30px 0px 50px;
	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: 0px 40px 20px 30px;
	text-align:justify;
}


/* ### Team ### */

#main-content-block div.team {
	clear: both;
	padding: 0px 30px 20px 30px;
	margin-bottom: 0px ;
}

#main-content-block div.team div{
}

#main-content-block div.team p {
	font-size: 1.2em;
	margin-top: 10px;
	text-align:justify;
	margin-left:270px;
}

#main-content-block div.team h1 {
	background: inherit;
	color:#e20020;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0px 10px 240px;
}

#main-content-block div.team div.floatLeft img {
	margin:4px 20px 4px 0;
}

#main-content-block div.team div.floatRight img {
	margin:4px 0px 4px 20px;
}

/* ### Bildgalerie ### */

#main-content-block div.galerie {
	clear: both;
	padding:0px 30px 0px 30px;
	margin:0 auto;
}
#main-content-block div.galerie div.image {
	float: left;
	width: 228px;
}

#main-content-block div.galerie div.image p{
	font-size:11px;
	color:#999;
	width:228px;
	padding:0px 5px 0px 5px;
}

#main-content-block div.galerie div.image img{
	padding: 5px;
	border:1px solid #aaa;
}





/* ### Formular ################################################################ */
 
/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*
 
/* Div das das Formular umschließt */
.formgen {
	font-size:12px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom:30px;
	width:500px;
	float:left;
	clear:left;
}
 
 
/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
 
}
 
 
 
.formgen form
{
line-height : 120%;
 
}
 
 
 
 
/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/

.formgen .checkspan label{
	float:right;
	width:400px;
	font-size:1.0em;
	text-align:justify;
	min-height:110px;

}

.checkspan {
	margin:0px 0px 0px 10px;
	}

.formgen .radio label{
	float:right;
	text-align:left;
	width:400px;

}

.formradio {
	margin:0px 0px 0px 10px;
	}
	
.formlink{
	margin:0px 0px 0px 50px;

}
 
.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
 
}
 .forminfo 
{
	width: 100%;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	margin-left: 0px;
	font-weight: normal;
	font-size:12px;
	color: #990000;
	
}

 .formhinweis
 {
	font-size:10px;
	font-weight:normal;
	color:#666;
	padding: 5px 13px 5px 13px;
	text-align:justify;
	
 }
 
 
/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}
 
 
/* 
--------- FORMULAR-OBJEKTE ------------ 
*/
 
 
/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 300px;
	height: 100px;
	margin-left: 4px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #FFFFFF;
	
	
}
 
 
/* Textfeld */
.formgen .formtext
{
	width: 300px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #FFFFFF;
}
 
.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom: 1px solid #999;
		
}
 
 
 
/* Label */
.formgen label {
	width: 130px;
	clear: left;
	float: left;
	height: 30px;
	font-weight: bold;
	color: #666;
	padding-left:0px;
	text-align:right;
	padding-right:30px;
}
 
 
/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	margin-left: 4px;
	color: #666;
}
 
 
/* Sende-Button */
.formgen .formsubmit
{
	width: 30%;
	text-align: center;
	/*background-color: #006699;
	border: 1px solid #FFCC33;*/
	margin-left:160px;
	float: left;
	color: #666;
}
 

 
/* Fieldsetbeschriftung */
.formgen legend {
	color: #000;
	background-color: #fff;
	width: 500px;
}
.formgen .fieldset {
	margin-bottom: 10px;
	color: #000;
}
 
/* -------------- AUSGABEN / Fehlermeldungen --------*/
 
 
/* Markierung der Labels bei Fehler */
.formgen .formerror {
 
	border-bottom-width: 1px;
	color: #990000;
}
 
.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
 
.formgen .formreq {
	color: #666;
}
 
.formgen .formheadline {
	color: #333;
	background-color: #eaeaea;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left:10px;
	margin-top: 5px;
	font-style: italic;
	font-size:1.2em;
	line-height:1.4em;
}

.formgen .formtrenn hr{
	color:#eaeaea;
}

.formgen .divstart{
	border:1px solid #eaeaea;
	padding:10px 5px 10px 5px;
	margin-bottom:20px;

}
 
/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

