body {
	background-color: #dc931a;
  margin: 0; 
  padding: 0; 
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 12px; 
}

p {
	margin: 0;
}

#logo {
	position: absolute; 
  top: 0px; 
  left: 0px; 
  z-index: 1;
}


#wrapper {
	position: absolute; 
  top: 252px; 
  left: 273px;
  width: 602px;
  float: right; 
  z-index: 2;
}

#content {
  float: right; 
  width: 520px; 
}

#bild {
	margin: 0 0 10px 0;
  padding: 0;
}

#sponsorenleiste {
	margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
}

/* Textformatierungen */

#text {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  padding: 10px 0px 38px 0px
}

#text a:link, 
#text a:visited {
  color: #000000;
  text-decoration: underline;
}

#text a:hover,
#text a:active,
#text a:focus {
  color: #ffffff;
  text-decoration: underline;
}

#text_unten {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  padding: 10px 0px 5px 0px
}

#text_unten a:link, 
#text_unten a:visited {
  color: #000000;
  text-decoration: underline;
}

#text_unten a:hover,
#text_unten a:active,
#text_unten a:focus {
  color: #ffffff;
  text-decoration: underline;
}

#tag {
  font-size:16px; 
  font-style:italic; 
  font-weight:bold;
}

#zeit {
  font-size:12px; 
  font-style:italic; 
  color:#ffffff;
}

#buehne {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size:14px;
  font-style:italic;  
  font-weight:bold;
  padding: 16px 0px 16px 0px
}

#bildunterschrift {
  font-size: 11px;
  font-style:italic; 
  line-height: 16px;
  text-align: justify;
  padding: 0px 0px 10px 0px
}

#bildunterschrift a:link, 
#bildunterschrift a:visited {
  color: #000000;
  text-decoration: underline;
}

#bildunterschrift a:hover,
#bildunterschrift a:active,
#bildunterschrift a:focus {
  color: #ffffff;
  text-decoration: underline;
}

#ueberschrift {
  font-family:Tahoma, Geneva, sans-serif; 
  font-size: 18px;
}

#ueberschrift-kl {
  font-family:Tahoma, Geneva, sans-serif; 
  font-size:11px;
}


/* Hauptmenü */

#hauptmenue {
  width: 520px;
  height: 15px;
  margin: 0 0 39px 0;
  padding: 0px;
}

#hauptmenue ul{
  list-style-type: none;
	margin: 0px;
  padding: 0px;
}

#hauptmenue li{
  display: inline;
  margin: 0 0 0 0px;
  padding: 0px;
}

/* Footer */

#footer {
  clear: both;
	width: 602 px;
}

#footermenue {
  left:82px;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding: 30px 0 0 0;
}

#footermenue a:link, 
#footermenue a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footermenue a:hover,
#footermenue a:active,
#footermenue a:focus {
  color: #000000;
  text-decoration: none;
}

#footer-smh-logo {
	float: left;
  width: 82px;
  height: 80px;
}

/* Programmheft */

#programmheft {
	position: absolute; 
  top: 440px; 
  left: 25px; 
  z-index: 3;
  font-size:11px; 
  font-style:italic; 
  color:#ffffff;
}

#programmheft img {
	margin-bottom: 5px;
} 

#programmheft a:link, 
#programmheft a:visited {
  color: #ffffff;
  text-decoration: none;
}

#programmheft a:hover,
#programmheft a:active,
#programmheft a:focus {
  color: #000000;
  text-decoration: none;
}


