/* Stylesheet für den UMKC */
/* grundsätzliche Definitionen */
body {
	font-family: "Times New Roman", Times, serif;
	background-color: rgb(102, 0, 0);
	color: rgb(255, 204, 153)
}
/* rechter und linker Rand des Inhaltsteiles */
#inhalt {
	margin-left: 10px;
	margin-right: 10px;
}
#inhalt a, a:visited {
	color: Yellow;
	text-decoration: none;
} 
#inhalt a:hover {
	color: Yellow;
	text-decoration: underline;
}
/* Seitenüberschrift (Hauptüberschrift) */
h1 {
	clear: both;
	font-size: 200%;
	font-weight: normal;	
}
/* Zwischenüberschrift */
h2 {
	clear: both;
	font-size: 150%;
	font-weight: normal;
}
/* Unter-Überschrift */
h3 {
	clear: both;
	font-size: 125%;
	font-weight: normal;
}
/* Teaser */
h4 {
	font-weight: bold;
}
/* Tabelle mit Logos oben */
.logo {
	border: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
/* Unternavigation oben links */
#unternavi {
	color: Yellow;
	list-style: none;
	}
#unternavi a, a:visited {
	color: Yellow;
	text-decoration: none;
} 
#unternavi a:hover {
	color: Yellow;
	text-decoration: underline;
}
/* Tabelle mit Hintergrund der Hauptnavigation */
#hauptnavi {
	border: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
	height: 34px;
	background-image: url(images/banner_mitte.jpg);
	margin: 0px 0px 0px 0px;
}
/* Tabelle mit Text der Hauptnavigation */
#hauptnavitext {
	border: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
	font-size: 150%;
	height: 34px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	color: Maroon;
}
/* Links in Hauptnavi nur beim Überfahren mit Maus unterstreichen */
#hauptnavi a, a:visited {
	text-decoration: none;
	color: Maroon;
}
#hauptnavi a:hover {
	text-decoration: underline;
}
/* weiß umrandetes Foto */
.fotobox {
	border: 1px solid rgb(255, 204, 153);
	margin: 10px;
}
/* weiß umrandetes Foto, im Text rechts, umflossen */
.fotoboxr {
	border: 1px solid rgb(255, 204, 153);
	margin: 10px;
	float: right;
}
/* weiß umrandetes Foto, im Text links, umflossen */
.fotoboxl {
	border: 1px solid rgb(255, 204, 153);
	margin: 10px;
	float: left;
}
