#content{
   line-height: 150%;
   color: #757575;
    background-color: #f4f4f3;
}
#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 10px 0;
	font-weight: normal;
	color: #333;
}

#content h3 {
	font-size: 140%;
	line-height: 120%;
	padding: 0;
	margin: 33px 0 7px 0;
	font-weight: normal;
	color: #757575;
}

#content h5 {
	font-size: 120%;
	line-height: 120%;
	margin: 26px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}	

#content a,
#content a:link,
#content a:visited {
   color : #f5a628;
   font-weight : bold;
   text-decoration: none;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #f5a628;
   color: #fff;
}
#content table{
   margin-bottom: 10px;
}
#content td{
   vertical-align: top;	
}

/* Bannerbaukasten */
#bannerbk h1{
    font-size: 130%;
    line-height: 120%;
    padding: 15px 7px 5px 7px;
    margin: 0 -7px 5px -7px;
    font-weight: bold;
    color: #757575;
    background-color: #f4f4f3;
    border-bottom: 1px solid #757575;
    text-transform: uppercase;
}

#bannerbk h3{
    font-size: 110%;
    line-height: 120%;
    padding: 2px 5px 2px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #333;
}

#bannerbk h5{
    font-size: 100%;
    line-height: 120%;
    padding : 5px 5px 5px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #000;
    background-color: #dddddb;
}

#bannerbk a:link,
#bannerbk a:visited {
   color: #e8792e;
   text-decoration: underline;
   font-weight: bold;
}
#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   color: #333;
   text-decoration: none;
}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#fff;
   background-color: #f5a628;
   font-weight: bold;
}

.tabrowgerade {
   background-color: #c4c5c8;
   color: #000;
}
.tabrowungerade {
   background-color: #fff;
   color: #000;
}

/* Input Felder */
input, select, textarea {
	border: 1px solid #6D6E70;
	background-color: #FFF;
	color: #000;
	padding: 2px;
}

input:hover, select:hover, textarea:hover {
	background-color: #e7e7e7;
}