.box {
    margin-bottom: 30px;
}

.box .header h2 {
    width: 970px;
    padding: 5px;
    font-size: 14px;
    background: url(../img/bg_white-trans.png) top left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
    text-align: center;
    margin-bottom: 20px;
}
hr {
    width: 970px;
    height: 4px;
    border: 0px;
    background: url(../img/bg_white-trans.png) top left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;    
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box .header h2 .small {
    font-size: 12px;
    color: #7a2a30;
}
.box .header h3 {
    width: 800px;
    margin: 0px auto;
}
.box .header h3 .small{
    font-size: 12px;
}
.box p{
    margin: 0px auto;
    margin-top: 10px; 
    margin-bottom: 10px;
    width: 700px; 
}

.box p .beschreibung {
    font-size: 12px;
    color: #7a2a30;
    margin-left: 100px;
}
.box p .preis {
    float: right;
    font-size: 14px;
}
.box p .titel {
    display: block;
    font-size: 16px;
    margin-left: 100px;
}
.menuheader {
	float: left;
	height: 50px;
	width: 200px;
	margin-top: 15px;
}
.menuheader h3 {
	display: block;
	font-size: 20px;
	text-align: center;
}
.menuheader .small {
	width: 200px;
	text-align: center;
	display: block;
}