.print { 
   display: none; 
   height: 100%; 
   width: 0px; 
} 
a:link    { color: #000000 text-decoration: none }
a:visited    { color: #000000; text-decoration: none }
a:hover    { color: #1d9a91; font-size: 10px; text-decoration: none }
a:active    { color: #1d9a3e; font-size: 10px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none }
.menue  { color: #000; font-weight: bold; font-size: 12px; line-height: 20px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: right }
.menue1 { color: black; font-weight: normal; font-size: 10px; line-height: 20px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: left }
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	margin:0; 
	padding:0;
}
input {
	background-color: silver;
	width: 200px;	
}
select {

	background-color: silver;
	width: 200px;
}
textarea {
	background-color: silver;
	width: 200px;
}
p{ color: #000; font-size: 12px; line-height: 17px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: left }
.text{ color: #000; font-size: 12px; line-height: 17px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: left }
.copytext  { color: #000; font-size: 10px; line-height: 17px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: right }
li { color: #000; font-size: 12px; line-height: 17px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: left; list-style-image: url(../upload/images/dreieck.gif)}
.sitemap  { color: #000; font-size: 9px; line-height: 13px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: right }
.textkontakt { color: #000; font-weight: bold; font-size: 12px; line-height: 19px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: left }
.centertext { color: #000; font-size: 12px; line-height: 17px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: center }
.subhead     { color: #1d9a3e; font-weight: bold; font-size: 13px; line-height: 16px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: left }
.header    { color: #1d9a3e; font-size: 22px; line-height: 22px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-align: left }
.textlink   { color: #1d9a3e; font-size: 10px; line-height: 17px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none }
.linie { color: black; font-size: 1ex; line-height: 0px; font-family: Verdana; text-decoration: underline }

/* Hauptnavigation */
#navcontainer { 
margin-right: 0; 
padding-top: 0;
}
/* Hauptnavigation 1. Ebene */
#navcontainer ul 
{
padding-left: 0; /*wichtig für mozilla */
text-align: right;
margin: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 10px;
color: black;
/border-bottom: 1px dotted gray;
font-weight: normal;
}
#navcontainer ul li 
{ 
display: block;
margin: 0; 
list-style-image: none;
text-align: right;
/border-top: 1px dotted gray;
color: black;
}
#navcontainer ul a
{
font-size: 10px;
display: block;
padding: 5px 5px 5px 20px;
color: black
text-decoration: none;
}
#navcontainer ul a:hover
{
color:  #1d9a3e;
}

/* Hauptnavigation 2. Ebene */
#navcontainer ul ul li 
{ 
/border-bottom: 1px dotted gray;
border-bottom: 0;
text-align: right;
font-weight: normal;
color: black;
}
#navcontainer ul ul a:hover
{
color: #1d9a3e;
}

/* Hauptnavigation 3. Ebene */
#navcontainer ul ul ul li 
{ 
border-bottom: 0;
font-weight: normal;
color: black;
}
#navcontainer ul ul ul a:hover
{
color: #1d9a3e;
}

/* Hauptnavigation aktiver Menüpunkt 1. Ebene*/
#navcontainer a#navactive1 
{

text-decoration: none;
color: #1d9a3e;
}
/* Hauptnavigation aktiver Menüpunkt 2. Ebene*/
#navcontainer a#navactive2
{
text-decoration: none;
color: #1d9a3e;
}
/* Hauptnavigation aktiver Menüpunkt 3. Ebene*/
#navcontainer a#navactive3
{
color: #1d9a3e;
text-decoration: none;
}