/* CSS für die Musikkapelle Oberschmeien */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-color: white;
}

div.logo {
	position: absolute;
	z-index: 5;
	top: 5px;
	left: 90px;
}

div.navi {
	position: absolute;
	z-index: 5;
	top: 135px;
	left: 10px;
	height: 300px;
	width: 95px;
	background-color: dimgray;
}

div.navishadow {
	position: absolute;
	z-index: 4;
	top: 140px;
	left: 15px;
	height: 300px;
	width: 95px;
	background-color: black;
}

div.navi a:link, div.navi a:visited {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	color: maroon;
	text-decoration: none;
}

div.navi a:hover, div.navi a:focus, div.navi a:active {
	color: white;
}	

div.main {
	position: absolute;
	z-index: 5;
	top: 130px;
	left: 140px;
	height: 400px;
	width: 500px;
	text-align: left;
	list-style-type: none;
}

div.navi p {
	font-size: 10pt;
	color: lightyellow;
	margin-left: 5px;
	margin-right: 5px;
}	

div.footer {
	position: absolute;
	z-index: 5;
	font-size: 12pt;
	font-weight: bold;
	top: 550px;
	left: 140px;
}

div.aktuelles {
	position: absolute;
	z-index: 5;
	top: 130px;
	left: 680px;
	height: 400px;
	width: 150px;
	background-color: dimgray;
}

div.shadow {
	position: absolute;
	z-index: 4;
	top: 135px;
	left: 685px;
	height: 400px;
	width: 150px;
	background-color: black;
}

div.aktuelles h1 {
	font-size: 16px;
	color: ghostwhite;
	text-align: center;
	margin: 0;
}

div.aktuelles p {
	font-size: 10pt;
	color: lightyellow;
	margin-left: 5px;
	margin-right: 5px;
}	
