/***********************************************************************************/
/*** NOTIZEN ***********************************************************************
 
 Pappe #F7EFE7
 Hintergrund-Rot #F7EFE7 
 Schrift-Rot #BF2629 
 Im Uhrzeigersinn: oben - rechts - unten - links 

 ***********************************************************************************/
/*** ALLGEMEINE ELEMENT-DEFINITIONEN ***********************************************/

body  {
	z-index: 0;
	background-color: #F7EFE7;
}

body, form, table, tr, td, div, p, span, h1, h2, h3, h4, h5  {
	font-family: "Georgia", "Times New Roman"; 
	font-size: 12px;
	max-width: 900px;
}

body, form, table, tr, td, div, p, span, h1, h2, h3, h4, h5, img {
	border-color: #BF2629;
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

/***********************************************************************************/
/*** LINKS *************************************************************************/

a {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #BF2629;
}

/***********************************************************************************/
/*** UEBERSCHRIFTEN ***************************************************************/

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", "Sans serif";
	font-weight: bold;
	color: #BF2629;
	
	margin-top: 4px;
	margin-bottom: 4px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 21px;
	
	margin-top: 10px;
	margin-bottom: 2px;
}

h2#start {
	font-size: 30px;
	
	margin-top: 10px;
	margin-bottom: 2px;
}

h2#infobox {
	font-size: 21px;
	
	margin-top: 2px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	
	margin-top: 10px;
	margin-bottom: 2px;
}

/***********************************************************************************/
/*** ALLGEMEINE EINGENSCHAFTSKLASSEN **********************************************/

.rot {
	color: #BF2629;
}

.schwarz {
	color: #000000;
}

.weiß {
	background-color: #FFFFFF;
}

.sansschrift {
	font-family: "Trebuchet MS", "Sans serif";
}

.serifschrift {
	font-family: "Georgia", "Times New Roman";
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
}

/***********************************************************************************/
/*** MENU **************************************************************************/

#menu1, #menu2 {
	z-index: 4;
	
	min-width: 500px;
	max-width: 700px;
	
	font-weight: bold;
	font-family: "Trebuchet MS", "Sans Serif";
	
	position: absolute;
	left: 0;
	margin: 0px;
	padding-top: 3px;
	padding-left: 90px;
	overflow: hidden;
}

#menu1 a, #menu2 a {
	font-style: normal;
	text-decoration: none;
	padding: 3px 10px 3px;
}

/*** MENU 1 ***/

#menu1 {
	height: 30px;
	top: 127px;

	background: url("../rot.png"); /* #BF2629; */
	font-size: 21px;
}

#menu1 a {
	color: #000000;
}

a#active1, #menu1 a:hover {
	background: #BF2629;
	color: #FFFFFF;
}

/*** MENU 2 ***/

#menu2 {
	height: 25px;
	top: 160px;
	
	background: url("../weiss.png"); /* #FFFFFF; */
	color: #BF2629;
	font-size: 16px;
}

#menu2 a {
	color: #BF2629;
}

a#active2, #menu2 a:hover {
	background: #FFFFFF;
	color: #000000;
}

/***********************************************************************************/
/*** SEITEN LAYOUT *****************************************************************/

/* KOPF MIT LOGO */
#header {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 200px;
	
	background-image: url("header.jpg");
	background-repeat: no-repeat;
}

#headtext {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 200px;
	
	padding: 60px;
}

/* ROT AM RECHTEN RAND */
#rightside {
	z-index: 1;
	
	position: fixed;
	top: 0px;
	left: 850px;
	right: 0%;
	
	height: 100%;
	
	background-color: #BE0F1E;
}

/* ALLE WEITEREN INHALTE */
#container {
	z-index: 2;
	
	position: absolute;
	top: 200px;
	left: 0px;
	
	width: 900px;
	
	background-image: url("background.jpg");
	background-position: 0px 555px;
	background-repeat: repeat-y;
}

/* PAPP-HINTERGRUND-FORTSETZUNG ZUM HEADER */
#background {
	z-index: 4;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 900px;
	height: 555px;
	
	background-image: url("middle.jpg");
	background-repeat: no-repeat;
}

/* QUERBILD GANZ OBEN */
#topimage {
	z-index: 5;
	position: relative;
	left: -8px;
	
	border-color: #BF2629;
	border-width: 4px;
	border-style: solid;
}

/* HOCHBILD RECHTS */
#sideimage {
	z-index: 5;
	position: relative;
	
	border-color: #BF2629;
	border-width: 4px;
	border-style: solid;
}

/* JEWEILIGE SEITENINHALTE */
#content {
	z-index: 5;
	position: relative;
	
	width: 840px;
	padding-left: 60px;
	
	min-height: 593px;
}

/* SPALTE 1 - FLIESZTEXT */
#col1 {
	min-height: 100px;
	width: 450px;
	
	float: left;
}	

/* SPALTE 2 - BILDER UND UEBERSICHTEN */
#col2 {
	min-height: 100px;
	padding-left: 470px;
	width: 300px;
	
	clear: none;
}	

/* INFOBOX */
#box {
	padding: 7px;
	width: 270px;
		
	border-color: #BF2629;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 8px;
	border-right-width: 8px;
	
	background: #FFFFFF;
	/* margin-top bei .clip1 */
}

