/* CSS Document */


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#mainpage {
	width: 886px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	z-index:1;
	position:relative;
	margin-top: 30px;	
}


#frame_o {
	z-index:1;
	background-image: url(../main_pics/frame_o.png);
	background-repeat: no-repeat;
	width: 886px;
	height:100px;
	margin: 0 auto;
}


#content {
	width: 800px;
	height:auto;
	background-color: #000829;
	margin: 0 auto;
	background-image: url(../main_pics/frame.gif);
	background-repeat: repeat-y;
}

#frame_u {
	z-index:1;
	background-image: url(../main_pics/frame_u.png);
	background-repeat: no-repeat;
	width: 886px;
	height:102px;
	text-align: center;
	margin: 0 auto;
}


#zier {
	background-image: url(../main_pics/zier.png);
	background-repeat: repeat-x;
	background-position: center 0px;
	width: 100%;
	height: 118px;
	z-index:1;
	margin-top: 0px;
}

#intro {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	top: 0px;
}

#navigation {
	width: 835px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	height: 290px;
	text-align: center;
	z-index:2;
	position:relative;
}

#flashcontent {
	z-index:3;
}

#werbe_partner {
	z-index:1;
	width: 886px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
	margin-bottom:20px;
}



/***********************************************/
/* SUBNAV			                           */
/***********************************************/

#subnav {
  	width: 740px;
	height: auto;
	padding-bottom:10px;
	margin-left:30px;
	
}

td#subnav_text{
	font-size: 20px;
	font-weight: bold;
	color: #FFDE20;
}

td#subnav_text a{
	color: #990000;
	text-decoration:none;
	outline:none;
}

#subnav_oben {
  	width: 740px;
	height: auto;
	padding-top:30px;
	margin-left:30px;
	
}



/***********************************************/
/* HOME                              		   */
/***********************************************/

#ornament_trenner_o{
	width: 800px;
	height:28px;
	background-image: url(../main_pics/ornament_linie_o.png);
	background-repeat: no-repeat;
	background-position: 40px 0px;
}

#ornament_trenner_u{
	width: 800px;
	height:28px;
	background-image: url(../main_pics/ornament_linie_u.png);
	background-repeat: no-repeat;
	background-position: 40px 0px;
}


#aktuell_titel{
	width: 800px;
	height:60px;
	background-image: url(../main_pics/aktuelles_titel.png);
	background-repeat: no-repeat;
	background-position: 247px 28px;
}

#aktuelles{
	width: 800px;
	height:auto;
	padding-bottom:15px;
}

#spacer_aktuelles{
	width:800px;
	height:30px;
}


td#aktuelles_titel{
	font-size: 24px;
	font-weight: bold;
	color: #FFDE20;
	padding-bottom:2px;
}

td#aktuelles_datum{
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	padding-bottom:10px;
}

td#aktuelles_text{
	font-size: 16px;
	color: #FFDE20;
	padding-bottom:5px;
	padding-top: 10px;
}

td#aktuelles_text a{
	color: #0066FF;
	text-decoration:none;
	outline:none;
}

#newsletterbox{
	padding-top:20px;
	width: 800px;
	height: 120px;
}

td#newsletter_input input{
	background-color: #0066FF;
	border: 1px solid #FCDC17;
	color: #FCDC17;
	font-weight:bold;
}

td#newsletter_btn input.submit{
	color: #FCDC17;
	font-weight:bold;
	border: none;
	width:100px;
	margin:0 0 0 10px;
	background-color: #0066FF;
	border: 1px solid #FCDC17;
}

td#newsletter_abmelden{
	font-size: 14px;
	color: #FFDE20;
	padding-top: 15px;
}

td#newsletter_abmelden a{
	color: #0066FF;
	text-decoration:none;
	outline:none;
}

td#newsletter_titel{
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	padding-bottom:2px;
}

/***********************************************/
/* PROGRAMM			                           */
/***********************************************/


#programm_monat {
font-size: 38px;
	font-weight: bold;
	color: #FFDE20;
	
}


/***********************************************/
/* PROGRAMM-EVENTS-LISTE	                   */
/***********************************************/

