body {
  width: 100%;
  height: auto;
  font-family: Arial;
  font-size: 13px;
  color: white;
  background-color: #574e5d;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  line-height: 18px;
  -webkit-text-size-adjust: none; }

a {
  color: white;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

#container {
  position: relative;
  width: 864px;
  height: auto;
  margin: 0 auto; }

#header {
  position: relative;
  width: 100%;
  height: 80px; }
  #header h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 36px;
    font-weight: bold; }
  #header ul {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: bold;
    color: #bfc2a2; }
    #header ul li {
      float: left;
      margin-left: 18px; }
      #header ul li a {
        color: white;
        text-decoration: none; }
      #header ul li a:hover {
        color: #bfc2a2; }

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px 0; }

#photoStage {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible; }
  #photoStage #loading {
    position: absolute;
    left: 220px;
    top: 220px; }
  #photoStage img {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 9px white;
    opacity: 0;
    filter: alpha(opacity=0); }

#photoMenuL {
  position: absolute;
  left: 555px;
  top: -6px;
  width: 140px;
  height: 478px;
  background: url(../img/startseite/basepaper_l.png) no-repeat;
  z-index: 1; }
  #photoMenuL img {
    position: absolute; }

#photoMenuR {
  position: absolute;
  left: 684px;
  top: 4px;
  width: 191px;
  height: 485px;
  background: url(../img/startseite/basepaper_r.png) no-repeat;
  z-index: 3; }
  #photoMenuR img {
    position: absolute; }

#portraitMenu1 {
  left: 31px;
  top: 14px; }

#portraitMenu2 {
  left: 25px;
  top: 129px; }

#portraitMenu3 {
  left: 19px;
  top: 243px; }

#portraitMenu4 {
  left: 13px;
  top: 356px; }

#portraitMenu5 {
  left: 16px;
  top: 16px; }

#portraitMenu6 {
  left: 34px;
  top: 128px; }

#portraitMenu7 {
  left: 52px;
  top: 241px; }

#portraitMenu8 {
  left: 70px;
  top: 353px; }

#clickNotice {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  background-color: #636363;
  padding: 1px 5px; }

#welcomeText {
  position: relative;
  padding: 610px 0 50px;
  width: 480px;
  height: auto;
  font-weight: bold; }
  #welcomeText h2 {
    font-size: 18px;
    color: #bfc2a2; }
  #welcomeText p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px; }
  #welcomeText img {
    margin-top: 45px; }

#personalData {
  position: absolute;
  left: 561px;
  top: 448px;
  z-index: 2;
  width: 311px;
  height: 390px;
  background: url(../img/startseite/memopaper.png) no-repeat;
  color: #636363;
  line-height: 18px;
  font-size: 12px; }
  #personalData h2 {
    margin: 33px 31px 16px 38px;
    font-weight: bold; }
  #personalData ul {
    margin: 0 31px 0 38px; }
    #personalData ul li {
      margin-top: 5px; }
      #personalData ul li h3, #personalData ul li p {
        display: inline-block;
        vertical-align: top; }
      #personalData ul li h3 {
        font-weight: bold; }

.lifeTable {
  width: 100%;
  text-align: left;
  line-height: 18px;
  margin-bottom: 60px; }
  .lifeTable thead {
    color: #bfc2a2; }
  .lifeTable th {
    font-weight: bold;
    width: 200px; }
    .lifeTable th h2 {
      font-size: 18px;
      margin-bottom: 13px; }
  .lifeTable td h3 {
    color: #bfc2a2;
    font-weight: bold; }
  .lifeTable td p {
    margin-bottom: 12px; }

#personalTable {
  line-height: 20px; }

#filmTable th, #theaterTable th {
  color: #bfc2a2; }

.boxLast {
  margin-bottom: 60px; }

#creditsTable tbody th {
  width: 250px; }
#creditsTable td h3 {
  color: white; }

.textTitle {
  font-size: 18px;
  margin-bottom: 13px;
  color: #bfc2a2;
  font-weight: bold; }

#videoStage {
  position: absolute;
  top: 0;
  left: 0;
  height: 407px;
  padding: 10px;
  background-color: white; }
  #videoStage iframe {
    margin: 0; }
  #videoStage h2 {
    font-weight: bold;
    font-style: italic;
    color: #333333;
    margin: 9px 0; }

#videoMenu {
  position: absolute;
  top: 0;
  left: 623px;
  width: 238px;
  height: 428px;
  background: url(../img/videoseite/film_bg.png) no-repeat; }
  #videoMenu img {
    margin-left: 23px;
    margin-top: 13px; }
