#content select{
   background-color: #fff;
   border: 1px solid #741938;
   color: #000;
   padding: 2px;
   margin: 0;
}

#content input{
   background-color: #fff;
   border: 1px solid #741938;
   color: #000;
   padding: 2px;
   margin: 0;
}
#content textarea{
   background-color: #fff;
   border: 1px solid #741938;
   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: #efefef;
}


#content p {
	padding: 0;
	margin : 0 0 1em 0;
}

#content h1, #content h2 {
	color: #0f1640;
	font-size: 180%;
	line-height: 130%;
	font-weight: bold;
	margin: 8px 0 12px 0;
	padding: 0;
}

#content h3, #content h4 {
	color: #0f1640;
	font-size: 150%;
	font-weight: normal;
	margin: 15px 0 10px 0;
	padding:  0;
}

#content h5 {
	color: #333;
	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: #0f1640;
	font-weight : bold;
	text-decoration : underline;
}

#content a:focus,
#content a:hover,
#content a:active {
	color: #000;
	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 h1 {
   position: relative;
   margin: 0;
   padding: 0;
   color: #0f1640;
   font-size: 100%;
   background-color: #0f1640;
}

#bannerbk h3, #bannerbk h4 {
	position: relative;
   margin: 8px 0;
   padding: 0 0 0 5px;
   font-size: 100%;
   color: #0f1640;
   border-bottom: 1px solid #0f1640;
}

#bannerbk h5 {
   position: relative;
   margin: 8px 0;
   padding: 0 0 0 5px;
   font-size: 100%;
   color: #333;
}

#bannerbk h6 {
   color: #333;
   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: #0f1640;
   font-weight: bold;
   text-decoration: underline;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   color: #333;
   text-decoration: none;
}


/***************************************************************/
/* Inhaltstabellen                                             */
/***************************************************************/
.tabrowheader {
   background-color: #741938;
   font-weight: bold;
   color: #fff;
}
.tabrowgerade {}
.tabrowungerade {background-color: #eae2ab;}
.tabzelle {
   border-width: 1px;
   border-color: #00489b;
   border-style: solid;
   color: #666666;
}

/** Positionierung Captcha **/
#content #img_captcha {
   padding-left: 2px;
}
