#suche{
   padding: 20px 5px 20px 5px;
}
#suche form{
   margin: 0;
   padding: 0;
}
#suche input.input{
   margin: 0;
   padding: 3px 2px;
   width: 136px;
   float: left;
}
#suche input.submit{
   margin: 0;
   width: 70px;
   float: right;
}


#content{
   line-height: 150%;
   color: #000;
}
#content p{
	margin: 0 0 13px 0;
	padding: 0;
}
hr{
   padding: 0;
   margin: 0;
   color: #666;
   background-color: #666;
   border: 0 none;
}
#content h1 {
	font-size: 160%;
	line-height: 120%;
	padding : 0;
	margin: 15px 0 20px 0;
	font-weight: normal;
	color: #d87a3f;
}

#content h3 {
	font-size: 140%;
	line-height: 120%;
	padding: 0;
	margin: 33px 0 18px 0;
	font-weight: normal;
	color: #d87a3f;
}

#content h5 {
	font-size: 120%;
	line-height: 120%;
	margin: 26px 0 16px 0;
	padding: 0;
	font-weight: normal;
	color: #d87a3f;
}	

#content a,
#content a:link,
#content a:visited {
   color: #D87A3F;
   font-weight: bold;
   text-decoration: underline;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #fff;
   color: #000;
}
#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: #c4c5c8;
}
.tabrowungerade {
   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;
}

/* Bannerbk ************************************************/
#bannerbk {
   width: 224px;
   color: #FFF;
   text-align: center;
}

#bannerbk p img {
   border: 0 none;
}


