* {
	margin: 0;
	padding: 0;
	color: #464648;
	font-size: 1em;
	line-height: 1.8em;
}

html, body {
	height: 100%;
	margin-bottom: -174px;
}

body {
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #d2c69c;
	font-size: 11px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 988px;
	min-height: 100%;
	background: #fffcf1;
}

* html #container{
	height: 100%;
}


#header{
	height: 169px;
	width: 988px;
	background: url(../img/header.jpg) #3a1711 no-repeat;

}

#header a{
	border: none;
}

#header a:hover{
	text-decoration: none;
}


#logo{
	float: left;
	width: 253px;
	height: 49px;
	margin: 92px 0 0 40px;
	display: inline;
}

a:link,
a:visited{
	text-decoration: none;
	color: #c54120;
}

a:hover{
	text-decoration: underline;
}

#leftnav a{
	display: block;
}

#leftnav ul{
	list-style:none;
}


#leftnav li{
	background: url(../img/leftnav_li.gif) 0 0.6em no-repeat;
	padding-left: 35px;
	margin-bottom: 0.3em;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}


#leftnav li a.act{
	font-weight: bold;
}



#links{
	float: left;
	width: 202px;
	min-height: 300px;
	display: inline;
	margin-right: 23px;
}

#mitte{
	float: left;
	width: 433px;
	display: inline;
	margin-right: 23px;
}

#rechts{
	float: left;
	width: 294px;
	min-height: 300px;
	display: inline;
	margin-right: 13px;
}

#links,
#mitte,
#rechts{
	padding: 52px 0;
}

.clearer{
	clear: both;
	position: absolute;
	top:-1000px;
	left: -1000px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

h2{
	color: #a6954b;
	margin-top: 3.6em;
}

h2.csc-firstHeader{
	margin-top: 0;
}

p, ul, ol{
	margin-bottom: 0.9em;
}

.csc-textpic-caption{
	color: #a6954b;
	font-size: 0.9em;
	padding: 0.9em 0 3.6em 0;
}




