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


* {
	margin: 0px;
	padding: 0px;
}
body {
	background-repeat: repeat-x;
	background-color: #141215;
	background-position: center top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
	color: #FFFFFF;
	background-attachment: fixed;
}

a 
{
  color: white;
  text-decoration: none;
}
 
 
a:link {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 	color: #FC0;
}

a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
} 
p {
	clear: both;
	margin-bottom: 15px;
}

#navi {
    position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/navi-back.png);
	height: 40px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-align: left;
	text-indent: 3em;
    overflow: hidden;

	
}
#navi a {
	background-image: url(../images/tab-links.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
    outline: none;
    z-index: 10;
/*     height: 30px; */
    position: relative;
    overflow: hidden;
    /* margin: auto 10px; */
}
 
#navi a:visited {
	background-image: url(../images/tab-links.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}
#navi a:hover {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFCC00;
}
#navi ul {
	display: inline;
}
#navi li {
	display: inline;
/*     padding: 4px 2px 2px 2px; */
    /* float: left; */  
  	margin-left: 1.5em;  
    text-indent: 3em; 
    list-style: none;
}
#navi li.back {
    border-bottom: 5px solid #FFCC00;
    padding: 4px 2px 2px 2px;
    margin-left: 1em;  
    width: 9px;
    z-index: 8;
    position: absolute;
}
#navi01 {
	position: absolute;
	left: 92px;
}
#navi02 {
	position: absolute;
	left: 175px;
}
#navi03 {
	left: 255px;
	position: absolute;
}
#navi04 {
	position: absolute;
	left: 345px;
}
#navi05 {
	position: absolute;
	right: 260px;
	/* display: none; */
}
#navi06 {
	position: absolute;
	right: 190px;
}
#navi07 {
	position: absolute;
	right: 110px;
}
#logo {
	text-align: left;
	margin-top: 30px;
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


#logo img {
	position: relative;
	left: 2.5em;
	bottom: 0px;
}

#box {
	width: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back-content.png);
	padding: 15px;
	float: left;
	position: relative;
}
#news {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	border-bottom-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 370px;
	width: 660px;
	margin-bottom: 20px;
}
.newsdiv {
	float: left;
	position: relative;
	width: 242px;
	margin-left: 27px;
}
.newsdiv1 {
	float: left;
	text-align: center;
	position: relative;
/* 	width: 184px; */
    width: 148px;
    margin-left: 13px;
/* 	margin-left: 20px; */
}
* html .newsdiv {
	float: left;
	position: relative;
	width: 184px;
	margin-left: 15px;
}

