body{
	text-align: center;
	background-color: #24231f;
	background-image: url(../gfx/header_hg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	color: #d3ceb9;
}

a:link,
a:visited{
	color: #fdb901;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img.rahmen{
	border: 4px solid #151515;
	border-left: 0;
	border-right: 0;
}


.c{
	clear: both;
}


p.bild-links{
	float: left;
	margin: 0 10px 15px 0;
}

p.bild-rechts{
	float: right;
	margin: 0 0 15px 10px;
}


#outline{
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 300px 0 0 0;
	width: 900px;
	background-image: url(../gfx/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}



/* ********************  Content ******************** */

#content{
	width: 480px;
	padding-left:25px;
	padding-top:10px;
	float: left;
	font-family: "Times New Roman";
	font-size: 14px;
	line-height: 22px;
}

#content h1{
	font-family: Georgia;
	font-weight: normal;
	color: #ffe789;
	font-size: 20px;
	margin: 25px 0 20px 0;
}

#content h2{
	font-family: Georgia;
	font-weight: normal;
	color: #ffe789;
	font-size: 16px;
	margin: 25px 0 10px 0;
}


/* ********************  Footer ******************** */

#footer{
	clear: both;
	text-align: center;
	background-image: url(../gfx/footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 30px 0 50px 0;
	margin-top: 20px;
	font-size: 12px;
	color: #B7B6AC;
}

#footer p{
	margin: 0 0 5px 0;
}

/* ********************  Sidebar ******************** */

#sidebar{
	float:right;
	width:190px;
	padding: 30px 0 0 0;
}

#sidebar div.box{
	border-left: 10px solid #1d1c19;
	background-color: #0f0f0d;
	margin: 0 0 20px 0;
	padding:8px 8px 8px 12px;
	font-size: 11px;
	line-height: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	width: 170px;
}


/* ********************  Navigation ******************** */

#navigation{
	width: 180px;
	float: left;
	padding: 30px 0 0 0;
	color: #C2BA9D;
	
	font-size: 11px;
	line-height: 18px;
	font-family: Tahoma, Helvetica, sans-serif;
}

#navigation ul{
	border-left: 10px solid #1d1c19;
	background-color: #0f0f0d;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li{
	margin: 0;
	padding: 0;
}

#navigation ul li a:link,
#navigation ul li a:visited{
	display: block;
	padding: 3px 5px 3px 12px;
	color: #cfb967;
	text-decoration: none;
	border-top: 1px solid #22221E; 
	border-bottom: 1px solid black;
}

#navigation ul li a:hover{
	color: Black;
	background-color: #cfb967;
}


