
/*** BACKGROUND ***/

#body_main
{
  color:#010066;
  background-color:#9ACFFF;
}


/*** HEAD ***/

#head
{
  position:absolute;
  top:0px;
  width:100%;
  height:59px;
  color:#9ACFFF;
  background-color:#010066;
  z-index:3;
}

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

#musicomedy
{
  margin-top:21px;
  margin-left:140px;
}

#copyright
{
  position:absolute;
  top:7px;
  left:765px;
  width:150px;
  color:#999999;
  font-size:10px;
  line-height:17px;
  text-align:right;
  white-space:nowrap;
}

#messagebox
{
  position:absolute;
  top:0px;
  left:50%;
  width:300px;
  margin-left:-150px;
  border-top:none;
  color:white;
  z-index:5;
  background-color:green;
  border:1px solid black;
  opacity: .9;
  filter: alpha(opacity=90);
  font-weight:bold;
  font-size:12px;
  font-family:Verdana,sans-serif;
  height:50px;
}

#messagetext
{
  margin:15px;
}

/*** NAVIGATION ***/

#navigation
{
  position:absolute;
  top:59px;
  left:0px;
  width:120px;
  height:500px;
  color:#9ACFFF;
  background-color:#010066;
  z-index:2;
  border-right:0px solid black;
}

#navelements
{
  margin-top:82px;
}

a.nav:link { color:#010066 }
a.nav:visited { color:#010066 }
a.nav:hover { color:#010066 }
a.nav:active { color:#010066 }

/*** CONTENT ***/

#shadow
{
  position:absolute;
  top:59px;
  width:100%;
  height:20px;
  color:#010066;
  background-color:#9ACFFF;
  background-image:url(../img/shadow.jpg);
  background-repeat:repeat-x;
  z-index:1;
}

#main
{
  position:absolute;
  top:69px;
  width:100%;
  height:500px;
  color:#010066;
  overflow-y:auto;
  overflow-x:none;
  z-index:1;
}

#heading
{
  margin-top:8px;
  height:21px;
  width:770px;
  padding-left:145px;
  margin-bottom:20px;
}

#content
{
  padding-left:145px;
  margin-bottom:25px;
  width:770px;
  padding-bottom:20px;
}

/*** Termine ***/

table.termine
{
  /*border:1px solid black;*/
  width:600px;
}

table.termine td
{
  padding:10px;
  white-space:normal;
}

/*** Bilder ***/

table.images
{
  width:600px;
}

table.images td
{
  padding:20px;
}


/*** Akteure ***/

table.akteure
{
  width:600px;
}

table.akteure th
{
  padding:1px;
  font-size:1.1em;
  color:white;
  background-color:#010066;
  border-right:5px solid #9ACFFF;
  border-left:5px solid #9ACFFF;
}

table.akteure td
{
  padding:10px 10px 30px 10px;
  text-align:center;
  line-height:10px;
}

table.akteur
{
  width:100%;
}

table.akteur th
{
  text-align:left;
  padding-bottom:15px;
}


/*** Biografie ***/

table.programm
{
  width:100%;
}

table.programm th
{
  text-align:left;
  padding-bottom:15px;
}