#news  .newsdiv  a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#news .newsdiv a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	font-size: small;
	display: block;
	text-align: center;
}
#news .newsdiv a:hover {
	color: #271F1C;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	display: block;
	text-align: center;
	background-color: #FFCC00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content h1 {
	color: #FFCC00;
}
#content h2 {
	color: #FFFFFF;
}
#footer {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	text-align: center;
	color: #6A5648;
}
#footer img {
	margin-left: 5px;
}
#footer a {
	color: #6A5648;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul {
	display: inline;
}
#footer li {
	display: inline;
	margin-right: 1em;
}
.current {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFCC00;
	padding: 4px 2px 2px 2px; 
}
.newsh1 {
	display: block;
	background-color: #FFCC00;
	color: #003366;
	font-weight: bold;
	text-indent: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.showsh1 {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 2px;
	background-color: #D71011;
}
.fotos {
	padding: 9px;
	vertical-align: bottom;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.titelfestival {
}
.ortfestival {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #E5752D;
	border-right-color: #E5752D;
	border-bottom-color: #E5752D;
	border-left-color: #E5752D;
	display: inline;
}
.boxtop {
	background-image: url(../images/box-top.png);
	height: 20px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.boxbotton {
	background-image: url(../images/box-boton.png);
	height: 20px;
	width: 702px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	position: relative;
	clear: both;
}
.planet {
	color: #FFCC00;
	font-weight: bold;
	font-size: 1.1em;
}
.planetxs {
	color: #FFCC00;
	font-size: 0.9em;
}
.textarea {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	font-weight: lighter;
}
.malaika {
	position: absolute;
	height: 50px;
	width: 150px;
	top: 230px;
	padding: 0px;
	margin: 0px;
	right: -130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logoright{
	position: absolute;
	height: 192px;
	width: 192px;
	top: 185px;
	padding: 0px;
	margin: 0px;
	right: -160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index:3;
}
.trailer {
	position: absolute;
	top: 326px;
	right: -49px;
	height: 100px;
	width: 80px;
}
#logo .trailer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button  {
	position: relative;
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-image: url(../images/navi-back.png);
}
.aktuellesimg {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 5px;
}
.marburgshowimg {
	clear: left;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding: 5px;
	margin: 5px;
}
.fotografh1 {
	display: block;
	color: #069;
	font-weight: bold;
	text-indent: 2em;
	background-color: #fbcc25;
	background-image: url(../images/shows.png);
	background-repeat: no-repeat;
	background-position: 3px top;
	padding: 3px;
}
.fotografh2 {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-indent: 2em;
	/* background-color: #fbcc25; */
	background-image: url(../images/shows.png);
	background-repeat: no-repeat;
	background-position: 3px top;
	padding: 3px;
}
.fotograftitle {
	color: #FFF;
	font-weight: bold;
	font
	text-indent: 2em;

	padding: 3px;
}
.fotografimg {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	clear: left;
	border: thin dotted #CC9966;
}
.fotografimg-right {
	padding: 5px;
	border: thin dotted #CC9966;
	margin-left: 10px;
	position: relative;
	margin-right: 10px;
	float: right;
}
.showsimg {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 5px;
}
.button  .img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.zitat1 {
	position: relative;
	left: 10px;
	top: -10px;
}
.aktuellesdiv {
	position: relative;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	clear: both;
	padding-bottom: 10px;
	height: auto;
	float: left;
	width: 100%;
}
.aktuellh1 {
	font-size: 1.3em;
	color: #00CCCC;
	display: inline;
	font-weight: bold;
	clear: both;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	width: 100%;
	text-decoration: underline;
}
.lightboximg {
	border: 2px solid #0099CC;
}
.bonusimg {
	padding: 5px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}
.ticketsimg {
	border: 2px solid #FFCC00;
	margin: 5px;
	float: left;
}
.space {
	margin-top: 10px;
	margin-bottom: 10px;
}
#form1 table {
	background-color: #141215;
	font-size: small;
}
#form1 table td {
	padding: 1px;
}
.tableweiter    {
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}
.tableshow {
	font-size: medium;
	color: #151110;
	font-weight: bold;
}
.hotline   {
	position: absolute;
	float: right;
	height: 190px;
	width: 128px;
	z-index: 1;
	right: 15px;
	top: 15px;
}
.hotline_big   {
	position: absolute;
	float: right;
	height: 285px;
	width: 192px;      
	z-index: 1;
/* 	right: 20px;
	top: 15px; */
 	right: 730px;
	top: 150px; 
}

#news .newsdiv .newsh1 a {
	color: #003366;
	display: block;
	text-align: left;
	font-size: medium;
}
#news .newsdiv .newsh1 a:visited {
	color: #003366;
	display: block;
	text-align: left;
	font-size: medium;
}
#news .newsdiv .newsh1 a:hover {
	color: #FFCC00;
	display: block;
	text-align: left;
	font-size: medium;
	background-color: #141215;
}
#planetpresent {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}

#news #marburg, #news #bs, #news #giessen {
}
#box #content #news #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .clear {
	clear: both;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-left: 10px;
}

#player, #player1, #player2 {
	border: 2px solid #FFF;
	width: 360px;
	float: left;
	margin-left: 15px;
}

.movie {
	height: 350px;
	width: 444px;
	padding: 10px;
	margin-top: -185px;
	margin-left: -230px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.movie .close {
	position: absolute;
	top: -50px;
	right: 5px;
	
}
.pintro {
	text-align: justify;
	color: #FC0;
	font-size: large;
}
.underline {
	text-decoration: underline;
}
.intro {
	background-color: #000;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
#box #content #news ul li .festivalTitel  {
	background-color: #FBCC25; 
	padding: 5px;
	color: #069;
	position: relative;
	font-weight: lighter;
}

#box #content #news ul li  .festivalInfo  {
	font-size: small;
	position: absolute;
	right: 3px;
	color: #F60;
	font-weight: bold;
}
#box #content #news .festivalNews  {
	list-style-type: none;
}
#box #content #news .festivalNews li .festivalHighlight  {
	/* padding: 5px; */
	position: absolute;
	right: 3px;
	color: #F60;
	font-weight: normal;
	font-size: smaller;
}
#box #content #news .festivalNews li:hover {
	background-color: #069;
	color: #FFF;
}
#box #content #news .festivalNews li a  {
	text-align: left;
	display: inline;
	text-decoration: none;
	font-weight: normal;
}
#box #content #news .festivalNews li a:hover {
	text-align: left;
	display: inline;
	text-decoration: underline;
	background-color: transparent;
	color: #FFF;
	font-weight: normal;
}
#box #content #news .festivalNews li .festivalTitel a {
	font-size: medium;
	color: #069;
	font-weight: normal;
}
#box #content .textarea .newsh1 a {
	color: #382A27;
}
.top {
	position: absolute;
	right: 25px;
	font-size: x-small;
	padding: 3px;
}
#box #content .textarea .fotografie-ws {
	display: inline;
}
#logo .malaika a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#box #content .textarea h2 {
	margin-bottom: 20px;
	font-size: 130%;
	line-height: 1.4em;
}
#box #content .textarea h3 {
	margin-bottom: 10px;
}
.partner-pics {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #382A27;
}
.tabledate {
	color: #FC0;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#box #content .extraNews {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	width: 88%;
	color: #FFF;
	border: 1px solid #2A1E1C;
	background-color: #382A27;
}
#XShow {
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

