#content{
   line-height: 150%;
   color: #757575;
   background-color: #fff;
}
#content p{
	margin: 0 0 13px 0;
	padding: 0;
}

p.readmore{
   text-align: right;
}

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: #668075;
}

#content h3 {
	font-size: 140%;
	line-height: 120%;
	padding: 0;
	margin: 33px 0 5px 0;
	font-weight: normal;
	color: #c69200;
}

#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 : #C69200;
   font-weight : bold;
   text-decoration: none;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #f5a628;
   color: #fff;
}
#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;	
}

#content sub {
   font-size: 72%;
}

#content sup {
   font-size: 72%;
}

#bannerbk sub {
   font-size: 72%;
}

#bannerbk sup {
   font-size: 72%;
}

/* Bannerbaukasten */
#bannerbk h1 {
   background-color: #666;

    font-size: 110%;
    line-height: 120%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #fff;
    padding: 3px 0 3px 12px;
}

#bannerbk h3{
    font-size: 110%;
    line-height: 120%;
    padding : 5px 5px 5px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #5b6066;
    background-color: #fff;
}

#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;
}

hr{
   background-color: #BBB;
   border: 0pt none;
   color: #bbb;
   margin: 0;
   padding: 0;
   height: 1px;
   
   
}

/* 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;
}

/* 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;
}
