#site-content {
	color:#666666;
	text-align:left;
	background: inherit;
	background-color: #ffffff;
	background-repeat: no-repeat;
	width: 950px;
	}

#site-content2 {
	background-color: #ffffff;
	background-repeat: repeat-y;
	width: 950px;
	}


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

#main-block h1 {
	color:#963012;
	background: inherit;
	font-size:2em;
	font-weight:bold;
	line-height:1.8em;
	text-transform: none;
	letter-spacing: 0.1em;
	font-family: "Kabel Bk BT";
	padding-bottom: 10px;
	}

#main-block h2 {
	color:#666666;
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
	padding-top: 0px;
	padding-bottom: 25px;
}

#main-block h3 {
	color:#DA7D20;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.4em;
	padding-bottom: 0px;
}

#main-block h5 {
    display:block;
	width:545px;
	color:#A2A29E;
	border-top: 1px solid #BABAB6;
	border-bottom: 1px solid #BABAB6;
	margin-top:35px;
	margin-bottom:25px;
	padding-top:10px;
	padding-bottom:10px;
	background: inherit;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:1.8m;
	background-color:#FBFDFB;
	}


#main-block h6 {
	color:#666666;
	background: inherit;
	font-size:2em;
	font-weight:bold;
	line-height:1.8em;
	text-transform: none;
	letter-spacing: 0.1em;
	font-family: "Kabel Bk BT";
	padding-top: -25px;
	padding-bottomp: 25px;
}





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

#main-content a, 
#main-content a:link {
	color:#666666;
	background: inherit;
	text-decoration:none;
}

#main-content a:hover {
	color:#7C8786;
	background: inherit;
	text-decoration: none;
}


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

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

* html #main-block p {
	margin-bottom:1.6em;
	font-size:12px;
	line-height:1.6em;
	padding-top: 0px;
}

#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;
	font-size:0.9em;
}


/* ### 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;
	padding-bottom: 5px;
} 
#main-block ul li {
	margin:0 0 0 20px;
	list-style-type:square;
	padding-bottom: 5px;
}




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

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