* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #004c25; background-image: url(../layout/body_bg.jpg); background-repeat: repeat-x;
}
#wrapper { margin: 25px auto 0; width: 880px; }
#header { width: 900px; height: 300px; clear: both; margin: 0; }
#navigation {
	width: 900px;
	color: #002C0D;
	margin: 0;
	background-color: #619701;
}
#content { width: 860px; background:#fbedcd; min-height: 500px; margin: 0; padding: 5px 20px 10px; }
#content ul { width: 450px; margin: 1em 0 1em 20px; }
#content li { margin-bottom: 1em; list-style-type: circle; }
#content a:hover { color: #236300; text-decoration: underline; }
#content a:link, a, a:visited { color: #003917; text-decoration: none; }
#content h1 { color: #184300; font-size: 20px; font-weight: normal; margin-top: 20px; margin-bottom: 15px; }
#content h2 {
	color: #00388b;
	font-size: 14px;
}
#content p { color: #00220c; font-size: 14px; margin-right: 25px; }

/* CSS Tabs - Hauptnavi */
ul#navlist {
width: 100%; margin: 0; padding: 0; list-style-type: none; display: block;
}
ul#navlist li {
	color: #00220c;
	float: left;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 30px;
	background-image: url(../layout/btn_bg.gif);
	text-transform: uppercase;
	text-align: center;
	width: 100px;
}
#navlist a, #navlist a:link {
color: #00220c; text-decoration: none; text-align: center; width: 100px; height: 35px; float: left;
}
ul#navlist a#current {
color: #8eca01; background-image: url(../layout/btn_current.gif); background-repeat: no-repeat; background-attachment: inherit; height: 35px; overflow: visible;
}
#navlist a:hover {
color: #184300; background-image: url(../layout/btn_over.gif);
}
/* CSS Tabs  - Subnavi*/
ul#subnavlist {
	background-color: #002c0d;
	width: 100%;
	height: 28px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 12px;
}
ul#subnavlist li { color: #f0ff96; font-family: arial, verdana, sans-serif; line-height: 24px; text-align: center; width: 100px; float: left; }
#subnavlist a, #subnavlist a:link { color: #8eca01; text-decoration: none; text-align: center; width: 100px; height: 28px; float: left; font-size: 12px; }
ul#subnavlist a#current { color: #c0ec67; background-color: #235300; background-repeat: no-repeat; background-attachment: inherit; overflow: visible; }
#subnavlist a:hover {
	color: #c0ec67;
	background-color: #184300;
}
#footer { width: 880px; color: #c6f16c; font-size: 12px; padding: 10px; background-image: url(../layout/con_down.gif); background-repeat: no-repeat; background-position: center top; text-align: center; clear: both; margin: 0 0 10px; }
#footer .link  {
	color: #C6F16C;
	text-decoration: none;
	font-size: 12px;
}
#footer .link a:hover { color: #c6f16c; font-size: 12px; text-decoration: underline; }
#footer a:hover { color: #fff; text-decoration: underline; }
