html {
    height:100%;
}
body {
    font-family : "Arial";
    font-size : 12px;
    margin : 0;
    padding : 0;
    background-color : #e5e5b4;
    color : #000;
    height:100%;
}
a {
    font-weight : bold;
    text-decoration : none;
    color : #590265;
}
a:hover {
	color : #ceb3ae;
}
td {
	vertical-align:top;
}
h2 {
    font-size : 14px;
    font-weight : bold;
    color : #590265;
    margin : 0;
    margin-top : 10px;
    margin-bottom : 8px;
}
h3 {
    font-size : 18px;
    font-weight : bold;
    color : #590265;
    padding-top:0;
    margin-top:0;
}
.abstand {
	height : 25px;
}
/*SEITENAUFBAU*/
#zentrierhilfe {
    text-align : center;
    position : absolute;
    top : 50%;
    left : 0;
    width : 100%;
    height : 1px;
    overflow : visible;
}
#inhalt {
    text-align : left;
    margin-left : -497px;
    position : absolute;
    top : -271px;
    left : 50%;
    width : 995px;
    min-height : 533px;
    border : 1px solid #000;
    background-color:#f9fac2;
}
* html #inhalt {
	height : 533px;
    width : 997px;
}
#abdeckung {
	position:relative;
	top:0;
	width:855px;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
	left:140px;
	min-height:533px;
}
* html #abdeckung {
	width:857px;

}
/*LINKE LEISTE*/
#menueleiste {
    position : absolute;
    top : 0;
    left : 0;
    width : 140px;
    height : 100%;
}
#menueleiste img {
    position:absolute;
    top:0px;
    left:0px;
    width : 140px;
    text-align:center;
    border : 0;
}
#sprache {
    position : absolute;
    left : 0;
    top : 310px;
    width : 140px;
    text-align : center;
}
/*SEITENSPEZIFISCHES HINTERGRÜNDE*/
#hintergrund {
	background-color : #f9fac2;
	background-image : url(../images/hintergrund_kl.gif);
}
#hintergrund-kuenstler {
	background-color : #f9fac2;
	background-image : url(../images/hintergrund_kuenstler_kl.gif);
    left:0px;
    position:relative;
	width: 855px;
    min-height: 553px;
}
* html #hintergrund-kuenstler {
	height:553px;
	left:-1px;
}
#hintergrund-kuenstlerliste {
	position:relative;
	min-height:539px;
	left:-1px;
	width: 856px;
	background-color: #f9fac2;
	margin:0;
	padding:0;

}
* html #hintergrund-kuenstlerliste {
	left:-1px;
	height:553px;
	width: 858px;
}

/* CONTENTBEREICH */
#bildlinks {
    position : absolute;
    width : 274px;
    height : 100%;
    left : 1px;
    top : 0;
}
#bildlinks img {
    width : 274px;
    height:415px;
    filter:alpha(opacity=100);
}
#bildrechts {
    position : absolute;
    width : 193px;
    height : 100%;
    left : 662px;
    right : 0;
    top : 0;
    margin : 0;
    padding : 0;
}
#bildrechts img {
    width : 193px;
    height:415px;
    margin : 0;
    padding : 0;
}
* html #bildrechts img {
    width : 195px;
}
#bildtitel {
    position : relative;
    text-align : right;
    padding : 8px;
    font-size : 9px;
    width:180px;
}
.bildtitel {
    position : relative;
    text-align : right;
    padding : 8px;
    font-size : 9px;
}
#seiteninhalt {
    min-height:533px;
    position : relative;
    left : 274px;
    width : 368px;
    padding : 10px;
}
* html #seiteninhalt {
	height:533px;
}
#scrollbereich {
	height:500px;
	overflow:auto;
}
#seiteninhalt h1, #kuenstler_text h1 {
    background-color : #5c5c4e;
    color : #fff;
    font-size : 14px;
    height : 20px;
    padding-top : 2px;
    text-indent : 5px;
    margin : 0;
    margin-bottom:8px;
}
#seiteninhalt h1 {
	width : 369px;
}
/*VERANSTALTUNGEN*/
a.linkort {
	font-weight : normal;
}
/*KÜNSTLERLISTEN*/
#stimmlagenueberschrift {
    width : 855px;
    background-color : #5c5c4e;
    color : #fff;
    font-size : 14px;
    height : 20px;
    font-weight:bold;
    text-indent : 5px;
    margin : 0;
    padding-top : 2px;
    margin-bottom : 4px;
    margin-top : 14px;
    margin-left:2px;
}
* html #stimmlagenueberschrift {
	width : 856px;
}
.kuenstler {
	position:relative;
	width:105px;
	height:162px;
	float:left;
	left:0px;
	margin-left:2px;
	margin-right:0px;
	margin-top:9px;
	margin-bottom:0;
	padding-bottom:0;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
}
* html .kuenstler {
	left:-2px;
}
.kuenstler img {
	width:105px;
	height:162px;
	border:0;
}
.kuenstler .balken {
	position:relative;
	left:0;
	top:-24px;
	height:24px;
	width:105px;
    background-color:#ccc;
    -moz-opacity:0.85;
    opacity:0.85;
    filter:alpha(opacity=55);
	text-align:left;
	vertical-align:center;
	color:#000;
	padding:0;
	margin:0;
	overflow:hidden;
}
* html .kuenstler .balken {
	position:absolute;
	top:138px;
}
.kuenstler .name {
	font-size:10px;
	color:#000;
	padding:3px;
	padding-top:0px;
	display:block;
}
/*KÜNSTLERDETAIL*/
#hintergrund-kuenstler table {
	padding:0;
	margin:0;
	border-collapse:collapse;
}
#hintergrund-kuenstler img  {
    width : 274px;
    height:415px;
    position:relative;
    top:-1px;
    left:0px;
}
#hintergrund-kuenstler h2 {
	margin-top:0;
}
#kuenstler_text {
	padding:10px;
	width:417px;
}
#kuenstler_text h1 {
	width : 417px;
}
#detailnavi {
	background-color:#5c5c4e;
	width:274px;
	height:24px;
	position:absolute;
	left:1px;
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
	top:391px;
}
#detailnavi a {
	position:relative;
	top:4px;
	margin:5px;
	margin-left:10px;
	margin-right:10px;
	height:24px;
	color: #fff;
}
#detailnavi a:hover, #detailnavi a:focus, #detailnavi a.aktiv {
	text-decoration:underline;
}

