body {
	background-color: white;
}

.titel
{
   font-family: Trebuchet MS;
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   letter-spacing: 0px;
   text-decoration: none;
   color: #807E7F;
   border: 0px #000000 solid;
   padding-left: 7px;
}

.untertitel
{
	color: white;
	font-family: Trebuchet MS;
	font-size: 11pt;
	font-style: normal;
	margin-top: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-clip: border-box;
	background-color: #719A4E;
}

.arial_schwarz_10pt_fett
{
   font-family: Trebuchet MS;
   font-size: 10pt;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #898989;
}

.arial_schwarz_10pt
{
   font-family: Trebuchet MS;
   font-size: 10pt;
   font-style: normal;
   text-decoration: none;
   color: #898989;
}

.arial_schwarz_11pt
{
   font-family: Trebuchet MS;
   font-size: 11pt;
   font-style: normal;
   text-decoration: none;
   color: #807E7F;
}


.arial_schwarz_11pt_fett
{
   font-family: Trebuchet MS;
   font-size: 11pt;
   font-style: normal;
   text-decoration: none;
   color: #807E7F;
   font-weight: bold;
}

.arial_trans_10pt
{
   font-family: Trebuchet MS;
   font-size: 10pt;
   font-style: normal;
   text-decoration: none;
   color: #807E7F;
}

.arial_trans_11pt
{
   font-family: Trebuchet MS;
   font-size: 11pt;
   font-style: normal;
   text-decoration: none;
   color: white;
   padding-left: 3px;
}

a.Link:link
{
   font-family: Trebuchet MS;
   color: #807E7F;
   font-weight: bold;
   font-size: 11pt;
   padding-left: 3px;
   text-decoration: none;
   transition: all 0.4s ease-in-out;
}
a.Link:visited
{
   color: #807E7F;
   font-weight: bold;
   text-decoration: none;
}
a.Link:active
{
   color: #807E7F;
   font-weight: bold;
   text-decoration: none;
}
a.Link:hover
{
   color: #719A4E;
   font-weight: bold;
   text-decoration: none;
}

.butt_gruen
{
   display: block;
   margin: 0px 0px 0px 0px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   color: #807E7F;
   border: 0px #C0C0C0 solid;
   background-color: #D1D1D1;
   font-family: Trebuchet MS;
   font-size: 14px;
   font-style: normal;
   text-decoration: none;
   width: 100%;
   height: 22px;
   vertical-align: middle;
   line-height: 22px;
   text-align: center;
   transition: all 0.4s ease-in-out;
}
.butt_gruen:hover
{
   color: white;
   background-color: #719A4E;
   border: 0px #C0C0C0 solid;
}

.butt_gruen_footer
{
   display: block;
   margin: 0px 0px 0px 0px;
   color: white;
   border: 0px #C0C0C0 solid;
   background-color: #5A7B3E;
   font-family: Trebuchet MS;
   font-size: 14px;
   font-style: normal;
   text-decoration: none;
   width: 100%;
   vertical-align: middle;
   line-height: 49px;
   text-align: center;
   transition: all 0.4s ease-in-out;
}
.butt_gruen_footer:hover
{
   color: #807E7F;
   background-color: #D1D1D1;
   border: 0px #C0C0C0 solid;
}

.butt_oran
{
   display: block;
   margin: 0px 0px 0px 0px;
   padding-top: 2px;
   padding-bottom: 2px;
  color: #807E7F;
   background-color: #D1D1D1;
   font-family: Trebuchet MS;
   font-size: 14px;
   font-style: normal;
   text-decoration: none;
   width: 100%;
   height: 22px;
   vertical-align: middle;
   line-height: 22px;
   text-align: center;
   transition: all 0.4s ease-in-out;
}
.butt_oran:hover
{
   color: white;
   background-color: #719A4E;
   border: 0px #C0C0C0 solid;
}

.butt_oran_footer
{
   display: block;
   margin: 0px 0px px 0px;
   color: white;
   border: 0px #C0C0C0 solid;
   background-color: #5A7B3E;
   font-family: Trebuchet MS;
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   width: 100%;
   height: 22px;
   vertical-align: middle;
   line-height: 22px;
   text-align: center;
   transition: all 0.4s ease-in-out;
}
.butt_oran_footer:hover
{
   color: #807E7F;
   background-color: #D1D1D1;
   border: 0px #C0C0C0 solid;
}

.tab_oran
{
   background-color: #5A7B3E;
}

.tab_gruen
{
   background-color: #5A7B3E;
}

.tab_grau
{
   background-color: #D1D1D1;
}