@charset "UTF-8";
/* CSS Document */

/*  A L L G E M E I N   */
html{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h2, h3, h4 {
	color: #819f0e;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
/*  A L L G E M E I N   E N D E  */


/*  H E A D E R */
#header {
	height: 90px;
	margin: 0px;
	padding: 0px;
}
#header #logo {
	height: 68px;
	width: 261px;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*  H E A D E R    E N D E  */


/*  I N H A L T E  */
#inhalte {
	color: #000;
}

.hauptinhalt p {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.hauptinhalt h1 {
	font-size: 1.3em;
	margin-top: 0px;
	padding-top: 0px;
}
.hauptinhalt h2 {
	font-size: 1.1em;
	margin-top: 0px;
	padding-top: 0px;
}
.hauptinhalt h3 {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
}
.hauptinhalt h4 {
	font-size: 0.9em;
	margin-top: 0px;
	padding-top: 0px;
}
.hauptinhalt ul, .hauptinhalt li {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;

}
.hauptinhalt ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#inhalte a:link {
	color: #5A6913;
	text-decoration: underline;
}
#inhalte a:visited {
	color: #5A6913;
	text-decoration: none;
}
#inhalte a:hover {
	color: #AFCC33;
	text-decoration: none;
}
#inhalte a:active {
	color: #5A6913;
	text-decoration: none;
}
/*  I N H A L T E    E  N D E */


/*  H A U P T M E N U E  */
#menue {
	margin: 0px;
	padding: 0px;
}

#menue #menuelist {
	margin: 0px;
	padding: 0px;
}
#menue ul {
	margin-right:10px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#menue li {
	list-style-type: none;
	line-height: 1.6em;
}
#menue a {
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0em;
}
#menue a:link {
	color: #000;
	text-decoration: none;
}
#menue a:visited {
	color: #000;
	text-decoration: none;
}
#menue a:hover {
	color: #dc0032;
	text-decoration: none;
}
#menue a:active {
	color: #dc0032;
	text-decoration: none;
}
#menue .aktiv a:link, #menue .aktiv a:visited, #menue .aktiv a:hover, #menue .aktiv a:active   {
	color: #dc0032;
	text-decoration: none;
	background-repeat: no-repeat;
}
/*  H A U P T M E N U E    E N D E  */


/*  F O O T E R   */
#footer {
	margin-bottom: 0px;
	background-position: right top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#footer p {
	height: 15px;
	font-size: 0.7em;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active   {
	color: #999;
	text-decoration: none;
}
/*  F O O T E R   E N D E */