#ContentZweispaltigWrapper {
margin-top: 25px;
}

#ContentLeft {
float: left;
width: 240px;
}

#ContentRight {
float: right;
width: 240px;
}

#ContentLeft h1,
#ContentRight h1 {
width: 240px;
background: #d47123;
color: #ffffff;
text-indent: 10px;
font-weight: bold;
float: left;
font-size: 14px;
line-height: 20px;
height: 20px;
margin: 0 0 25px 0;
}

#ContentLeft h1 a,
#ContentRight h1 a {
color: #ffffff;
text-indent: 10px;
font-weight: bold;
font-size: 14px;
}

#ContentLeft p a,
#ContentRight p a {
margin-bottom: 0px;
font-weight: normal;
font-size: 12px;
color: #5d5d5d;
}

#ContentLeft p,
#ContentRight p {
margin-bottom: 0px;
}


/*--------------------- shop */

.Shop {
float: left;
border-bottom: 1px solid #999;
margin-bottom: 10px;
width: 490px;
}

.ShopDescrWrapper {
}


.ShopDescription {
float: left;
width: 370px;
}

.ShopPreisWrapper {
float: right;
width: 100px;
font-size: 12px;
color: #5d5d5d;
text-align: right;
margin: 0 0 10px 0;
}

.ShopPreis {
font-weight: bold;
}

.ShopTitle {
margin-bottom: 2px;
font-size: 14px;
color: #5d5d5d;
font-weight: bold;
}

.ShopImage {
margin: 10px 0 0 0;
}


