@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border:0;
	font-size:12px;
	line-height:18px;
}
html {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height:18px;
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	overflow-y:scroll; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	background: url('../img/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

.termintabelle td,
.repertoiretabelle td {
	padding:1px 0px;
}
.termintabelle td {
	text-transform:uppercase;
}

.clear {
	clear:both;
}
img {
	border:none
}
a img {
	border:none;
}

a {
	text-decoration:none;
	color:rgb(190,160,100);
}
a:hover {
	color:#ccc;
}

table {
	border-collapse:collapse;
	width:100%;
}
td {
	vertical-align:top;
}
/* Seitenaufbau*/
#wrapper {
	width:798px;
	margin:25px auto;
	position:relative;
}
* html #wrapper {
	width:803px; /* ?????????? */
}
#logo {
	position:relative;
	padding:0;
	height:68px;
	margin-bottom:2px;
}
#logo img {
	margin:0;
}
#navi {
	width:115px;
	margin-left:77px;
	float:left;

}
* html #navi {
	margin-left:38px;
}
#navi ul li {
	height: 25px;
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:2px;
	display:block;
}
* html #navi ul li { /* IE6*/
	height: 18px;
	margin-bottom:0;
}
*+html #navi ul li { /* IE 7*/
	height: 22px;
}
#navi ul li a {
	text-transform:uppercase;
	display:block;
	color:#fff;
	background-color:rgb(191,163,103);
	font-weight:bold;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:20px;
}
* html #navi ul li a { /* IE6*/
	padding-top:4px;
	padding-bottom:2px;
}
*+html #navi ul li  a { /* IE 7*/
	padding-top:4px;
}
#navi ul li a.active {
	background-color:#fff;
	color:#000;
}

#navi ul li a:hover {
	color:#000;
}

#page {
	float:left;
	max-width:600px;
	margin-left:6px;
}
#content {
	background-color:#fff;
	position:relative;
}
#main {
	padding:15px 20px;
}
.halbeSeite {
	width:260px;
}
h1, h2{
	color:#000;
}
h1 {
	padding:3px;
	font-size:12px;
	background-color:#000;
	color:#fff;
	position:relative;
	display:inline-block;
	left:-20px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:15px;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
}
h2 {
	font-size:12px;
	margin-bottom:0px;
}
p {
	margin-bottom:15px;
}

.line {
	height:1px;
	top:-16px;
	position:relative;
	background-image:url(../images/dot.png);
	background-repeat:repeat-x;
	width:580px !important;
	display:block;

}
.repertoiretabelle {
	width:580px;
}
.repertoiretabelle td {
	text-transform:uppercase;
}
.repertoiretabelle tr td:first-child {
	font-weight:bold;
	text-transform:none !important;
	text-align:right;
	padding-right:20px;
}

#fotogalerie {
	position:relative;
}
#fotogalerie .mb {
	margin:0;
	margin-bottom:3px;
	margin-right:3px;
}

#headerbild {
	height:214px;
	width:600px;
}
#headerbild img {
	height:214px;
	width:600px;
}
.MultiBoxTitle {
	text-transform:uppercase;
}
.MultiBoxNumber {
	font-weight:bold;
}
.MultiBoxContainer{
	border:20px solid #fff !important;
}

.MultiBoxClose{
	top:-30px !important;
	right:-30px !important;
}
#sprachswitch {
	height: 18px;
	width:92px;
	margin-bottom:3px;
	padding:0;
	background-color:#000;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	padding:3px;
	padding-left:20px;
}
#sprachswitch a{
	color:#fff;
}

#sprachswitch a.active {
	color:rgb(190,160,100);
}
.MultiBoxDescription p {
	font-size:10px;
	line-height:16px;
}
#sopran {
    position: absolute;
    text-align: right;
    width: 75px;
}
#sopran span {
    background-color: #000;
    color: #bfa367;
    display: inline-block;
    font-style: italic;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    position: relative;
}

a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
	outline:none;
	float:left;
	margin:0;
	margin-left:3px;
	margin-bottom:3px;
	padding:0;
	text-decoration:none;
	color:#666;
}

.mb img{
	display:block;
	border:none;
}
