/*******************************************************************************	Project		:	Redaxo Demo	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de*******************************************************************************/#site-content {	position:relative;	display:block;	margin:0 auto;	padding:0;	height:100%;	width:840px;}/* ### breadcrump ############################################################ */#main-block p#breadcrumb {font-size: 1em;color: #959595;width:100%;padding-top:4px;}/* ### headlines ############################################################ */#main-block h1 {	color:#B30024;	background: inherit;	font-size:1.8em;	font-weight:normal;	line-height:1.8em;	/*text-transform: uppercase;*/	letter-spacing: 0.03em;	/*padding-top: 16px;*/	padding-bottom: 2px;}#main-block h2 {	color:#949494;	background: inherit;	font-size:1.2em;	font-weight:normal;	line-height:1.6em;	padding-top: 20px;}#main-block h3 {	color:#000000;	background: inherit;	font-size:1.2em;	font-weight:bold;	line-height:1.6em;}#main-block h4 {	color:#e1e1e1;	background: inherit;	font-size:1.1em;	font-weight:bold;	line-height:1.6em;}#main-block h5 {	color:#e1e1e1;	background: inherit;	font-size:1.1em;	font-weight:bold;	line-height:1.0em;}#main-block h6 {	color:#38A42C;	background: inherit;	font-size:1.0em;	font-weight:normal;	line-height:1.2em;	padding-top: 6px;}/* ### Images ############################################################ */#main-block img {	display:block;	margin:4px 4px 4px 4px;}#main-block img.floatLeft {	float:left;	margin:0px 10px 6px 6px;}#main-block img.floatRight {	float:right;	margin:4px 0 4px 10px;}/* ### Hyperlinks ######################################################### */#main-block a, #main-block a:link {	color:#959595;	background: inherit;	text-decoration:none;}#main-block a:hover {	color:#000000;	background: inherit;	text-decoration: underline;}#main-block a.faq, #main-block a.faq:link {	color:#959595;	background: inherit;	font-size:1.4em;	text-decoration:none;	text-transform:none;	line-height: 2.0em;}#main-block a.faq:hover {	color:#959595;	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 20px;	list-style-type:decimal-leading-zero;} #main-block ul li {	margin:0 0 0 6px;	background:url(../files/_csslisticon.gif) left top no-repeat; 	padding:0px 0px 4px 26px	}/* ### Module ################################################################ */#main-content-block div.floatLeft img {	float:left;	margin:0px 0px 0px 0;	padding-right:6px}#main-content-block div.floatRight img {	float:left;	margin:0px 0 4px 0px;}#main-content-block a.more {	clear:left;	position: relative;	left: 120px;}/* ### Team ### */#main-content-block div.txt-img {	clear: both;	margin-top:4px;}/* ### Team ### */#main-content-block div.team {	clear: both;	padding: 0px 0px 0px 0px;	margin-bottom: 0px ;}#main-content-block div.team div{	width:100px;}#main-content-block div.team p {	font-size: 1.2em;	letter-spacing: 0.04em;	line-height:1.5em;}#main-content-block div.team div.floatLeft img {	margin-top:4px;	margin-left:0px;	margin-right:4px;	margin-bottom:0px;	padding-right:6px;	}#main-content-block .forminfo {	margin-bottom:10px;	color:#FD0000;	font-weight:bold;}/* ### 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;}