@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
            Allgemeine Definitionen
-----------------------------------------------*/
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align:justify;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-color: #AAAAAA;
	background-image: url(../content/images/background/noten.jpg);
	background-repeat: repeat;
}


/*-----------------------------------------------
            Schriften
-----------------------------------------------*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 30px;
	color: #333333;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 30px;
	color: #333333;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 30px;
	color: #333333;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 30px;
	color: #666666;
}

a {
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 12px;
	color: #5468e0;
}
a:link {
	color: #5468e0;
}
a:visited {
	color: #5468e0;
}
a:hover {
	color: #ca0018;
}
a:active {
	color: #333333;
}


/*-----------------------------------------------
       		Listen und Tabellen
-----------------------------------------------*/

li {
	list-style-type:none;
}

table {
	width: 500px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
	border: none;
}

td {
	vertical-align:top;
	font-size: 12px;
	color:#6C6C6C;
}

/*-----------------------------------------------
       		Layout
-----------------------------------------------*/

div#container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #AAAAAA;
}

/*--------------------BANNER-------------------*/
div#banner {
	height: 250px;
	margin: 0;
	padding: 0;
	background-color: #AAAAAA;
	background-image:url(../content/images/rahmen/rahmen-top-picture.jpg);
	background-repeat:no-repeat;
}

/*--------------------NAVIBAR------------------*/
div#navibar {
	height: 70px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	background-color: #AAAAAA;
	background-image:url(../content/images/rahmen/rahmen-navi-picture.jpg);
	background-repeat:no-repeat;
}
div#navibar ul, div#navibar li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
div#navibar a{
	margin-top:0;
}
div#navibar a, div#navibar a:hover{
	height:210px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	float:left;
}
div#navibar a:hover{
	margin-top: -70px;
}
img{
	border:none;
}
html + body div#navibar a img{
	display:none;
}
html + body div#menu a#kapelle{/* only for IE 5.0 */
	width:140px;
	background-image:url(content/images/buttons/kapelle.gif);
}
html + body div#menu a#besetzung{/* only for IE 5.0 */
	width:140px;
	background-image:url(content/images/buttons/besetzung.gif);
}
html + body div#menu a#auftritte{/* only for IE 5.0 */
	width:140px;
	background-image:url(content/images/buttons/auftritte.gif);
}
html + body div#menu a#musik{/* only for IE 5.0 */
	width:140px;
	background-image:url(content/images/buttons/musik.gif);
}
html + body div#menu a#fotos{/* only for IE 5.0 */
	width:140px;
	background-image:url(content/images/buttons/fotos.gif);
}
html + body div#menu a#intern{/* only for IE 5.0 */
	width:140px;
	background-image:url(content/images/buttons/intern.gif);
}
html + body div#menu a#kontakt{/* only for IE 5.0 */
	width:140px;
	background-image:url(content/images/buttons/kontakt.gif);
}

/*--------------------MAIN---------------------*/
div#main {
	width: 900px;
	min-height: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image:url(../content/images/rahmen/rahmen-navi.jpg);
	background-repeat:repeat-y;
}
* html div#main {				/* behebt min-height BUG von IE 5.5 - 6.x */
	height: 400px;
}
html + body div#main{			/* behebt min-height BUG von IE 5.0 */
	height: 400px;
}

/*--------------------PROP------------------*/
div#prop {
	float: left;
	width: 1px;
	height: 350px;
	margin: 0;
	padding: 0;
	display: inline;
}

/*--------------------CONTENT------------------*/
div#content {
	float: left;
	width: 550px;
	min-height: 350px;
	height: auto;
	margin: 0;
	margin-left: 30px;
	padding: 0;
	padding-top: 50px;
	background-color: #FFFFFF;
	display: inline;
}
* html div#content {			/* behebt min-height BUG von IE 5.5 - 6.x */
	height: 350px;
}
html + body div#content{		/* behebt min-height BUG von IE 5.0 */
	height: 350px;
}

/*--------------------CONTENT_INTERN------------*/
div#content_intern {
	float: left;
	width: 850px;
	min-height: 350px;
	height: auto;
	margin: 0;
	margin-left: 30px;
	padding: 0;
	padding-top: 50px;
	background-color: #FFFFFF;
	display: inline;
}
* html div#content_intern {			/* behebt min-height BUG von IE 5.5 - 6.x */
	height: 350px;
}
html + body div#content_intern {	/* behebt min-height BUG von IE 5.0 */
	height: 350px;
}
div#content_intern table {
	width: 798px;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	border: none;
	border-top: solid black 1px;
	border-left: solid black 1px;
}
div#content_intern td {
	vertical-align:top;
	font-size: 9px;
	color:#6C6C6C;
	margin: 0px;
	padding: 0px;
	border: none;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}
div#content_intern a {
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 11px;
	color: #6C6C6C;
}
div#content_intern a:link {
	color: #6C6C6C;
}
div#content_intern a:visited {
	color: #6C6C6C;
}
div#content_intern a:hover {
	color: #5468e0;
}
div#content_intern a:active {
	color: #6C6C6C;
}
fieldset {   
	text-align: center;
	width: 500px;
	margin: 0 auto; 
	margin-top: 20px;
	padding: 0;
}  
label {    
	float: left;    
	width: 110px;    
	margin-top: 5px;
	margin-right: 5px;   
}
legend {   
	color: #000000;   
	font-weight: bold;  
}  
fieldset ol {   
	text-align: left;
	padding: 10px 10px 0 10px;   
	list-style: none;  
}  
fieldset li { 
	text-align: left;
	padding-bottom: 10px;  
}  
fieldset.cal_submit {   
	border-style: none;  
}

/*--------------------RIGHT---------------------*/
div#right {
	float: left;
	width: 230px;
	min-height: 350px;
	height: auto;
	margin: 0;
	margin-left: 55px;
	margin-top: 0px;
	padding: 0;
	background-color: #FFFFFF;
}
* html div#right {			/* behebt min-height BUG von IE 5.5 - 6.x */
	height: 350px;
}
html + body div#right{		/* behebt min-height BUG von IE 5.0 */
	height: 350px;
}

/*--------------------CLEAR------------------*/
div#clear {
	clear: both;
	height: 1px;
	width: 300px;
	margin: 0;
	padding: 0;
}

/*--------------------NEWS---------------------*/
div#news {
	width: 230px;
	min-height: 100px;
	height: auto;
	margin: 0;
	padding: 0;
	padding-top: 50px;
	background-color: #FFFFFF;
	background-image: url(../content/images/rahmen/rahmen-news.jpg);
	background-repeat: no-repeat;
}
* html div#news {			/* behebt min-height BUG von IE 5.5 - 6.x */
	height: 150px;
}
html + body div#news{		/* behebt min-height BUG von IE 5.0 */
	height: 150px;
}

/*--------------------STICKER---------------------*/
div#sticker {
	width: 230px;
	min-height: 225px;
	height: auto;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	padding-top: 50px;
	background-color: #FFFFFF;
	background-image: url(../content/images/rahmen/rahmen-kennst.jpg);
	background-repeat: no-repeat;
}
* html div#sticker {			/* behebt min-height BUG von IE 5.5 - 6.x */
	height: 150px;
}
html + body div#sticker{		/* behebt min-height BUG von IE 5.0 */
	height: 150px;
}

/*--------------------BOTTOM-------------------*/
div#bottom {
	clear: both;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../content/images/rahmen/rahmen-bottom.jpg);
	background-repeat:repeat-y;
}



/*-----------------------------------------------
       		Lightbox Design
-----------------------------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
