

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%; 
		}

	body {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		color: #593602;
		font-size: 62.5%;
		background: #fff;
        text-align: center;
		background: url(images_css/hg.gif) repeat-x top left;
        scrollbar-base-color: #8cc919;
        scrollbar-face-color: #8cc919;  
        scrollbar-shadow-color: white;
        scrollbar-highlight-color: 8cc919;
        scrollbar-3dlight-color:white;
        scrollbar-darkshadow-color: 8cc919;
        scrollbar-track-color: 8cc919;
        scrollbar-arrow-color: #cccccc; 
		}

/*DIVs*/
#schatten {
	width: 890px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: transparent url(images_css/background_shadow.png) repeat-y top center;
	border:0px solid #000;
}

#header {
	width:890px;
	height: 210px;
	background: transparent url(images_css/hg_header.gif) no-repeat 5px 0px;
	position:relative;
}

#box {
	width:874px;
	margin: 0 8px 0 8px;
	background: transparent url(images_css/box_transition.gif) repeat-x left bottom;
	min-height: 26em;
	border: 0px solid #000;	
}

#container {
	clear:both;
	text-align:left;
	border: 0px solid #000;	
}

#container #leftnav {
	width: 180px;
	min-height: 20em;
	float: left;
	padding: 2em 2px 2em 2px;
	border: 0px solid #000;	
}

#container #content {
	width:514px;
	float: left;
	clear: right;
	margin: 0;
	padding: 3em 40px 4em 70px;
	border: 0px solid #000;	
}
#content, #content_recht { line-height: 1.3em;
	   }

#container #content_recht {
	width:560px;
	float: left;
	clear: right;
	margin: 0;
	padding: 3em 40px 4em 70px;
	border: 0px solid #000;	
}
	   
#clear {
	clear: both;
}

#footer {
	width: 870px;
	margin: 0 auto 0 auto;
	clear: both;
	background: #fff url(images_css/footer_shadow.gif) no-repeat top center;
	padding: 1em 10px 0 10px;
	font-size: .85em;
	text-align:right;
}


/* Linke Navi */
#leftnav ul {
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: .85em;
	border-bottom: 1px solid #ddd;
}
#leftnav li {
	display:block;
	margin:0;
	padding:0;
	border-top: 1px solid #ddd;
	border-left: 0px solid #ddd;
	border-right: 1px solid #ffcd05;
}
#leftnav a {
	text-decoration:none;
	color:#333;
}
#leftnav a span {
	display:block;
	background: #f5f5f5 url("images_css/leftnav_background.png") repeat center;
	padding: .5em .8em;
	border: 1px solid #fff;
}
#leftnav a span#current_left { /* Für aktuellen Navi-Punkt */
	color: #ffcc00;
}
#leftnav a:hover, #leftnav a:hover span {
	color:#ffcd05;
	cursor:pointer;
}




/* Typo */
body { font-size: .65em; }

a:link, a:visited { color: #f1ab02; text-decoration: none }
a:hover, a:active { color: #f1ab02; text-decoration: underline }


p { padding: 0; margin: 0;}
b { font-weight: bolder;}
h1 { font-size: 1.2em; margin: 0 0 1.5em 0; }
h2 { font-size: 1em; margin: 0; color: #ffcc00; font-weight:bold;}
h3 { color: #ffcc00; font-weight:bold;}
ul  {padding-left: 20px; }
li { list-style-type: disc; padding-left: 5px;}

#footer a:link, #footer a:visited { color: #333; text-decoration: none }
#footer a:hover, #footer a:active { color: #333; text-decoration: underline }

.gelb {color: #ffcc00;}
