.bottom.middle .block {
  padding:5px 18px;
}

.bottom.middle .content h2 {							/* "H1" Contentbereich */
  color: #5a5b53; 				 						/*alt: #7F7F7F; */ 			 			
  font-family: Arial;
  font-size: 19px;
  line-height:22px;
  padding:14px 0;
}

.bottom.middle .content .shortDesc {								/* "H2" Contentbereich */
  font-weight:bold;
  line-height:1.8em;
  color:#6baf2b;											/*alt:  #A7D266; */ 										
  border-bottom:1px dotted #6baf2b;
  border-width:1px 0;
  padding:6px 0;
  margin-bottom:10px;
  display:block;
}

.bottom.middle .content ul {
  display:block;
  list-style-type: none;
  color:#5D5A51;
  line-height: 1.8em;
}

.bottom.middle .content ul li {
  background: url(../img/ul_bullet.gif) transparent scroll no-repeat 3px 9px;
  /* font-weight:bold; */
  padding-left:14px;
}

.bottom.middle .content ul li ul li{
  padding-left:14px;
  margin-left:6px;
}

.bottom.middle .content ol {
  display:block;
  color:#9B9B9B;
  line-height: 1.8em;
}

.bottom.middle .content ol li {
  /* background: url(../img/ul_bullet.gif) transparent scroll no-repeat 3px 9px; */
  font-weight:bold;
  margin-left:20px;
}

.bottom.middle .content ol li ol li{
  margin-left:26px;
}


.bottom.middle .content div.head {
  border:1px dotted #A7D266;
  border-width: 1px 0;
  background: url(../img/testbild_qype.png) transparent scroll no-repeat center right;
}

.bottom.middle .content .head .row {
  border:1px dotted #8a8c86;
  border-width: 0 0 1px 0;
  float:left;
  padding:3px 0;
  clear:left;
}

.bottom.middle .content .head .row.last {
  border-width:0;
}

.bottom.middle .content .head .row .l {
  width:70px;
  float:left;
}

.bottom.middle .content .head .row .r {
  width:210px;
  float:left;
}


.bottom.middle .content .box {
  margin-top:22px;
  color:#5D5A51; 
  font-size:11px;
  line-height:18px;
}

.bottom.middle .content .box.c {
  line-height:19px;
  margin-bottom:10px;
  clear:both;
}

.bottom.middle .content .box.l {
  clear:left;
  float:left;
  width:260px;
}

.bottom.middle .content .box.r {
  clear:right;
  float:right;
  width:225px;
}

.bottom.middle .content h3 {	 		 		/* H3 Content-Bereich */
  font-weight:bold;
  font-size:11px;	 				 		 		 
  line-height:17px;
}

.bottom.middle .content .box p {
  margin:0.6em 0;
}

.bottom.middle form {
  margin-top: 20px;
}

.bottom.middle form .formrow {
  padding:3px 0;
}
.bottom.middle form .labelbox {
  float:left;
  width:80px;
  margin-right:8px;
  height:13px;
  padding:1px;
  color: #5D5A53;
}
.bottom.middle form .inp {
  height:13px;
  padding:1px;
  border: 1px solid #D4D4D2;
  margin-right: 5px;
  color: #5D5A53;
}
.bottom.middle form .inp.error {
  border:1px solid red;
}
.bottom.middle form .inp.w234 {
  width:230px;
}
.bottom.middle form .inp.w48 {
  width:44px;
}
.bottom.middle form .inp.w181 {
  width:177px;
}
.bottom.middle form textarea.w234 {
  width:230px;
  height:102px;
}