/*MENÜ*/
.menu {
    width : 140px;
    position : absolute;
    top:187px;
    left:0;
    margin : 0;
    font-size : 11px;
    z-index:100;
}
.menu ul li a, .menu ul li a:visited {
    display : block;
    text-decoration : none;
    color : #fff;
    width : 140px;
    height : 24px;
    border-bottom : 1px solid #f9fac2;
    line-height : 19px;
    text-indent : 15px;
	padding-top:3px;
}
.menu ul {
    padding : 0;
    margin : 0;
    list-style-type : none;
}
.menu ul li {
    float : left;
    margin-right : 0px;
    background : #a0a085;
    position : relative;
}
.menu ul li ul {
    display : none;
    border-left : 1px solid #f9fac2;
}
.menu ul li:hover a {
	background : #5c5c4e;
}
.menu ul li:hover ul {
    display : block;
    position : absolute;
    top : 0;
    left : 140px;
    width : 140px;
}
.menu ul li:hover ul li a.hide {
    background : #5c5c4e;
    color : #fff;
}
.menu ul li:hover ul li:hover a.hide {
	width : 150px;
}
.menu ul li:hover ul li ul {
	display : none;
}
.menu ul li:hover ul li a {
    display : block;
    background : #5c5c4e;
    color : #fff;
    width : 180px;
}
.menu ul li:hover ul li a:hover {
    background : #ceb3ae;
    color : #000;
}
* html table {
    border-collapse : collapse;
    border : 0;
    margin : 0;
    padding : 0;
}
* html .menu ul li a.hide, * html .menu ul li a:visited.hide {
	display : none;
}
* html .menu ul li a:hover ul li a.hide {
	display : none;
}
* html .menu ul li a:hover {
    color : #fff;
    background : #5c5c4e;
}
* html .menu ul li a:hover ul,* html .menu ul li a:hover ul {
    display : block;
    position : absolute;
    top : 0;
    left : 140px;
    width : 140px;
}
* html .menu ul li a:hover ul li a {
    display : block;
    background : #5c5c4e;
    color : #fff;
    width : 180px;
}
* html .menu ul li a:hover ul li a:hover {
    background : #ceb3ae;
    color : #000;
}
li.akt  {
	background : #5c5c4e !important;
}

/* MENÜ IMPRESSUM */
#menue_impressum {
    position : absolute;
    bottom : 0;
    left : 0;
    width : 140px;
    list-style : none;
    padding : 0;
    margin : 0;
    z-index : 100;
}
#menue_impressum li {
    list-style : none;
    text-indent : 15px;
    background-color : #a0a085;
    height : 24px;
}
* html #menue_impressum li {
    position:relative;
    top:1px;

}
#menue_impressum li a {
    position : relative;
    top : 3px;
    color : #fff;
}
/*SUBNAVI*/

#subnavi {
    margin : 0;
    font-size : 11px;
    z-index:99;
    padding : 0;
    margin : 0;
    list-style-type : none;
    position:relative;
    top:-1px;
}
#subnavi li a, #subnavi li a:visited {
    display : block;
    text-decoration : none;
    color : #fff;
    height : 24px;
    border-bottom : 1px solid #f9fac2;
    background : #a0a085;
    line-height : 19px;
    text-indent : 15px;
}
#subnavi  li {
	width:139px;
}
* html #subnavi  li {
	width:141px;
}

#subnavi li a:hover {
    background : #5c5c4e
}
#subnavi .aktiv a {
	background : #5c5c4e !important;
}