body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1, h2, h3 {
	font-family: Arial, sans-serif;
}

h1{
 font-size: 12px;
 color: #000000;
 font-weight: bold;
 padding-top: 8px;
 padding-bottom: 3px;
}

h2{
 font-size: 12px;
 color: #666666;
 font-weight: bold;
}

h3{
	font-size: 12px;
	color: #666666;
}

a:link, a:visited, a:hover {
	color: #339999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
.formate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#HAUPTNAVI a:link, #HAUPTNAVI a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339999;
	text-decoration: none;
	white-space:nowrap;
}
#HAUPTNAVI a:hover { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #339999;
	white-space: nowrap;
}
#HAUPTNAVI a:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #339999;
	text-decoration: none;
	white-space: nowrap;
}

#NEBENNAVI a:link, #NEBENNAVI a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}
#NEBENNAVI a:hover { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #339999;
	text-decoration: none;
	background-color: #ffffff;
	white-space: nowrap;
}
#NEBENNAVI a:active { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #339999;
	text-decoration: none;
	background-color: #ffffff;
	white-space: nowrap;
}
/***************/
/*Layout Divs  */
/***************/

#textfeld {
padding-top: 2px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
#bilder {
padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
#tabelle {
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
/************* #search styles ***************/

#search{
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}