@CHARSET "UTF-8";

* {
	font-family: Arial, Helvetica;
	margin: 0;
	border: 0;
}

#logo {
	background: url('../img/logo.png') no-repeat;
	height: 80px;
	width: 417px;
	position: absolute;
	margin-top: 20px;
	margin-left: 360px;
}

#button {
	background: url('../img/button.png') no-repeat;
	width: 144px;
	height: 70px;
	position: absolute;
	margin-top: 25px;
	margin-left: 810px;
}

#bild {
	background: url('../img/chaps.jpg') no-repeat;
	height: 774px;
	font-size: 10pt;
}

#content {
	background: url('../img/verlauf.jpg') repeat-y;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
}

#main {
	float: right;
	width: 650px;
	height: 605px;
	margin-right: 0px;
	padding: 10px 0;
	overflow: auto;
}

#menu {
	padding: 100px 0px 0px 170px;
	width: 140px;
	float: left;
}

#menu ul {
	list-style-type: none;
	padding: 0;
/*	margin-bottom: 180px;
	width: 150px; */
}

#langsel {
	text-align: center;
}

#langsel li {
	display: inline;
}

#menu ul li a.button {
	background: url('../img/oval.png') no-repeat;
	display: block;
	font-size: 9pt;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: black;
	margin: 4px;
	padding: 9px 2px 2px;
	width: 116px;
	height: 21px;
}

#menu ul li a.button:hover, #menu ul li a.button.active {
	background: url('../img/oval2.png') no-repeat;
}

h1 {
	color: white;
	font-size: 24pt;
	font-style: italic;
}

h2 {
	background-color: #906000;
	color: white;
	font-size: 11pt;
	padding: 3px;
	margin: 0;
	float: right;
	width: 644px;
}

h2 a {
	color: white;
}

h3 {
	color: #800000;
	font-size: 13pt;
	font-weight: bold;
}

h4 {
	color: white;
	font-size: 18pt;
	text-align: center;
	margin-top: 128px;
}

p {
	margin: 8px;
}


a {
	color: #800000;
	font-weight: bold;
}

ul {
	padding-left: 20px;
}

pre {
	width: 285px;
	float: right;
	font-size: 12pt;
	margin-top: 40px;
}

pre.news {
	width: 300px;
	float: none;
	font-size: 10pt;
	margin-top: 2px;
}


pre h3, pre a {
	color: white;
}

div.programme {
	clear: both;
	margin-bottom: 40px;
}

.programme h3 {
	padding-top: 10px;
}

.programme p {
	margin-right: 20px;
	text-align: justify;
}

.programme img {
	float: left;
	margin: 8px;
}


div.cd {
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	width: 45%;
}

.cd h5 {
	font-size: 12pt;
}

div.paging {
	color: #ccc;
	margin-bottom: 2em;
	margin-top: 2em;
	text-align: center;
	width: 90%;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
}

div.paging span.current {
	color: #000;
}

div.paging span a {
}

div.tracks {
	line-height: 1.5em;
	margin: 8px;
}
