/*

	Grau: #52453b
	Hellgrau: #e5e3e0
	Rot: #742424
	Gelb: #b8ac23
	
*/
/************************************************************************************************/
/*
/*  Root-Element
*/

body {	
		background: #6a5b4e url("../../images/home-bg-1.gif") no-repeat top center;
}

#rahmen {
	background: transparent url(../../images/home-bg-2.gif) no-repeat top center;
}

#article {
	float: left;
	width: 620px;
	padding: 0;
}

#teaser {
	height: 256px;
	width: 560px;
	padding: 30px;
}

#reiter {
	margin: 0;
	padding: 0;
	background: #6a5b4e;
	height: 176px;
	width: 630px;
}

#reiter ul {
	margin: 0;
	background: #b8ac23;
	height: 45px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

#reiter li {
	background: none;
	height: 41px;
	float: left;
	width: 205px;
	margin: 2px 0 2px 2px;
	padding: 0 2px 0 0;
	border-right: solid 1px white;
}

#reiter li a,
#reiter li a:link,
#reiter li a:visited
{
	padding: 4px 0 0 12px;
	height: 37px;
	display: block;
	color: #edeac8;
	text-decoration: none;
}

#reiter li a:hover {
	background: #742424;
	color: white;
}

#reiter li a:active {
	background: white;
	color: #52453b;
}

#fuss {
	top: -131px;
	background: transparent;
	z-index: 0;
}