@charset "UTF-8";
body {
	background: white;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #91a6d1;
	font-size:10pt;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{

}
a {
	text-decoration:none;
	color:#666;
	border:0px;
}
a:link {

}
a:visited {

}
a:hover {
	color:#574F37;
}
a:active {

}
a:focus {

}
div {padding:0px; margin:0px;}

.mro #menu {
	width:418px;
	height:25px;
	font-size:10pt;
	position:relative;
	margin:0;
	background:white;
	z-index:100;
} 
.mro #menu ul {padding:0; margin:0; list-style-type: none; text-align:center}
.mro #menu ul li {float:left; border-right:10px solid white; width:94px;}
.mro #menu ul li a {display:block; text-decoration:none; padding:0; height:25px; line-height:23px; color:white;  background:#91a6d1;}
.mro #menu ul li a:visited {display:block; text-decoration:none; padding:0; height:25px; line-height:23px; color:white; background:#91a6d1; }
.mro #menu ul li a:hover { background:#777; }

.mro #menu ul li a.select,
.mro #menu ul li a.select:visited { background:#777;}

.mro #container {
	width: 700px;  /* Mit dieser Breite wird ein Container erstellt, der in ein 800 Pixel breites Browserfenster passt, sofern für den Text die Standardschriftgröße des Browsers übernommen wird. */
	background: white;
	margin: 0px auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 704px;
}

.mro #profil-title p { border-bottom:dotted; border-bottom-width:1px; border-bottom-color:white; }
.mro #profil p { width:95px; border-bottom:dotted; border-bottom-width:1px; border-bottom-color:#91a6d1; }
