body {
	background-color: #CCFF99;
	color: Black;
	background-image: url(bilder/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 3;
}

#inhalt {
	background-color: white;
	color: black;
	margin: 80px 80px 10px 60px;
	padding: 5px 20px 20px 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 2px solid #006600;
}

.navcontainer {
	text-align: center;
   font-size: smaller;	
}

.navlist li {
   display: inline;
   list-style-type: none;
	line-height: 30px;
	margin: 10px 5px 0 0;
}

.navlist a {
	border: solid 1px #006600;
	background-image: url(bilder/hgba.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 8px 3px 40px;
}

.navlist a:link, .navlist a:visited {
	color: White;
	background-color: #006600;
	text-decoration: none;
}

.navlist a:hover {
   background-image: url(bilder/hgbb.jpg);
	background-position: left;
	color: #003300;
	background-color: #ffffcc;
	text-decoration: none;
}

.navcontainer2 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.navlist2 li {
   display: inline;
   list-style-type: none;
	line-height: 30px;
	margin: 10px 5px 0 0;
}

.navlist2 a {
	border: solid 1px #006600;
	background-image: url(bilder/hgbb.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 8px 3px 40px;
}

.navlist2 a:link, .navlist2 a:visited {
	color: #003300;
	background-color: #ffffcc;
	text-decoration: none;
}

.navlist2 a:hover {
   background-image: url(bilder/hgba.jpg);
	background-position: left;
	color: White;
	background-color: #006600;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 18px;
	font-weight: lighter;
}

h3 {
	font-size: 22px;
}

a {
	background-color: transparent;
	color: #cc0033;
	text-decoration: none;
}

a:hover {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

.top {
	text-align: center;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	background-color: white;
}

.stichworte {
	text-align: right;
	color: #cc0033;
	background-color: #CCFF99;
}

.startlist {
	list-style-image: url(bilder/list.jpg);
}


