#content select{
   background-color: #fff;
   border: 1px solid #b2b3b5;
   color: #000;
   padding: 2px;
   margin: 0;
}

#content input{
   background-color: #fff;
   border: 1px solid #b2b3b5;
   color: #000;
   padding: 2px;
   margin: 0;
}
#content textarea{
   background-color: #fff;
   border: 1px solid #b2b3b5;
   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 {
   color: #333;
   line-height: 140%;
}

#content p {
	padding: 0;
	margin : 0 0 15px 0;
}

#content h1 {
	color: #9f2e28;
	font-size: 180%;
	line-height: 130%;
	font-weight: bold;
	margin : 15px 0 15px 0;
	padding: 0;
}

#content h3 {
	color: #000;
	font-size: 140%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding:  0;
}

#content h5 {
	color: #000;
	font-size: 120%;
	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: #9f2e28;
	font-weight : normal;
	text-decoration : underline;
}

#content a:focus,
#content a:hover,
#content a:active {
	background-color: #9f2e28;
	color: #FFF;
	text-decoration: none;
}



/***************************************************************/
/* BANNERBK                                                    */
/***************************************************************/

#bannerbk img,
#bannerbk_fest img {
   padding: 0;
   margin: 0;
   border: 0 none; 
} 

#bannerbk p,
#bannerbk_fest p {
   padding: 0;
   margin : 0 0 10px 0;
}

#bannerbk h1,
#bannerbk_fest h1 {
	position: relative;
   color: #000;
   background-color: #fff;
   font-size: 100%;
   font-weight: normal;
   margin: 15px 0 8px 0;
   padding: 1px 0 1px 5px;
   border: 1px solid #9f2e28;
}

#bannerbk h3,
#bannerbk_fest h3 {
   color: #9f2e28;
   font-size: 100%;
   margin: 0 0 10px 0; 
   margin: 12px 0 6px 0;
}

#bannerbk h5,
#bannerbk_fest h5 {
   color: #000;
   font-size: 100%;
   font-weight: bold;
   padding: 0;
   margin: 10px 0 6px 0;
}

#bannerbk h6,
#bannerbk_fest h6 {
   color: #000;
   font-size: 100%;
   font-weight: normal;
   margin: 3px 0 5px 0;
   padding:  0;
}  

#bannerbk h3 img,
#bannerbk_fest h3 img {
   padding:0 5px 5px 0;	
} 

#bannerbk table,
#bannerbk_fest table {
   border : 0 none;
   margin : 0.7em 0;
}

#bannerbk td,
#bannerbk tr,
#bannerbk_fest td,
#bannerbk_fest tr {
   padding : 3px;
   vertical-align : top;
}

#bannerbk a:link,
#bannerbk a:visited,
#bannerbk_fest a:link,
#bannerbk_fest a:visited {
   color: #9f2e28;
   font-weight: bold;
   text-decoration: underline;
}
#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active,
#bannerbk_fest a:focus,
#bannerbk_fest a:hover,
#bannerbk_fest a:active {
   color: #000;
   text-decoration: none;
}


/***************************************************************/
/* Inhaltstabellen                                             */
/***************************************************************/
.tabrowheader {
   background-color: #9f2e28;
   font-weight: bold;
   color: #f7e9d1;
}
.tabrowgerade {}
.tabrowungerade {background-color: #f7e9d1;}
.tabzelle {
   border-width: 1px;
   border-color: #00489b;
   border-style: solid;
   color: #666666;
}