@charset "utf-8";
body {
	background-color: #521b1b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* CSS Document */

#container_main {
	position:absolute;
	background-color: #FFFFFF;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	padding: 20px;
}
#menu_top {
	float: left;
	width: 900px;
	position: relative;
	text-align: right;
	color: #666666;
}
#header {
	float: left;
	height: 170px;
	width: 900px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #555555;
}
#seperator_top {
	float: left;
	height: 20px;
	width: 900px;
	position: relative;
}
#container_sub {
	float: left;
	width: 900px;
	position: relative;
	padding-top: 5px;
	background-color: #555555;
	padding-bottom: 5px;
}
#navigation_left {
	float: left;
	width: 264px;
	position: relative;
	margin-right: 20px;
	padding-left: 10px;
	top: 5px;
}
.headtitle{
	/*display: block;*/
	border-bottom-width: 2px;
	border-left-width: 20px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #7C1212;
	border-left-color: #7C1212;
	padding-left: 6px;
	font-size: 14px;
	margin-bottom: 0px;
}
#navigation_left a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7C1212;
	padding-left: 6px;
	color: #FFFFFF;
	margin-left: 20px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#navigation_left a:link,a:visited {
	color: #FFFFFF;
}
#navigation_left a:hover,a:active {
	background-color: #999999;
}
.kalenderitem {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7C1212;
	padding-left: 6px;
	color: #FFFFFF;
	margin-left: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2px;
}
.contentitem {
	display: block;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7C1212;
	padding-top: 6px;
	padding-bottom: 6px;
}

.repertoireitem {
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #121212;
	padding-top: 6px;
	padding-bottom: 6px;
	a:active: #121212;
}

.contentitem h1{
	margin-top:0px;
	margin-bottom:10px;
	font-size: 12px;
}
.contentitem ul{
	list-style-type: square;
}
.contentitem p{
	padding-left: 6px;
	margin-left: 20px;
	font-weight: normal;
}
#content {
	float: left;
	width: 590px;
	position: relative;
	background-color: #FFFFFF;
	padding: 5px;
	color: #333333;
}
#content a:link,a:visited,a:active,a:hover {
	color:#333333;
}
#footer {
	float: left;
	width: 900px;
	text-align: center;
	position: relative;
	color: #666666;
}
.categorie{
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7C1212;
}
.categorie_titel{
	float: left;
	width: 180px;
	position: relative;
	font-weight: bold;
}
.categorie_lid{
	float: left;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7C1212;*/
	width: 300px;
	position:relative;
}

