/* Design der Boxen - Neuheiten, - Tramsen Media */

/* Allgemeine Boxen */

.boxen-head {
background-color:#333333;
padding:2px;
border:1px dashed silver;
text-align:center;
}

.boxen-content {
background-color: #75542a;
text-align:left;
border-left:1px solid #FF8E08;
border-right:1px solid #FF8E08;
border-bottom:1px solid #FF8E08;
padding:3px;
}

.boxen-content-angebote {
background-color: #75542a;
text-align:left;
border-left:1px solid #FF8E08;
border-right:1px solid #FF8E08;
border-bottom:1px solid #FF8E08;
background-repeat:no-repeat;
background-position:top right;
padding:3px;
}

.box-content-news {
background-color: #75542a;
border-left:1px solid #FF8E08;
border-right:1px solid #FF8E08;
border-bottom:1px solid #FF8E08;
background-repeat:no-repeat;
background-position:top right;

text-align:left;
padding:3px;
}

/* Box fuer die Navigation  */

.box-head-navigation {
background-color:#333333;
border:1px dashed silver;
text-align:center;
padding:2px;
}
.box-content-navigation {
border-left:1px solid #FF8E08;
border-right:1px solid #FF8E08;
border-bottom:1px solid #FF8E08;
background-color: #75542a;
text-align:left;
padding:3px;
}

.text-button{
text-align:center;
border:2px dashed #FF8E08;
padding:3px;
width:130px;
}