#event_list {
	width: 580px;
	height: auto;
	margin-left:110px;
	border-bottom: 1px solid #FCDC17;
	border-top: 1px solid #FCDC17;
	margin-top: 30px;
	background-color: #000B3D;
}

#event_list2 {
	width: 580px;
	height: auto;
	margin-left:110px;
	border-bottom: 1px solid #FCDC17;
	border-top: 1px solid #FCDC17;
	margin-top: 4px;
	background-color: #000B3D;
}


td#event_titels{
	font-size: 18px;
	color: #990000;
	font-weight:bold;
	background-color: #FCDC17;
}

td#event_artists_list{
	font-size: 16px;
	color: #990000;
	font-weight:bold;
	background-color: #FCDC17;
}

#titel_event {
	font-size: 16px;
	font-weight:bold;
	color: #FFDE20;
	padding-bottom:5px;
	padding-left:30px;
}

#artists {
	font-size: 14px;
	font-weight:bold;
	color: #FFDE20;
	padding-bottom:5px;
	padding-left:30px;
}

#event_text {
	font-size: 14px;
	color: #FFDE20;
	padding-left:30px;

}

#event_text a{
	color: #0066FF;
	text-decoration:none;
	outline:none;

}

/***********************************************/
/* PROGRAMM-DETAIL	                           */
/***********************************************/

#programm_det_titel{
	font-size: 26px;
	font-weight: bold;
	color: #FFDE20;
	padding-top:25px;
	width: 580px;
	height: auto;
	margin-left:110px;
	text-align:center;
}

#event_det {
	width: 640px;
	margin-left:80px;
	margin-top:20px;
	margin-bottom:10px;
}


#event_det_datum {
	padding-top:25px;
	font-size: 20px;
	font-weight:bold;
	color: #990000;
	padding-bottom:15px;
	background-image: url(../main_pics/datum.gif);
	background-repeat: no-repeat;
}

#event_det_zeit {
	font-size: 20px;
	font-weight:bold;
	color: #990000;
	padding-bottom:20px;
	padding-left:75px;
	background-image: url(../main_pics/wann.gif);
	background-repeat: no-repeat;
}

#event_det_ort {	
	font-size: 20px;
	font-weight:bold;
	color: #990000;
	padding-bottom:20px;
	padding-left:50px;
	background-image: url(../main_pics/wo.gif);
	background-repeat: no-repeat;
}

#event_det_musikstil {	
	font-size: 20px;
	font-weight:bold;
	color: #990000;
	padding-bottom:15px;
	padding-top:23px;
	background-image: url(../main_pics/musikstil.gif);
	background-repeat: no-repeat;
}

#event_det_artists {
	font-size: 18px;
	font-weight:bold;
	color: #990000;
	padding-top:23px;
	background-image: url(../main_pics/kunstler.gif);
	background-repeat: no-repeat;
}

td#event_det_text{
	padding-top:20px;
	font-size: 16px;
	color: #FFDE20;
	padding-bottom:5px;
}

td#event_det_text a{
	color: #0066FF;
	text-decoration:none;
	outline:none;
}

/***********************************************/
/* GALERIE	                        		   */
/***********************************************/

#galerie_content {
	width: 786px;
	height:auto;
	padding-left:25px;
	margin: 0 auto;
}

#galerie_top {
	height: 130px;
}

#galerie_thumb {
	width: 120px;
	height: 90px;
	padding-top:10px;
	margin-right:12px;
	margin-bottom:18px;
	background-image: url(../main_pics/frame_grund.png);
	background-repeat: no-repeat;
	z-index: 1;
}


#subnavigation_galerie{
	padding-top:20px;
	padding-bottom:50px;
}

#subnav_galerie{
	width:786px;
	height:30px;
}

td#subnav_galerie_text{
	font-size: 20px;
	font-weight: bold;
	color: #FFDE20;
}

td#subnav_galerie_text a{
	color: #FFDE20;
	text-decoration:none;
	outline:none;
}

/***********************************************/
/* BAR59			                          */
/***********************************************/

