#html
{
height: 100%;
}


body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;

	font-size: 14px;
	background-color:black;
	color:white;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;

}


.scroll-pane
{
	width: 500px;
	height: 400px;
	overflow: auto;
}


#darkgreen {
	font-size: 15px;
}


#center {
	width:1000px;
	margin: 0 auto;
	text-align: left;
	height: 850px;
}

#festival-nummer {
	font-size:150%; text-transform:uppercase; 
}

#festival-datum {
	font-size:125%;
}

img.preload {
  width:0px;
  height:0px;
  visibility:hidden;
}

.zitat {       
 	text-align: right; 
	font-size:150%; 
 	position: fixed; 
        top: 400; 
        left: 45%; 
      }


#kopf {width:930px; margin: 0 auto; text-align: left; height:40px; position:absolute; top:0px; padding-left: 30px; padding-top:5px;}

#newsletter {position:absolute; top:45px; width:930px; right:0px; height:35px; overflow:hidden; font-size:10px; vertical-align:top; text-align:right; }

#contentScroller {width:1000px; min-height:350px; height:80%; position:absolute; top:90px; outline:0}


#seiteninhalt {position:relative; top:0px; margin-top: 25px;  margin-bottom: 10px; width:840px; margin-left:140px; height:100%; min-height:4000px;}

#flyerleiste {width: 100px; height:100%; position:absolute; left:0px; top:0px;}


table.presse {font-size: 14px;}


A.menu:link { text-decoration: none; color: white; font-weight: normal; font-size:17px; border-width:0px; padding:0px; margin:0px;}
A.menu:visited { text-decoration: none; color: white; font-weight: normal; font-size:17px; border-width:0px; padding:0px; margin:0px;}
A.menu:hover { text-decoration: none; color: #FF6600; font-weight: normal; font-size:17px; border-width:0px; padding:0px; margin:0px;}

A.presse { text-decoration: none; color: white; font-weight: normal; border-width:0px; padding:0px;}


div.programmpunkt {margin:0px; text-align: left; clear:left;	
}


div.links_oben {
	width: 75px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border-color:black;
	border-style:solid;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}

div.links {
	width: 75px;
	padding:10px;
	border-color:black;
	border-style:solid;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}

div.links_unten {
	width: 75px;
	padding:10px;
	border-color:black;
	border-style:solid;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
clear:left;

}



div.oben {
	float:left;
	height:25px;
	padding:5px;
	margin-top:6px;
	margin-right:6px;
	text-align:center;
	text-transform:uppercase;
}

div.icons {
	float:right;
	height:20px;
	padding:12px;
	text-align:center;
}


span.bandname {
	font-weight:bold; text-transform:uppercase; color:#FF6600;}


span.bandname2 {
	font-weight:bold; color:#FF6600;}



div.datum {
	font-weight:bold; clear:left;}





/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	left: 110;
	width: 13px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: blue;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #D63600;
	position: relative;
}

.jspDrag
{
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;

}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

.jspArrowUp {
  background-image: url(bilder/arrow-up-2.jpg);
}

.jspArrowUp.jspDisabled {
  background-image: url(bilder/arrow-up-2.jpg);
}

.jspArrowDown {
  background-image: url(bilder/arrow-down-2.jpg);
}

.jspArrowDown.jspDisabled {
  background-image: url(bilder/arrow-down-2.jpg);
}



/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}