
body
{
	font-family:'mako',sans-serif;
	background-color:#1a0001;
}

.rahmen
{
	border:4px solid #600;
}

#wrapper
{
	margin:0 auto;
	border:3px solid #FC0;
	width:1024px;
	background-color:#1a0001;
		background-image:url(images/background.jpg);
		background-repeat:no-repeat;
}
#header
{
	background-image:url(images/header.jpg);
	height:330px;
	width:1024px;
}
#header h1 
{
	font-family: 'Rouge Script', cursive;
	color:#FC0;
	font-weight:normal;
	font-size:12em;
	margin:0 0 -30px 50px;
	padding:0;
	text-shadow:#FF6 3px 2px 4px;
	
}
#header h2.subhead 
{
	font-family: 'Rouge Script', cursive;
	color:#FC0;
	position:absolute;
	z-index:22;
	font-weight:normal;
	font-size:4em;
	top:110px;
	left:130px;
	padding:0;
	text-shadow:#FF6 3px 2px 4px;
	
}
#header h1 a:link, #header h1 a:visited, #header h1 a:active
{
		font-weight:normal;
		color:#FC0;
		text-decoration:none;
}
#content h1
{
	margin:0;
	font-size:48px;
	font-family: 'Rouge Script', cursive;
	color:#FC0;
	font-weight:normal;
	text-shadow:#FF6 1px 1px 2px;
}
#content h2
{
	margin:0;
	font-size:32px;
	font-family: 'Rouge Script', cursive;
	color:#FC0;
	font-weight:normal;
	text-shadow:#FF6 1px 1px 2px;
}

#content .wichtig
{
	font-size:larger;
	font-weight:bold;
}

#content ul
{
	width:500px;
}

#content a
{
	color:#FC0;
}
#content a:hover
{
	text-decoration:none;
}
#content_main
{

}
#content_main #nav
{
	margin-top:50px;
	float:left;
	width:340px;
}
#content_main #nav ul
{
	margin:0;
	list-style:none;
}
#content_main #nav ul li
{
	margin-bottom:15px;
}
#content_main #nav ul li a
{
	font-family: 'Rouge Script', cursive;
	color:#c94d01;
	font-size:1.7em;
	text-decoration:none;
	font-weight:bold;
}
#content_main #nav ul li a:hover
{
	font-family: 'Rouge Script', cursive;
	color:#c94d01;
	font-size:1.7em;
	text-decoration:none;
	color:#FC0;
	text-shadow:#FF6 1px 1px 2px;
}
#content_main #nav ul li.active
{
	font-family: 'Rouge Script', cursive;
	color:#c94d01;
	font-size:1.7em;
	text-decoration:none;
	color:#FC0;
	text-shadow:#FF6 1px 1px 2px;
}

#content_main #content
{
	color:#c94d01;
	margin-top:50px;
	float:left;
	width:684px;
}

#content_main #content p 
{
	width:540px;
}

#footer
{
	text-align:center;
	color:#c94d01;
	clear:both;
	margin:100px 0  50px 0;
	font-size:10px;
}
#footer a
{
	color:#c94d01;
	text-decoration:none;
}