/* SEITENENDE MIT ABSCHLUSSGRAFIK */
#footer {
	z-index: 5;
	position: relative;
	
	padding-top: 50px;
	padding-left: 30px;

	min-height: 60px;
	
	background-image: url("footer.jpg");
	background-repeat: no-repeat;
	background-color: #BE0F1E;
	
	clear: left;
}

/* KLEINGEDRUCKTES AM ENDE DER SEITE */
#footertext {
	z-index: 6;
	position: relative;
	
	min-height: 200px;
	width: 700px;
}

/*** STARTSEITE (LOGOS, CORPORATE DESIGN, ETC.) ************************************/

/* SPONSOREN*/
#sponsor {
	z-index: 8;
	position: relative;
	left: -60px; 
	
	height: 210px;
	width: 830px;
	
	clear: left;
	
	background-color: #FFFFFF;	
	background-image: url("kusokante.png");
	background-repeat: no-repeat;
}

#sponsor #text {
	z-index: 9;
	position: absolute;
	top: 4px;
	left: 70px;
}

#sponsor #swr {
	z-index: 9;
	position: absolute;
	top: 60px;
	left: 95px;
}

#sponsor #az {
	z-index: 9;
	position: absolute;
	top: 140px;
	left: 230px;
}

#sponsor #bier {
	z-index: 9;
	position: absolute;
	top: 47px;
	left: 400px;
}

#sponsor #sw {
	z-index: 9;
	position: absolute;
	top: 60px;
	left: 230px;
}

#sponsor #hotel {
	z-index: 9;
	position: absolute;
	top: 110px;
	left: 95px;
}

#sponsor #frz {
	z-index: 9;
	position: absolute;
	top: 140px;
	left: 370px;
}

/* KULTURSOMMER-LOGO */
#kusologo {
	z-index: 8;
	position: absolute;
	top: 30px;
	left: 685px;
	
	height: 139px;
	width: 120px;
	
	background-image: url("kusologo.gif");
	background-repeat: no-repeat;
}

/* KAMMERSPIELE-LOGO */
#mkslogo {
	z-index: 8;
	position: absolute;
	top: 60px;
	left: 570px;
	
	height: 100px;
	width: 100px;
	
	background-image: url("kammerspiele.gif");
	background-repeat: no-repeat;
}
 
/***********************************************************************************/
/*** DESIGN DER ELEMENTE ***********************************************************/

/* #BOX UEBERSCHRIFTEN */
.caption {
	color: #BF2629;
	font-family: "Trebuchet MS", "Sans Serif";
	font-weight: bold;
	font-size: 14px;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BF2629;
}

/* #BOX SCHLUESSELWORTE */
.keyword {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	padding-right: 6px;
}

/* KLEINGEDRUCKTES AM ENDE DER SEITE */
#footertext {
	font-style: italic;
	font-size: 11px;
	color: #FFFFFF;
}

#footer * a {
	color: #FFFFFF;
}

/* TEXTE IN SPALTE 1 */
#col1 div {
	margin: 5px 0px 5px 0px;
}

/* LINKS AUF SPIELORTE */
a.place {
	text-decoration: none;
}

/* FOTOS */
img.pic {
	border-width: 4px;
}

/*** KUENSTLER-SEITE ***************************************************************/

/* KLEINGEDRUCKTES */
.credits {
	margin: 8px 0px 8px 0px;
	
	font-style: italic;
	font-size: 11px;
}

/* WICHTIGER HINWEIS */
.notice {
	padding: 3px;
	background: #FFFFFF;
	border-width: 1px;
}

/* AUSRUFEZEICHEN */
.bang {
	padding: 1px;
	margin: 0px;
	background: #BF2629;
	color: #FFFFFF;
}

/* INFOBOX-TERMINE */
.date {
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-style: italic;
}

/*** TICKET-SEITE ******************************************************************/

/* ZEILE MIT KUENSTLER UND STUECK */
#col1 .eventline {
	margin: 10px 10px 0px 0px;
}

/* ZEILE MIT DATUM, ZEIT, ORT */
#col1 .dateline {
	font-style: italic;
	font-size: 12px;

	margin: 0px 10px 10px 0px;
}

/* KUENSTLER- UND STUECKNAME */
#col1 .showname, #col1 .artistname {
	font-family: "Trebuchet MS", "Sans serif";
	font-weight: bold;
	font-style: normal;
	margin-right: 10px;
}

.artistname{
	font-size: 16px;	
}

.showname {
	font-size: 14px;
}

/* LINKS AUF KUENSTLER-/STUECKNAMEN */
a.event {
	text-decoration: none;
}

a.event:hover {
	text-decoration: none;
}

/***********************************************************************************/
/*** HILFSKONSTRUKTIONEN ***********************************************************/

/* LEERZEILE */
div.br {
	height: 5px;
	padding: 0px;
	margin: 0px;
}

#col1 div.br {
	height: 5px;
	padding: 0px;
	margin: 0px;
}

/* INFOBOX-KLAMMER OBEN */
.clip1 {
	margin-top: 40px;
	position:relative; 
	bottom: -5px;
}

/* STARTSEITE: INFOBOX-KLAMMER OBEN */
#clip1start {
	margin-top: 20px;
	position:relative; 
	bottom: -5px;
}

/* ..UND UNTEN */
.clip2 {
	position:relative; 
	top: -5px;
	margin-bottom: 15px;
}


