html{ 
	padding:0px;
	margin:0px;
}

body{
	background: #E8DDB8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;  
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#site{
	float: none;
	width: 970px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background: url('../pictures/allgemein/bg_site.gif');		
	background-position: center;	
	background-repeat: repeat-y;
}

#head{
	width: 770px;
	margin-left: 100px;
	height: 282px;
	padding: 0px;
	background: #D0BD7B;
	overflow: auto;
}

* html #head{
	margin-left: 0px;
}

* + html #head{
	margin-left: 0px;
}

#trenner_dekor{

}

#content{
	text-align: left;
	margin-left: 260px;
	margin-right: 120px;
	padding-bottom: 40px;
}

#footer{
	height: 100px;
	background: url('../pictures/allgemein/bg_footer.gif');
	background-position: 100px;
	background-repeat: no-repeat;
}

#impressum{
	position: absolute;
	width: 200px;
	margin-left: 600px;
	margin-top: 80px;	
	color: #EFE8D1;
	font-size: 10px;
}

* html #impressum{
	position: relative;
}

* + html #impressum{
	position: relative;
}

#impressum a{
	color: #EFE8D1;
	text-decoration: none;
}

.headline{
	font-weight: bold;
	font-size: 14px;
	color: #90303A;
}

.fliestext{
	font-size: 12px;
}

fieldset{
	border-color: #90303A;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	background: #E6DCB8;
}

legend{
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #90303A;
}