* 
{ 
	font-family:Verdana;
	font-size:11px;
	color: #8A7360;
}

div, p, span, table,td,tr,body,html {	margin: 0;padding: 0; }

body 
{
	background:url(../images/page/pagebackground.jpg) repeat-x #DDD4C6;
	cursor:default;
}


/* Spannt die Seite auf um Umbrueche zu vermeiden */
/*#page_container {width:1200px;height:700px;}*/

/* Logo */
#page_header	{width:100%;height:90px;}

/* Linker blauer Block fuer die naechsten 5 Events */
#page_onstage
{
	width:170px;
	height:283px;
	padding:15px 10px 10px 10px;
	background-color:#8BC2D7;
	position:absolute;
	left:0px;
	top:90px;
}

/* Mittlerer weisser Block fuer die News */
#page_news
{
	width:227px;
	height:278px;
	background-color:#FFFFFF;
	padding:15px 15px 15px 15px;
	position:absolute;
	top:90px;
	left:194px;
}
/* Mittlerer weisser Block fuer die Bilder siehe auch news */
#page_image
{
	width:257px;
	height:308px;
	background-color:#FFFFFF;
	position:absolute;
	top:90px;
	left:194px;
}

/* Mittlerer weisser Block fuer die Bilder siehe auch news (fragmental von oben nach unten numeriert) */
#page_image_1
{
	width:257px;
	height:100px;
	position:absolute;
	top:90px;
	left:194px;
}
#page_image_2
{
	width:257px;
	height:204px;
	position:absolute;
	top:194px;
	left:194px;
}
#page_image_3
{
	width:257px;
	height:100px;
	position:absolute;
	top:298px;
	left:194px;
}
#page_image_4
{
	width:257px;
	height:204px;
	position:absolute;
	top:90px;
	left:194px;
}


/* Balken blau fuer laufende Tourneen */
#page_tourneebar
{
	
	height:100px;
	background-color:#8BC2D7;
	position:absolute;
	top:90px;
	left:455px;
	width:100%;
}

#page_tourneebar_long
{
	
	height:100px;
	background-color:#8BC2D7;
	position:absolute;
	top:90px;
	left:194px;
	width:121%;
}

.ul {
	margin: 0;padding: 0; 
	display:block;
	list-style-type:none;
	text-align:left;
}
.ul li{
	/* width:inherit; */
	float:left;
}
.ul li a
{
	font-size:14px;
	color:white;
	font-family:Arial,Verdana;
	font-weight:bold;
}
.ul li span
{
	color:white;	
	font-family:Arial,Verdana;
	font-weight:normal;
	font-size:13px;
}
.page_title_news
{
	font-size:18px;
	line-height:27px;
	color:#C8B9A4;
	font-weight:bold;
}
.page_title_onstage
{
	font-size:18px;
	padding:5px 0px 0 10px;
	line-height:27px;
	color:#B8DAE4;
	font-weight:bold;
}
/* drei Balken oben */
.page_menubar_desc
{
	color:white;
	font-size:18px;
	padding:19px 44px 0 20px;
	width: 250px;
}

/* Balken gelb fuer Begegnungen */
#page_meetingbar
{
	position:absolute;
	top:194px;
	left:455px;
	height:100px;
	background-color:#EECE69;
	width:100%;
}

#page_meetingbar_long
{
	position:absolute;
	top:194px;
	left:194px;
	height:100px;
	background-color:#EECE69;
	width:121%;
}

hr.line_dotted
{
	border:none;
	border-top:1px dotted #86785d;
	height:1px;
	background-color:none;
	color:none;
}


/* Balken gruen fuer Interview */
#page_interviewbar
{
	position:absolute;
	top:298px;
	left:455px;
	height:100px;
	background-color:#C9E2A1;
	width:100%;
}
#page_interviewbar_long
{
	position:absolute;
	top:298px;
	left:194px;
	height:100px;
	background-color:#C9E2A1;
	width:121%;
}
/* Ende Balken */

/* Seiten Navigation (links unten) */
#page_navi
{
	position:absolute;
	top:402px;
	left:0px;
	width:170px;
	padding:10px;
	height:215px;
	background:url(../images/page/degrade_p_navi.jpg);
	background-repeat:repeat-x;
}

/* Blockeintrag fuer ein Event */
div.onstageentry
{
	width:160px;
	margin-left:10px;
	margin-bottom:10px;
}

/* Gestrichelte Linie in der Navigation */
div.page_navi_bottomline
{
	width:160px;
	height:18px;
	border-bottom:1px dashed #EEE5D7;
	margin-bottom:3px;
}

div.page_navi_tickethotline
{
	width: 100%;
	height: 150px;
	background:url(../images/ticket_online.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom: 3px;
	margin-left:-13px;
}
div.page_navi_tickethotline li
{
	font-size:14px;
	padding: 36px 0 0 31px;
	color:white;
	font-weight:bold;
}

div.page_navi_tickethotline li span
{
	font-weight:normal;
	font-size:17px;
}

/* Textfeld */
#page_text
{
	position:absolute;
	top:402px;
	left:194px;
	width:746px;
	
	background-color:#F1EEE9;
	padding:25px 20px 48px 20px;
	
}
/* Videofeld */
#page_video
{
	position:absolute;
	top:402px;
	/*left:194px;*/
	left:980px;
	
	background-color:#F1EEE9;	
	/*padding:25px 20px 48px 20px;*/
}
#page_video object, #page_video embed
{
	margin : 20px;
}

div.page_footer
{
	width:786px;
	height:24px;
	background:url(../images/page/schatten.jpg);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0px;
	left:0px;
}


.select
{
	width:150px;
}

#impresum
{
	position:absolute;
	top:0px;
	left:0px;
	height:24px;
	line-height:24px;
	width:425px;
}

div.schatten_links
{
	position:absolute;
	top:0px;
	left:0px;
	width:41px; height:24px;
	background:url(../images/page/schatten_left.jpg);
	background-repeat:no-repeat;
}
div.schatten_rechts
{
	position:absolute;
	top:0px;
	right:0px;
	width:56px; height:27px;
	background:url(../images/page/schatten_right.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	
}

#copyright
{
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	height:24px;
	width:400px;
	line-height:24px;
}

p.headline
{
	font-size:14px;
	font-weight: bold;
	border-bottom:1px dotted #86785d;
	margin-bottom:10px;
}

#page_text_text .section
{
	height:107px;
	width:100%;
	border-bottom:1px dotted #86785d;
	clear:both;
	padding:10px 0px 5px 0px;
}

#page_text_text .section_h
{
	height:60px;
	width:100%;
	border-bottom:1px dotted #86785d;
	clear:both;
	padding:10px 0px 5px 0px;
}

.subsection
{
	width:245px;
	float:left;
	height:55px;
	vertical-align:bottom;
}


.section_image
{
	float:left;
	margin-right:20px;
}

.order_image
{
	margin-right:5px;
}

#datatable th
{
	background-color:#F6F2EF;
	border-top:1px dotted #89785a;
	border-bottom:1px dotted #89785a;
	font-size:11px;
	font-weight:normal;
	padding:3px;
}
#datatable td
{
	font-size:11px;
	font-weight:normal;
	padding:3px;
}

.space {width:261px;}