#content select{
   background-color: #fff;
   border: 1px solid #3cad30;
   color: #000;
   padding: 2px;
   margin: 0;
}

#content input{
   background-color: #fff;
   border: 1px solid #3cad30;
   color: #000;
   padding: 2px;
   margin: 0;
}
#content textarea{
   background-color: #fff;
   border: 1px solid #3cad30;
   color: #000;
   padding: 2px;
   width: 350px;
   margin: 0;
}

#content select:hover,
#content input:hover,
#content textarea:hover,
#content select:focus,
#content input:focus,
#content textarea:focus {
   background-color: #fef5d1;
}


#content p {
	padding: 0;
	margin : 0 0 1em 0;
}

#content h1, #content h2 {
	color: #697c83;
	font-size: 180%;
	line-height: 130%;
	font-weight: bold;
	margin: 8px 0 12px 0;
	padding: 0;
}

#content h3, #content h4 {
	color: #00882d;
	font-size: 160%;
	font-weight: normal;
	margin: 15px 0 10px 0;
	padding:  0;
}

#content h5 {
	color: #697c83;
	font-size: 130%;
	font-weight: bold;
	margin: 12px 0 10px 0;
	padding:  0;
}

#content table {
   border : 0 none;
   margin : 5px 0;
}

#content td,
#content tr {
   padding : 3px;
   vertical-align : top;
}
#content a,
#content a:link,
#content a:visited {
	color: #00882d;
	font-weight : bold;
	text-decoration : underline;
}

#content a:focus,
#content a:hover,
#content a:active {
	color: #333;
	text-decoration: none;
}


/***************************************************************/
/* BANNERBK                                                    */
/***************************************************************/

#bannerbk {
   line-height: 130%;
   color: #333;
}

#bannerbk img {
   padding: 0;
   margin: 0;
   border: 0 none; 
} 

#bannerbk p {
   padding: 0;
   margin : 0 0 5px 0;
}

#bannerbk h1, #bannerbk h2 {
   position: relative;
   margin: 0;
   padding: 3px 5px 3px 20px;
   color: #5f737a;
   font-size: 100%;
   text-transform: uppercase;
   background-image: url(../images/menu_e0.gif);
   background-repeat: no-repeat;
   background-position: 2px 6px;
}

#bannerbk h2.head {
   position: relative;
   margin: 0;
   padding: 3px 5px 3px 20px;
   color: #5f737a;
   font-size: 100%;
   text-transform: uppercase;
   background-color: transparent;
   background-image: url(../images/menu_e0.gif);
   background-repeat: no-repeat;
   background-position: 2px 5px;
}

#bannerbk h3, #bannerbk h4 {
	position: relative;
   margin: 8px 0 8px 0;
   padding: 0;
   font-size: 92%;
   color: #00882d;
   text-transform: uppercase;
}

#bannerbk h5 {
   position: relative;
   margin: 8px 0 8px 0;
   padding: 0;
   font-size: 92%;
   text-transform: uppercase;
   color: #697c83;
}

#bannerbk h6 {
   color: #697c83;
   font-size: 100%;
   font-weight: normal;
   margin: 3px 0 5px 0;
   padding:  0;
}  

#bannerbk h3 img {
   padding:0 5px 5px 0;	
} 

#bannerbk table {
   border : 0 none;
   margin : 0.7em 0;
}

#bannerbk td,
#bannerbk tr {
   padding : 3px;
   vertical-align : top;
}

#bannerbk a:link,
#bannerbk a:visited {
   color: #00882d;
   font-weight: bold;
   text-decoration: underline;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   color: #333;
   text-decoration: none;
}


/***************************************************************/
/* Inhaltstabellen                                             */
/***************************************************************/
.tabrowheader {
   background-color: #00882d;
   font-weight: bold;
   color: #fff;
}
.tabrowgerade {}
.tabrowungerade {background-color: #feedad;}
.tabzelle {
   border-width: 1px;
   border-color: #00489b;
   border-style: solid;
   color: #666666;
}
