/* CSS Document */  
/* Bernd Metz 08.03.2012 */

* {
  margin: 0px;
  font-size: 100%;
}

body {
  background-color: #0000ab;
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
}

div#wrapper{  
  width: 1024px;
  margin: auto;
}

div#header {
  background: url(grafiken/header.png) top left no-repeat;  
  height: 190px;
}

/* ======================= Navigation ============================= */

div#navi {
  background: url(grafiken/spotlight_strahl_teil.png) top right no-repeat;   
  height: 525px;
  width: 256px;
  float: left;
  clear: both;   
}

div#navi li {
  font-size: 120%;
  text-align: center;
  list-style: none; 
  margin: 5px 0px 0px -20px;
  position: relative;
  top: 180px;
  left: 0px;  
}

div#navi a {
  display: block;
  background: #555553;
  color: #ffffff;
  text-decoration: none;
  width: 120px;   
  padding: 5px 10px
}

div#navi a:link,
div#navi a:visited {
  color: #ffffff;
  outline: 0;   
}

div#navi a:focus,
div#navi a:hover,
div#navi a:active {
  background: #969696;
  color: #fff831;
}

/* Lichtschalter */
div#navi a.lichtschalter {
  background: #e51d1d;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  padding: 10px;
  position: relative;
  top: -30px;
  left: 35px;
  outline: 0;  
}

/* ======================== Bühne =================================== */

div#maincontent {
  background: url(grafiken/buehne.png) top center no-repeat;
  height: 525px;
  width: 512px;
  float: left;
}

h3,
ul#buehne {
  color: #ffffff;
  font-size: 95%;
  width: 370px;
  margin: auto;
}


h2,
address {
  color: #ffffff;
  font-style: normal;
  text-align: center;
  position: relative;
  top: 10px;
  left: 0px;
}

h2 {
  margin-bottom: 10px;
}

div#maincontent h2,
div#maincontent address {
  position: relative;
  top: 80px;
  left: 0px;
}

div#maincontent h2.kopf {
  position: relative;
  top: 5px;
  left: 0px;  
}

p.termine {
  color: #ffffff;
  position: relative;
  top: 50px;
  left: 80px;
  padding: 10px;
}

a.links {
  display: inline-block;
  font-size: 120%;  
  color: #ffffff;
  text-decoration: none;
  position: relative;
  top: 50px;
  left: 100px;
  padding: 10px;
  outline: 0;  
}

a.links:focus,
a.links:hover,
a.links:active {
  color: #fff831;
}

a.intern1 {
  position: relative;
  top: 10px;
  left: 110px;
  margin-right: 25px;
}

a.intern2 {
  position: relative;
  top: 120px;
  left: 135px;
  margin-right: 25px;  
}

a.mail {
  display: inline-block;
  background: yellow;
  color: #000000;  
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;  
  position: relative;
  top: 58px;
  left: 215px;
  padding: 10px;
  box-shadow: 6px 6px 2px #4e4816;
}

div#maincontent p.studio {
  color: #ffffff;
  width: 360px;
  margin: 20px auto;
}

div#maincontent a.studio {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  margin: 0px 0px 20px 75px;
}

div#maincontent a.studio:focus,
div#maincontent a.studio:hover,
div#maincontent a.studio:active {
  color: #fff831;
  outline: 0;
}

/* ============================Litfaßsäule============================ */

div#rightcontent {
  background-image: url(grafiken/lit.png);
  color: #000000;
  text-align: center;
  height: 525px;
  width: 256px;
  float: left;  
}

div#rightcontent p { 
  margin-bottom: 80px;  
}

div#rightcontent h4 {
  font-size: 150%;
  letter-spacing: -0.06em;
  width: 150px;
  margin-top: 100px;
  margin-left: 50px;
}

/* ============================= footer ===================================== */

div#footer {
  background: url(grafiken/bil_transparent.png) center right no-repeat;
  font-size: 150%;  
  height: 65px;
  clear: both;
}

div#footer h2 {
  color: #fff831;
  text-align: left;
  padding: 10px 0px 0px 18px;
}