/* Allgemein */

.farbe1 {background: #99CC00;}
.farbe2 {background: #CCFF33;}
.farbe3 {background: #7AAD00;}
.farbe4 {background: #8EC228;}
.farbe5 {background: #6DA100;}

body{
  /*background:#99CC00;*/
	background: white;
	margin:0px;
	padding:0;
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul{
	padding:0;
	margin:0;
}
h1{
	color:yellow;
	margin: 0;
	padding: 20px 0 10px 40px;
	font-size: 33px;
}


/* Inhalt */

#inhalt{
	margin: 0 0 0px 0px;
	padding: 0px 70px 50px 0px;
}
#inhalt ul{
	margin-left: 30px;
	list-style-type: lower-alpha;
}
#inhalt li{
	margin: 10px;
}
#inhalt p{
	margin: 10px;
}
#inhalt img{
	border: 1px solid #cdcdcd;
}
#inhalt #right{
	float:right;
	margin: 0px 40px 10px 10px;
}
#inhalt #left{
	float:left;
	margin: 0px 10px 10px 0px;
}
#inhalt h4{
	margin: 50px 0 20px 0;
	border-bottom: 1px solid black;
}
#inhalt h5{
	clear: right;
	border-bottom: 1px solid black;
	margin-top: 40px;
}


/* Subnavi-Leiste */

#home{
	padding: 10px 0 10px 20px;
}
#subnavi{
	margin: 0 0 0 0px;
	padding: 10px 0px 10px 10px;
	color: white;
}
#subnavi li{
	list-style-type: none;
	display: inline;
	margin:40px;
}
#subnavi a{
	color: white;
}
#subnavi a:hover{
	color:red;
}


/* Navi-Leiste */

#navi{
	float:left;
	margin: 0 0 0 0;
	padding: 0px 0 300px 10px;
}
#navi ul{
	list-style-type:none;
}
#navi li{
	margin:10px;
}
#navi h3{
	text-align:center;
	background-color:white;
	font-size: 19px;
	margin: 0;
	padding: 0;
}


/* Fusszeile */

#unten{
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	border: gray 1px dotted;
	background: white;
	text-align: center;
}


/* PLatzhalter */

#platz_oben {height:30px; width: 14em;}
#platz_unten {height:30px;}


/* links */

a:link { color:black; text-decoration:none; font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif }
a:visited { color:black; text-decoration:none; font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif }
a:focus { color:black; text-decoration:none; font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif }
a:hover { color:red; text-decoration:none; font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif }
a:active { color:black; text-decoration:none; font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif }

a.blau:link {color: blue; font-size: 14px; text-decoration:underline;}
a.blau:visited {color: blue; font-size: 14px; text-decoration:underline;}
a.blau:focus {color: blue; font-size: 14px; text-decoration:underline;}
a.blau:hover { color:red; font-size: 14px; text-decoration:underline;}
a.blau:active {color: blue; font-size: 14px; text-decoration:underline;}

