#content p
{margin: 0 0 1em 0;}
hr{
   color: #666;
   background-color: #666;
   border: 0 none;
}
#content h1 {
	font-size: 160%;
	line-height: 120%;
	margin: 0 0 16px 0;
	font-weight: normal;
	color: #ed7510;
}

#content h3 {
	font-size: 140%;
	line-height: 120%;
	margin: 33px 0 18px 0;
	font-weight: normal;
	color: #B30000;
	padding: 0;
}

#content h5 {
	font-size: 120%;
	line-height: 120%;
	margin: 26px 0 16px 0;
	font-weight: bold;
	color: #000;
}	

#content a,
#content a:link,
#content a:visited {
   color: #B30000;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #B30000;
   color: #fff;
}
#content table{margin-bottom: 10px;border-collapse: collapse;}
#content td{vertical-align: top;}

#content p.readmore{ 
   text-align: right;
}
/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   background-color: #ec6c00;
   color: #fff;
   font-weight: bold;
}
.tabrowheader td{
   border-color: #444;
}

.tabrowgerade   {background-color: #fff;}
.tabrowungerade {background-color: #ffe7d3;}

/* Input Felder */
input, select, textarea {
	border: 1px solid #919191;
	background-color: #D4D4D4;
	color: #000;
	padding: 3px;
	margin: 1px;
}

input:focus,
textarea:focus,
input:hover,
textarea:hover,
input:active,
textarea:active{
   background-color: #FC5400;
   border-color: #000;
   color: #000;
}

/*
 * Bannerbaukasten
*/ 
#bannerbk{
   line-height: 140%;
   font-size: 92%;
   color: #fff;
   font-weight: bold;
}
#bannerbk p{margin: 0 0 1em 0;}

#bannerbk h1 {
   font-size: 150%;
   line-height: 120%;
   margin: 0 0 16px 0;
   font-weight: normal;
   color: #000;
}

#bannerbk h3 {
   font-size: 130%;
   line-height: 120%;
   margin: 33px 0 12px 0;
   font-weight: bold;
   color: #000;
}

#bannerbk h5 {
   font-size: 110%;
   line-height: 120%;
   margin: 26px 0 8px 0;
   font-weight: bold;
   color: #000;
}  

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color : #B30000;
   font-weight : bold;
   text-decoration: underline;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   text-decoration: underline;
   background-color: #B30000;
   color: #fff;
}
#bannerbk td{vertical-align: top;}

/** Kontaktformular **/
.KontaktForm {
   position: relative;
   border: 0 none;
}
.innercontact {
   float: left;
   position: relative;
}
.contactadresse {
   float: left;
   position: relative;
   padding: 0 10px;
}
.contactadresse h3 {
   margin-top: 0 !important;
}
.KontaktForm label {
   float: left;
   position: relative;
   width: 90px;
}
.KontaktForm input,
.KontaktForm select {
   float: left;
   position: relative;
   width: 200px;
}
.KontaktForm p {
   position: relative;
   overflow: hidden;
   padding: 3px 0;
}
.KontaktForm p.choose {
   padding: 5px 0 !important;
}
.KontaktForm p.choose label,
.KontaktForm p.choose input,
.KontaktForm p.choose select {
   width: auto;
   float: none;
}
.KontaktForm p.choose select {
   width: 209px;
}
.KontaktForm select {
   width: 209px;
}
.KontaktForm p.choose label {
   padding: 3px 0;
}
.KontaktForm textarea {
   width: 200px;
}
