@charset "UTF-8";
@media screen,projection{

body {
	background-color:#000;
	padding:0;
	margin:0;
}

#wrap {
	width:960px;
	background-color:#fff;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top:0px;
}

#header {
	font-family:Georgia, serif;
	position:absolute;
	top:0px;
	width:935px;
	height:186px;
	padding:0;
	padding-top:20px;
	padding-right:25px;
	margin:0;
	font-size:185%;
	color:#444;
	background-color:#fff;
	text-align:right;
	border-bottom:1px solid rgb(53,35,30);
	background-image:url(1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#header a {
	color:#444;
	background-color:#fff;
	text-decoration:none;
}

#content {
	width:700px;
	margin-left:130px;
	margin-right:130px;
	margin-top:0px;
	padding-top:290px;
	padding-bottom:100px;
}

#content h1 {
	font-weight:normal;
	color:rgb(153,44,14);
	background-color:#fff;
	font-family:Georgia, serif;
	font-size:large;
	margin-top:0px;
	margin-bottom:20px;
}

#content h2 {
	font-weight:normal;
	color:rgb(153,44,14);
	background-color:#fff;
	font-family:Georgia, serif;
	font-size:medium;
	margin-top:35px;
	margin-bottom:20px;
	clear:both;
}

#content p {
	background-color:#fff;
	color:#000;
	font-size:medium;
	font-family:Georgia, serif;
	line-height:1.5;
}

#content a {
	color:rgb(153,44,14);
	background-color:#fff;
}

#content li {
	background-color:#fff;
	color:#000;
	font-size:medium;
	font-family:Georgia, serif;
}

#content .bildbox p{
	margin:0;
	padding:0;
}

#content .bildtext {
	background-color:#fff;
	color:#444;
	font-size:smaller;
}

#content .rechtsfloat {
	float:right;
	padding:4px 0px 5px 10px;
	margin:0;
}

#content .linksfloat {
	float:left;
	padding:4px 10px 5px 0px;
	margin:0;
}
#content .musikertabelle table {
	border-bottom: 1px solid rgb(153,44,14);
	border-top: 1px solid rgb(153,44,14);
	padding: 10px 0px 10px 30px;
	margin-bottom:30px;
	text-align:left;
}

#content .musikertabelle td{
	padding-right: 30px;
	vertical-align:top;
}

#content .programmtabelle table {
	border-bottom: 1px solid rgb(153,44,14);
	border-top: 1px solid rgb(153,44,14);
	padding: 10px 0px 10px 30px;
	margin-bottom:30px;
	text-align:left;
}

#content .programmtabelle td{
	padding-right: 30px;
	padding-bottom:15px;
	vertical-align:top;
}

#navigation {
	color:rgb(153,44,14);
	background-color:#fff;
	font-family:Georgia, serif;
	list-style-type:none;
	position:absolute;
	top:204px;
	width:960px;
	font-size:large;
}

#navigation a {
	color:#333;
	background-color:#fff;
	text-decoration:none;
}

#navigation ul li {
	display:inline;
	margin-right:15px;
}

#footer {
	font-size:small;
	font-family:Georgia, serif;
	text-align:center;
	color:#666;
	background-color:#fff;
	clear:both;
	padding-bottom:15px;
	padding-top:30px;
}
abbr[title], acronym[title] {
	border-bottom:dotted 1px;
}

acronym[title]:hover, abbr[title]:hover {
	cursor:help;
}

}

@media print{

#header, #navigation, #footer {
	display:none;
}

}