/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.schwarzaufgelb {
	font-size: small;
 	text-transform: none;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	background-color: rgb(239,173,0);
 	border-left: 5px solid rgb(239,173,0);
 	border-top: 5px solid rgb(239,173,0);
 
	border-bottom: 5px solid rgb(239,173,0)
}

.gelbaufschwarz {
	font-size: medium;
 	text-transform: none;
 	color: rgb(239,173,0);
 	font-weight: bold;
 	font-variant: normal;
 	background-color: rgb(0,0,0);
 	border: 5px solid rgb(0,0,0)
}

.Bildunterschrift {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: small;
 	text-align: center
}

.etwasdickerRand {
	font-size: small;
 	color: rgb(53,53,53);
 	font-weight: bold;
 	margin: 0px 0px 0px 3px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Seitenlink {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: xx-small
}

.dicker {
	font-size: medium;
 	color: rgb(53,53,53);
 	font-weight: bold
}

.Überschrift1 {
	font-size: large;
 	color: rgb(239,173,0);
 	font-weight: bold
}

.gelbaufschwarzklein {
	font-size: medium;
 	text-transform: none;
 	color: rgb(255,197,84);
 	font-style: italic;
 	background-color: rgb(0,0,0);
 	border: 2px solid rgb(0,0,0)
}

.etwasdicker {
	font-size: small;
 	color: rgb(53,53,53);
 	font-weight: bold
}