#content{
   line-height: 150%;
}
#content p{
	margin: 0 0 13px 0;
	padding: 0;
}

hr {
   background-color:#666;
   border:0 none;
   color:#666;
   height:1px;
   margin:0;
   padding:0;
}

#content h1 {
   color: #58585A;
   font-size: 160%;
   font-weight: normal;
   margin : 15px 0 10px 0;
   padding: 0;
}

#content h3 {
   color: #58585A;
   font-size: 140%;
   font-weight: normal;
   margin: 15px 0 10px 0;
   padding:  0;
}

#content h5 {
   color: #58585A;
   font-size: 130%;
   font-weight: normal;
   margin: 12px 0 10px 0;
   padding:  0;
}




#content a,
#content a:link,
#content a:visited {
   color : #b634bb;
   font-weight : normal;
   text-decoration: underline;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #b634bb;
   color: #fff;
}

/*
#content a img:focus, 
#bannerbk a img:focus { 
  vertical-align: text-bottom;
} 
*/


#content ul {
  list-style: disc;
   margin: 0 0 1em 0;
   padding: 0 0 0 20px;
}
#content ul li{
   margin: 10px;
}

#content table{
   margin-bottom: 10px;
}
#content td{
   vertical-align: top;	
}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#fff;
   background-color: #b634bb;
   font-weight: bold;
}

.tabrowgerade {
/*   background-color: #f7ae13;*/
   background-color: #c4c5c8;
}
.tabrowungerade {
/*   background-color: #fdebc4;*/
   background-color: #9d9ea0;
}

/* 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;
}

/*
 * Bannerbaukasten
*/ 
#bannerbk{
   line-height: 130%;
   font-size: 92%;
}
#bannerbk p{
   margin: 0 0 13px 0;
   padding: 0;  
}
#bannerbk ul{
   list-style:disc;
   margin:0 0 1em 0;
   padding:0 0 0 20px;
}
#bannerbk ul li{
   margin:10px;
}

#bannerbk h1 {
   font-size: 120%;
   line-height: 120%;
   padding : 0;
   margin: 10px 0 12px 0;
   font-weight: bold;
   color: #000;
}

#bannerbk h3 {
   font-size: 110%;
   line-height: 120%;
   padding: 0;
   margin: 20px 0 13px 0;
   font-weight: bold;
   color: #000;
}

#bannerbk h5 {
   font-size: 100%;
   line-height: 120%;
   margin: 15px 0 8px 0;
   padding: 0;
   font-weight: normal;
   color: #000;
}  

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color : #000;
   font-weight : normal;
   text-decoration: underline;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   text-decoration: underline;
   background-color: #000;
   color: #fff;
}
#bannerbk td{
   vertical-align: top; 
   
}


