html{
	font-size: 100.01%;
}

a:link,
a:visited{
	color: Gold;
}

a:hover, 
a.active{
	color: Orange;
}

body{
	background-image: url(../gfx/background.gif);
	background-position: 0 153px;
	background-color: #244418;
	color: White;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
	text-align: center;
	
	margin: 0;
	padding: 0;
}

#outline{
	background-image: url(../gfx/header.gif);	
	background-repeat: repeat-x;
}

#wrapper{
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

h1{
	float: right;
	background-image: url(../gfx/header_claim.gif);
	
	width: 560px;
	height: 151px;
	
	margin: 0;
}

h1 span{
	display: none;
}

#content{
	width: 560px;
	float: right;
	padding-top: 20px;
	
	font-size: 0.8em;
	line-height: 1.5em;
}

#content h2{
	font-size: 20px;
	color: Gold;
	line-height:130%
}

#content h3{
	font-size: 15px;
	color: Gold;
}

#navigation{
	background-image: url(../gfx/header_logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	
	float: left;
	
	padding-top: 0;
	
	width: 265px;
}


#navigation #slideshow{
	margin: 18px 0 30px 15px;
}

#navigation #slideshow div p{
	margin:5px 0 10px 0;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #c3e6b7;
	text-align: center;
}

#navigation ul,
#navigation ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li a.nav:link,
#navigation ul li a.nav:visited{
	display: block;
	width: 240px;
	height: 25px;
	
	padding: 11px 0 0 25px;
	color: Black;
	
	text-decoration: none;
	
	font-weight: bold;
	font-size: 12px;
	
	background-image: url(../gfx/navpunkt.gif);
	background-repeat: no-repeat;
}

#navigation ul li a.nav:hover,
#navigation ul li.aktiv a.nav{
	background-image: url(../gfx/navpunkt_on.gif);
}

#navigation ul li a.sub:link,
#navigation ul li a.sub:visited{
	font-weight: bold;
	font-size: 11px;
	padding:  2px 0 6px 25px;
	text-decoration: none;
	color: Gold;
	display: block;
}

#navigation ul li a.sub:hover,
#navigation ul li.aktiv a.sub{
	text-decoration: underline;
}

#footer{
	clear: both;
	margin-left: 14px;
	font-weight: bold;
	font-style: italic;
	color: Gold;
	letter-spacing: 4px;
	word-spacing: 4px;
}
