
/****************
CB-TM Ausgabe
*****************/

.dataBoxCB {
   position:relative;
   padding: 0px 2px 0px 3px;
   margin: 0 0 0 10px;
   width:500px;
   float:left;
}

.dataBoxCB .left{
   float:left;
   width:300px;   
   clear:both;
}

.dataBoxCB .spacer{
   border:1px #7dab29 solid;
   border-width:0 0 1px 0;
   float:left;
   width:300px;   
   height:2px;
   clear:both;
}

.dataBoxCB .spacerRight{
   height:2px;
}

#outputBoxCB .borderTop{
   width:300px;   
   border-top:1px #7dab29 solid;
   padding:14px 0 35px 0;
}

#outputBoxCB .borderTop .title{
   font-size:1.3em;
   font-weight:bold; 
}

.dataBoxCB .right div{
   height:40px;
   width:40px;
   border:1px #ddd solid; 
   margin:0 5px 5px 0;
   text-align:center;
   float:left;
}

.dataBoxCB .right img{
   height:22px;
   vertical-align:center;
}

#overDiv {
   padding:5px;
}


/****************
SAMMELN
*****************/
#collectForm .title {
   text-transform:none;
}

#collectForm p {
   margin:14px 0 0 0;
}

#collectForm .areaHeader {
   text-transform:uppercase;
   color:#ff6600;
   margin:0 0 6px 0;
}

#collectForm ul {
   margin:0px;
   padding:0px;
}

#collectForm li {
   margin:0 0 0 0;
   padding:0px;
}

#collectForm input {
   float:right;
}

#collectForm .collectionEntry{
   padding:10px;
   border: 1px #7dab29 solid;
}

#collectForm #toPageTop{
   float:none; 
   clear:both;
   padding:10px 0 10px 0;
}

#collectForm .title {
   text-transform:none;
} 


#outputBoxCB form .title{
   text-transform:none;
   margin-bottom:14px;
}
