html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #892C37;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:100.01%;
	height:100%;
}
	
body {
	font-size:62.5%;
	letter-spacing:0pt;
	line-height:1.4em;
	text-align:left;
	text-decoration:none;
	word-spacing:normal;
	
} 

img {
	border: 0px;
}
 
#pagewidth{
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
} 
 
#header{
	position:relative;
	width:100%;
	height:310px;

} 

#header_leftcol{
	width:428px; 	/* 430 - gewünschter Abstand zwischen header_leftcol und header_maincol */
	height:300px;
	float:left; 
	position:relative; 
 }
#hauptnavigation p {
	font-size: 10px;
	color: #86835c;
}


#header_twocols{
	width:470px; 
	height:300px;
	float:right; 
	position:relative; 
  }
 
#header_rightcol{
	width:240px;
	height:300px;
	float:right;
	position:relative;
	background-color:#D7DADF;
 }

 
#header_maincol{
	float: left;
	display:inline;
	position: relative;
	width:230px;
	height:300px;
 }

#header_spacer{	/*Abstand zwischen Header und Hauptteil */
	clear:both;
	height: 10px;
	display: inline;
 } 

#main_wrapper {
	background-repeat: repeat-y;
	background-image: url(../images/css/faux_column.jpg);
}
   
#leftcol{
	width:430px;
	float:left;
	position:relative;
	background-color:#D7DADF;
 }

#twocols{
	width:470px; 
	float:right; 
	position:relative; 
  }
 
#rightcol{
	width:240px;
	float:right;
	position:relative;
	background-color: #D7DADF;
 }

 
#maincol{
	background-color: #999999;
	float: left;
	display:inline;
	position: relative;
	width:230px;
 }

 
#footer{
	clear:both;
 } 
 
.content_padding {
	padding: 5px;
	background-repeat: no-repeat;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{
	display: inline-block;
 	clear: both;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


.content_padding h1 {
	font-size: 1.2em;
	color: #92353F;
	text-transform: uppercase;
	margin-left: 10px;	
}

.content_padding h2 {
	font-size: 1.0em;
	color: #92353F;
	text-transform: uppercase;
	margin-left: 10px;
}

.content_padding h3 {
	font-size: 9px;
	color: #92353F;
	margin-left: 10px;
}

.content_padding p {
	font-size: 1em;
	color: #8A2F38;
	margin-left: 10px;
	word-spacing: 0.1em;
}
a {
	color: #92353F;
}

#maincol .content_padding p {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-size: 1.0em;
	text-transform: uppercase;
	padding-bottom: 6px;
}

#header_maincol h3 {
	color:#FFFFFF;
	position: absolute;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-weight: normal;
}
.content_padding img {
	margin-left: 10px;
	margin-top: 10px;
}

.hide {
	display: none;
}