#content{
   line-height: 150%;
   color: #757575;
   background-color: #f8f8f8;
}
#content p{
	margin: 0 0 13px 0;
	padding: 0;
}
hr{
   padding: 0;
   margin: 0;
   color: #666;
   background-color: #666;
   border: 0 none;
   height: 1px;
}
#content h1 {
	font-size: 160%;
	line-height: 120%;
	padding : 0;
	margin: 15px 0 20px 0;
	font-weight: normal;
	color: #333;
}

#content h3 {
	font-size: 140%;
	line-height: 120%;
	padding: 0;
	margin: 33px 0 10px 0;
	font-weight: normal;
	color: #333;
}

#content h5 {
	font-size: 120%;
	line-height: 120%;
	margin: 26px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #3b3b3b;
	font-weight: bold;
}	

#content a,
#content a:link,
#content a:visited {
   color : #111;
   text-decoration: underline;
   font-weight: bold;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #FFC400;
   color: #111;
   font-weight: bold;
   text-decoration: underline;
}

#content img a,
#content img a:link,
#content img a:visited,
#content img a:focus,
#content img a:hover,
#content img a:active{
   background-color: #fff;
}
#content table{
   margin-bottom: 10px;
}
#content td{
   vertical-align: top;	
}

/* Bannerbaukasten */
#bannerbk h1{
    font-size: 130%;
    line-height: 120%;
    padding : 3px 9px 3px 9px;
    margin: 20px 0 5px 0;
    font-weight: bold;
    color: #fff;
    background-color: #5b6066;
    border-bottom: 1px solid #757575;
    text-transform: uppercase;
}

#bannerbk h3{
    font-size: 110%;
    line-height: 120%;
    padding : 5px 5px 5px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #5b6066;
}

#bannerbk h5{
    font-size: 100%;
    line-height: 120%;
    padding : 5px 5px 5px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #000;
}

#bannerbk a img{
   display: block;
   border: 0 none;}

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color : #111;
   text-decoration: underline;
   font-weight: bold;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   background-color: #FFCA00;
   color: #111;
}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#000;
   background-color: #FFC400;
   font-weight: bold;
}

.tabrowgerade {
   background-color: #c4c5c8;
   color: #000;
}
.tabrowungerade {
   background-color: #666;
   color: #fff;
}

#content .tabrowungerade a,
#content .tabrowungerade a:link,
#content .tabrowungerade a:visited{
   color: #fff;
   background: none;
   font-weight: bold;
}

#content .tabrowungerade a:focus,
#content .tabrowungerade a:hover,
#content .tabrowungerade a:active{
   color: #000;
   background-color: #FFC400;
   font-weight: bold;
}


/* Input Felder */
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;
}

input:hover, select:hover, textarea:hover {
	background-color: #e7e7e7;
}