#content{line-height: 150%;}
#content p{margin: 0 0 1em 0;}
hr{
   color: #666;
   background-color: #666;
   border: 0 none;
}
#content h1 {
	font-size: 160%;
	line-height: 120%;
	margin: 0 0 16px 0;
	font-weight: normal;
	color: #B30000;
}

#content h3 {
	font-size: 140%;
	line-height: 120%;
	margin: 33px 0 18px 0;
	font-weight: normal;
	color: #444;
}

#content h5 {
	font-size: 120%;
	line-height: 120%;
	margin: 26px 0 16px 0;
	font-weight: bold;
	color: #B30000;
}	

#content a,
#content a:link,
#content a:visited {
   color : #B30000;
   font-weight : bold;
   text-decoration: underline;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #B30000;
   color: #fff;
}
#content table{margin-bottom: 10px;border-collapse: collapse;}
#content td{vertical-align: top;}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
   border: 1px solid #919191;
}
.tabrowheader {
   background-color: #e0e0e0;
   font-weight: bold;
}
.tabrowheader td{
   border-color: #444;
}

.tabrowgerade   {background-color: #f1f1f1;}
.tabrowungerade {background-color: #e0e0e0;}

/* Input Felder */
input, select, textarea {
	border: 1px solid #919191;
	background-color: #D4D4D4;
	color: #000;
	padding: 3px;
	margin: 1px;
}

input:focus,
textarea:focus,
input:hover,
textarea:hover,
input:active,
textarea:active{
   background-color: #FC5400;
   border-color: #000;
   color: #fff;
}

/*
 * Bannerbaukasten
*/ 
#bannerbk{
   line-height: 140%;
   font-size: 92%;
}
#bannerbk p{margin: 0 0 1em 0;}

#bannerbk h1 {
   font-size: 150%;
   line-height: 120%;
   margin: 0 0 16px 0;
   font-weight: normal;
   color: #000;
}

#bannerbk h3 {
   font-size: 130%;
   line-height: 120%;
   margin: 33px 0 12px 0;
   font-weight: bold;
   color: #000;
}

#bannerbk h5 {
   font-size: 110%;
   line-height: 120%;
   margin: 26px 0 8px 0;
   font-weight: bold;
   color: #000;
}  

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color : #B30000;
   font-weight : bold;
   text-decoration: underline;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   text-decoration: underline;
   background-color: #B30000;
   color: #fff;
}
#bannerbk td{vertical-align: top;}
