@import url("sheet01.css");

.sheet {
	margin-left: 13px;
}
	
.linkereihe {
    float: left;
    width: 150px;
    text-align: center;
}

.linkereihe img {
    float: left;
    border: none;
    margin-right: 10px;
    margin-bottom: 20px;
}

.rechtereihe {
    float: left;
    width: 150px;
    text-align: center;
}

.rechtereihe img {
    float: left;
    border: none;
    margin-left: 10px;
    margin-bottom: 20px;
}

.hauptbild {
    float: left;
    width: 310px;
    text-align: center;
}

.haupttext {
    font-size: 12px;
    width: 310px;
    text-align: center;
    margin-top: 15px;
	margin-bottom: 20px;
}

.zusatztext {
	clear: both;
	text-align: right;
    font-size: 10px;
	color: 0x999999;
    margin-bottom: 20px;
	margin-right: 20px;
    border-top: 1px solid gray;
}
