/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.rahmen_rechts {
	background-color: rgb(255,255,204);
 	border-right: 2px solid rgb(0,51,51)
}

.rahmen_voll {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(128,0,0);
 	background-color: rgb(255,255,204)
}

.rahmen_unten {
	background-color: rgb(255,255,204);
 	background-image: none;
 	background-repeat: repeat-x;
 	background-position: bottom;
 	border-bottom: 2px solid rgb(0,51,51)
}

.rahmen_oben {
	background-color: rgb(255,255,204);
 	border-top: 2px solid rgb(0,51,51)
}

.rahmen_Linksunten {
	background-color: rgb(255,255,204);
 	background-image: none;
 	background-repeat: no-repeat;
 	background-position: bottom right;
 	border-left: 2px solid rgb(0,51,51);
 	border-bottom: 2px solid rgb(0,51,51)
}

.rahmen_weiß {
	background-color: rgb(255,255,255)
}

.rahmend_linksrechts_hell {
	background-color: rgb(255,255,255);
 	border-left: 1px solid rgb(0,51,51);
 	border-right: 1px solid rgb(0,51,51)
}

.rahmen_Rechtsoben {
	background-color: rgb(255,255,204);
 	border-left: 2px solid rgb(0,51,51);
 	border-top: 2px solid rgb(0,51,51);
 	border-right: 2px solid rgb(0,51,51)
}

.rahmen_komplett {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	background-color: rgb(255,255,204);
 	border-left: 2px solid rgb(8,77,54);
 	border-top: 2px solid rgb(8,77,54);
 	border-right: 2px solid rgb(8,77,54)
}

.rahmen_links {
	background-color: rgb(255,255,204);
 	border-left: 2px solid rgb(0,51,51)
}

.rahmen_linksrechts {
	background-color: rgb(255,255,204);
 	border-left: 2px solid rgb(0,51,51);
 	border-right: 2px solid rgb(0,51,51)
}

.rahmen_Rechtsunten {
	background-color: rgb(255,255,204);
 	background-image: none;
 	background-repeat: no-repeat;
 	background-position: bottom left;
 	border-right: 2px solid rgb(0,51,51);
 	border-bottom: 2px solid rgb(0,51,51)
}

.rahmen_Linksoben {
	background-color: rgb(255,255,204);
 	border-left: 2px solid rgb(0,51,51);
 	border-top: 2px solid rgb(0,51,51)
}