#oeffnung_titel{
	width: 800px;
	height:70px;
	background-image: url(../main_pics/oeffnunszeiten_titel.png);
	background-repeat: no-repeat;
	background-position: 243px 25px;
	margin-bottom:-5px;
    position: relative;
	z-index: 2;
}

#oeffnung_txt {
	width: 800px;
	height:auto;
	font-size: 24px;
	font-weight:bold;
	color: #FFDE20;
	margin-top:10px;
	text-align:center;
	padding-bottom:5px;
}

#adresse_titel{
	margin-top:20px;
	width: 800px;
	height:70px;
	background-image: url(../main_pics/adresse_titel.png);
	background-repeat: no-repeat;
	background-position: 201px 38px;
}

#adresse_content {
	margin-top:10px;
	width: 640px;
	height:auto;
	margin-left:80px;
	padding-bottom:20px;
	font-size: 24px;
	font-weight:bold;
	color: #FFDE20;
}

#adresse_content a{
	color: #0066FF;
	text-decoration:none;
	outline:none;
}

td#downloads {
	font-size: 18px;
	font-weight:bold;
	color: #FFDE20;

}

#lageplan_titel{
	margin-top:20px;
	width: 800px;
	height:70px;
	background-image: url(../main_pics/lageplan_titel.png);
	background-repeat: no-repeat;
	background-position: 298px 30px;
	margin-bottom:-5px;
    position: relative;
	z-index: 2;
}

#lageplan {
	margin-top:277x;
	width: 640px;
	height:auto;
	margin-left:80px;
	padding-bottom:10px;
}

td#google_maps {
	font-size: 24px;
	font-weight:bold;
	color: #FFDE20;
	padding-left:10px;
}


#partners {
	margin-top:10px;
	width: 640px;
	height:auto;
    margin-left:80px;
	padding-bottom:10px;
	text-align:center;
 
}

.telefon{
	font-size: 14px;
	line-height: 30px;	
}

.telefon a{
	color: #0066FF;
	text-decoration:none;
	outline:none;
}

#barpics {
	margin-bottom:10px;
	width:80px;
	height:60px;
	margin-right:10px;
	padding-bottom:10px;
	text-align:center;
	background-color: #00FF00;    
}

/***********************************************/
/* WURST			                          */
/***********************************************/
#wurst_titel{
	width: 800px;
	height:310px;
	background-image: url(../main_pics/wurst_header.jpg);
	background-repeat: no-repeat;
	background-position: 58px 0px;   
}

#wurst_txt_alt {
	padding-top:30px;
	width: 800px;
	height:auto;
	font-size: 24px;
	font-weight:bold;
	color: #FFDE20;
	text-align:center;
	line-height: 40px;
	background-image:url(../main_pics/wurstrand.jpg);
	background-position: 62px 0px;
	background-repeat: repeat-y;
	padding-bottom:20px;
}

#wurst {
	width: 800px;
	height:860px;
	background-image: url(../main_pics/wurst_neu.jpg);
	background-repeat: no-repeat;
	background-position: 40px 0px;   
}

#wurst_txt {
	padding-top:440px;
	width: 800px;
	height:auto;
	font-size: 24px;
	font-weight:bold;
	color: #FFDE20;
	text-align:center;
	line-height: 40px;
	padding-bottom:20px;
}

/***********************************************/
/* FOOTER-NAVIGATION                           */
/***********************************************/

#subnavigation{
	padding-top:50px;
}

.subnavunten {
	font-size: 16px;
	font-weight: bold;
	color: #FFDE20;
	line-height: 13px;
}

.subnavunten a{
	color: #FFDE20;
	outline: none;
	text-decoration: none;
}

.subnavunten a:hover{
	color: #990000;
}

.subnavunten a.active{
	color: #990000;
}

/***********************************************/
/* UPGRADE			                          */
/***********************************************/

#logo {
	width: 196px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	height: 200px;
	z-index:2;
	position:relative;
	background-image: url(../main_pics/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}


#upgrade_content {
	margin-top:10px;
	width: 640px;
	height:240px;
    margin-left:80px;
	padding-bottom:10px;
    font-size: 16px;
	font-weight:bold;
	color: #FFDE20;
}

