a {
	font-style: normal;
	text-decoration: underline; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
}
a:link {  
	color: #006600;
}
a:visited {  
	color: #006600;
}
a:hover {  
	color: #000000;
	text-decoration:none;
}
/* Hyperlinks Navigation */
a.nav:link {
	color: #000000; 
	font-size:11px;
	font-weight: bold;
	text-decoration: none; 
}

a.nav:visited {
	color: #000000; 
	font-size:11px; 
	font-weight: bold;
	text-decoration: none; 
}

a.nav:hover {
	color: #336600; 
	font-size:11px;
	font-weight: bold;
	text-decoration: none; 
}
/*Hyperlinks Startseite */
a.start:link {
	color: #000000; 
	font-size:14px;
	font-weight: bold;
	text-decoration: none; 
}

a.start:visited {
	color: #000000; 
	font-size:14px; 
	font-weight: bold;
	text-decoration: none; 
}

a.start:hover {
	color: #336600; 
	font-size:14px;
	font-weight: bold;
	text-decoration: none; 
}
/* Hyperlinks klein Navi */
a.nav_links:link {
	color: #000000; 
	font-size:11px;
	font-weight: bold;
	text-decoration: none; 
}

a.nav_links:visited {
	color: #000000; 
	font-size:11px;
	font-weight: bold;
	text-decoration: none; 
}

a.nav_links:hover {
	color: #FFFF00; 
	font-size:11px; 
	font-weight: bold;
	text-decoration: none; 
}
a.klein:link {
	color: #000000; 
	font-size:9px;
	font-weight:normal;
	text-decoration: none; 
}

a.klein:visited {
	color: #000000; 
	font-size:9px;
	font-weight:normal;
	text-decoration: none; 
}

a.klein:hover {
	color: #000000; 
	font-size:9px; 
	font-weight:normal;
	text-decoration: underline;
}
/* Hyperlinks ENDE */
input {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #F5EF0A;
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
}
table {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Überschriften */
h1 {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
h2 {  
	font-size:16px;
	font-weight: bold;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
h3 { 
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
ul {
	list-style-type: disc;
}
li {
	margin-bottom: 10px;
}
.text_kleiner {
	font-size:9px;
	font-weight:normal;
}
.text_startseite {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}