* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%
}

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {color: #f3d634;}

body,td,div,p,pre,ul {
  font-size: 13px;
  }

body {
  background-image: url(bilder/film_05.jpg);
  background-repeat: repeat;
  scrollbar-base-color: #ccc;
  }

h1 {
  font-size: 30px;
  padding: 10px;
  }

h2 {
  font-size: 16px;
  padding: 6px;
  }

h3 {
  font-size: 13px;
  padding: 4px;
  }

p {
  font-size: 13px;
  padding: 3px;
  }

.small {font-size: 13px;}
.mini {	font-size: 11px;}
.minimini {font-size: 10px;}

a {font-size: 13px; text-decoration: none; font-weight : bold;}
a:link {color:#F0E59e;}
a:visited {color:#C7B767;}
a:active {color:#DEC39e;}
a:hover{color: #ff0000;}

.image { margin: 3px; border-width: 1px; border: 1px solid;}
a:link .image { border-color: #aaaaaa; color: #aaaaaa;}
a:visited .image { border-color: #666666; color: #666666;}
a:hover .image { border-color: #ffffff; color: #ffffff;}

/* Linien */
hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  text-align: center;}

/* === Grundsaetzlicher Seitenaufbau === */

/*Huellcontainer*/
#wrapper {
  height: 100%;
  min-height: 100&
  margin: 0 180px -41px 200px;
}
html>body #wrapper {
  height: auto;
}

/*Titelleiste (fix)*/
#oben {
  position: relative;
  width: 80%;
  height: 10em;
  margin-left: 15%;
  text-align: center;
  /*z-index:3; */
  /*background-image: url(bilder/backgr_10.jpg);
  background-repeat: repeat*/
}
/*Feld links (fix)*/
#links {
  float: left;
  width: 15%;
  height: 75%;
  /*margin-top: 10em;*/
  text-align: right;
  /*overflow: hidden;*/
  /*z-index:2;*/
}
/*Hack for IE*/
* html div#links {
  position: absolute;
  /*float: left;*/
  width: 15%;
  height: 75%;
  text-align: right;
  /*overflow: hidden; */
}

/*Hauptfeld rechts (kann gescrollt werden)*/
#rechts {
  float: right;
  /*position: absolute;*/
  width: 80%;
  height: 75%;
  overflow:auto;
  /*margin-left: 15%;
  margin-top: 10em;*/
  text-align: center;
  /*z-index:1;*/
}
#rechts table {
  width: 100%;
}
#rechts td {
  width: 50%;
  valign: middle;
}


/* === Gestaltung der Darstellungsbloecke === */
#block  {
  margin-top:10px;
  padding: 5px;
  border: 0px;
  margin-left:10px;
  margin-right:10px
  vertical-align:middle;
}

#block h2 {
  font-size: 16px;
  padding: 0px 0px 0px 0px;
}
#block p {
  margin-top: 5;
  margin-bottom: 5;
}

#hidden {

}

.hiddentext {
  border:  0px;
  padding: 5px;
  font-size: 11px;
  color: #f3d634;
}
a span {display: none;}
a:focus span, a:active span {display: block;}

