a:link           {
	text-decoration: none;
	color: #339900;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #339900;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
h3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
p {
	font-family: Verdana;
	font-size: 12px;
}
input {
	background-color: white;
	width: 200px;
}
select {
	background-color: white;
	width: 200px;
}
li {

	font-family: Verdana;
	font-size: 12px;
}
textarea {

	background-color: white;
	width: 200px;
}
td.bildergalerie {
	font-family: Verdana;
	font-size: 12px;
	background-color: #339900;
	border: thin inset #FF9900;

}
td {
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
td.tduntenrechts {
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
}
/* Service/Hilfsmenü */
#servicenavigation {
	z-index:9;
  position: absolute;
	float: right;
	top:40px;
	right:0;
	padding: 3px 0 3px 0;
	border-top: 1px solid black;
}
/* Browserweiche: alle ausser IE*/
#servicenavigation[id] {
	top:31px;
	padding: 0px;
}
/* Browserweiche: Nur Opera 7 */
html:first-child>b\ody #servicenavigation {
 	top:43px; 
}
#servicenavigation li {
	display:inline;
}
#servicenavigation a {
	margin:0;
	padding:3px 12px 3px 12px; 
	text-decoration: none;
	background-color: #339900;
	color: #000000;
	border: 1px solid black;
	border-top: 1px solid black;
  border-bottom: 0;
	font-weight: bolder;
}
#servicenavigation a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
}

.bildergalerie {
	font-family: Verdana;
	font-size: 11px;
	background-color: #339900;
	border: thin dotted #FF9900;
}
#layouttable {
width: 100%;
border-collapse:collapse;
}
/* Artikelliste (News) */
#newsblock { 
border-top:0;
margin-left: 0; 
padding-top: 0;
}
#newsblock ul 
{
padding-left: 0; /*wichtig für mozilla */
margin: 0;
list-style-type: none;
font-family: Verdana;
border-bottom: 1px dotted #339900;
}
#newsblock ul li 
{ 
font-size: 11px;
font-weight: bold;
list-style-image: none;
}
#newsblock ul a
{
border-top: 1px dotted #339900;
display: block;
padding: 5px 5px 5px 10px;
color: #FFFFFF;
text-decoration: none;
}
#newsblock ul a:hover
{
background-color: #339900;
color: #000000;
}
/* Artikelliste (Artikel) */
/* auch Ausgabe der Suchergebnisse */
#artlist
{
font-size: 10px;
width: 100%;
}
#artlist ul
{
list-style-image: none;
list-style-type:none;
margin: 0;
padding-bottom:1%;
}
#artlist li
{
padding-top:1%;
}
#artlist li a
{
padding-left:1%;
border-top:1px dotted #339900;
display:block;
text-decoration: none;
background: white;
}
#artlist li a:link {}
#artlist li a:visited {}
#artlist li a:hover
{
	background-color:#339900;	
	color: #000000;
}

/* Hauptnavigation */
#navcontainer { 
margin-left: 0; 
padding-top: 0;
border:0;
}
/* Hauptnavigation 1. Ebene */
#navcontainer ul 
{
padding-left: 0; /*wichtig für mozilla */
padding-top: 0;
margin: 0;
list-style-type: none;
font-family: verdana;
background-color: #339900; 
}
#navcontainer ul li 
{ 
display: block;
margin: 0; 
list-style-image: none;
background-color: #339900;
color: #000000;
}
#navcontainer ul a
{
display: block;
padding: 5px 5px 5px 10px;
color: white;
text-decoration: none;
border-bottom: 1px solid black;
border-right: 1px solid black;
}
#navcontainer ul a:hover
{
background-color: #FF9900;
color: #FFFFFF;
}

/* Hauptnavigation 2. Ebene */
#navcontainer ul ul a 
{ 
padding-left: 20px;
}
/* Hauptnavigation 3. Ebene */
#navcontainer ul ul ul a
{ 
padding-left: 30px;
}
/* Hauptnavigation 4. Ebene */
#navcontainer ul ul ul ul a
{ 
padding-left: 40px;
}
/* Hauptnavigation aktiver Menüpunkt 1. Ebene*/
#navcontainer a#navactive1 
{
background-color: white;
color: #339900;
border-right: 1px solid white;
}
/* Hauptnavigation aktiver Menüpunkt 2. Ebene*/
#navcontainer a#navactive2
{
background-color: white;
color: #339900;
border-right: 1px solid white;
}
/* Hauptnavigation aktiver Menüpunkt 3. Ebene*/
#navcontainer a#navactive3
{
background-color: white;
color: #339900;
border-right: 1px solid white;
}
/* Hauptnavigation aktiver Menüpunkt 4. Ebene*/
#navcontainer a#navactive4
{
background-color: white;
color: #339900;
border-right: 1px solid white;
}
/* Sitemap */
td.sitemap {
	display: block;	
	border-bottom:1px dotted white;
	border-right:1px dotted white;
	width: 130px;
	height: 20px;
	padding-top: 24px;
	text-indent: 3px;
	vertical-align:middle;
	background-color: #339900;
}
td.sitemap a {
	color: #000000;
}

/* Suchfunktion */
#searchform {
height: 20px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #666666;
}
#searchbutton {
width: 27px;
height:21px; 
color: black; 
background-color: white;
margin-left:1px;
vertical-align: text-bottom;
}
/* Browserweiche Opera 7 */
html:first-child>b\ody #searchbutton {
	width: 13px;
	height:13px;
	font-size: 80%; 
}

#searchfield {
font-size: 10px;
width: 100px;
height:16px;
border:1px solid black;
margin-left: 2px;
vertical-align: text-bottom;
}