* {
	 padding:  0; margin:  0;
}
#kalk {
	border: 2px solid #888888; /* Der Bilderrahmen */
	width: 90%; /* Breite des Inhaltbereichs */
	padding: 10px;
}
#flyerkalk {
	border: 2px solid #888888; /* Der Bilderrahmen */
	width: 50%; /* Breite des Inhaltbereichs */
	padding: 10px;
}
.gewichtumfang_ok {
    color: #00BB00;
    font-weight: normal;
}
.gewichtumfang_falsch {
    color: #ff0000;
    font-weight: bold;
}
.gewichtauflage_ok {
    color: #00BB00;
    font-weight: normal;
}
.gewichtauflage_falsch {
    color: #ff0000;
    font-weight: bold;
}
.auflage_ok {
    color: #00BB00;
    font-weight: normal;
}
.auflage_falsch {
    color: #ff0000;
    font-weight: bold;
}
.auflage_nutzen {
    color: #ff6600;
    font-weight: bold;
}
.seiten_ok {
	color: #00BB00;
	font-weight: normal;
}
.seiten_falsch {
    color: #ff0000;
    font-weight: bold;
}
.kalk {
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.gesammtpreis {
    font-weight: bold;
}
.einzelpreis {
    font-weight: normal;
}