@charset "utf-8";
* {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
* a, a:visited {
	text-decoration: none;
	font-weight:normal;
}
* a:hover {
	text-decoration: underline;
}
* img {
	border-width:0px;
}
#head {
	position:fixed;
	background-color:#fff;
	background-image: url("../imgs/header.png");
	width:1000px;
	height:210px;
}
#subhead {
	position:absolute;
	width:1000px;
	top:210px;
}
#nav {
	position:fixed;
	background-image:url("../imgs/navi.png");
	background-repeat: repeat-y;
	top:210px;
	height:255px;
	width:190px;
	padding-left:15px;
	font-size:13pt;
	color:#FFF;
}
#nav > a, a:visited {
	color: #fff;
	font-weight: bold;
}
#nav > a:hover {
	text-decoration: none;
	font-weight: 900;
}
#postnav {
	position:fixed;
	background-image:url("../imgs/navi_end.png");
	background-repeat:no-repeat;
	top:465px;
	width:205px;
	height:20px;
}
#cont {
	float:right;
	width:780px;
}
#cont h1 {
	color: firebrick;
	border-bottom: 1px dashed firebrick;
}
#cont h2, h3 {
	color: darkblue;
}
#cont a, a:visited {
	color:darkblue;
	font-weight:normal;
}
#cont a:hover {
	color:firebrick;
	font-weight:normal;
}
#cont img {
	border:none;
}
#newsticker {
	position:absolute;
	display:block;
	width:520px;
	bottom:20px;
	right:150px;
	color:#FFF;
	font-size: 13pt;
}
#newsticker > a, a:visited {
	color: #fff;
}
#newsticker > a:hover {
	color: firebrick;
}
#timeline {
	border:1px dashed #000;
	background-color:#ddd;
	padding-left: 10px;
}
#cont > #copyright {
	margin-top: 30px;
}
.wichtig {
	font-weight: bold !important;
	color: firebrick !important;
}
.funktion {
	color:darkblue;
	font-weight: bold;
	text-decoration: underline;
}
.musiker {
	float:right;
	width:51%;
	right:0px;
	line-height:100px;
}
.name {
	padding-left:80px;
}
.bild {
	float:left;
	min-width:60px;
	min-height:100px;
	background-repeat:no-repeat;
	background-position:center;
}
.instrument {
	width:100%;
	border-bottom: 2px solid firebrick;
	margin-bottom: 40px;
}
.popup {
	background-image:url(../imgs/mvl_back.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.popup > table td {
	vertical-align:top;
	clear:both;
}
