#content {
   background-color: transparent;
   width: 550px;
   padding: 0 20px 50px;
   overflow: hidden;
}

#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: #DC0000;
}

#content h3 {
	font-size: 140%;
	line-height: 120%;
	margin: 33px 0 18px 0;
	font-weight: normal;
	color: #DC0000;
}

#content h5 {
	font-size: 120%;
	line-height: 120%;
	margin: 26px 0 16px 0;
	font-weight: bold;
	color: #DC0000;
}	

#content a,
#content a:link,
#content a:visited {
   color: #DC0000;
   font-weight : bold;
   text-decoration: underline;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #DC0000;
   color: #fff;
}
#content table{margin-bottom: 10px;border-collapse: collapse;}
#content td{vertical-align: top;}


#content p.readmore{
   text-align: right;
}
/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   background-color: #DC0000;
   color: #fff;
   font-weight: bold;
}
.tabrowheader td{
   border-color: #444;
}

.tabrowgerade   {background-color: #fff; color: #000;}
.tabrowungerade {background-color: #ccc; color: #000;}

/* 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: #DAEFD1;
   border-color: #000;
   color: #000;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.92em;;
}
input, select, textarea {
   border: 1px solid #6D6E70;
   background-color: #FFF;
   color: #000;
   padding: 2px;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.92em;
}
/*
 * Bannerbaukasten
*/ 
#bannerbk{
   line-height: 140%;
   font-size: 92%;
   color: #fff;
   font-weight: bold;
}
#bannerbk p{margin: 0 0 1em 0;}

#bannerbk h1 {
   font-size: 150%;
   line-height: 120%;
   margin: 0 0 16px 0;
   font-weight: normal;
   color: #4c6b3e;
}

#bannerbk h3 {
   font-size: 130%;
   line-height: 120%;
   margin: 33px 0 12px 0;
   font-weight: bold;
   color: #DC0000;
}

#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;}
