* {
  margin: 0px;
  padding: 0px;
}
html, body {
  height: 100%;
  width: 100%;
}
body {
  background: #FDFCF9;
  font-family: Verdana;
  font-size: 11px;
  line-height: 18px;
  color: #536266;
}
a {
  color: #536266;
  text-decoration: none;
}
a:hover {
  color: #D4CA9A;
}
table {
  border-collapse: collapse;
}

/* CONTENT TEXT STYLE */
h1 {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 22px;
}
h2 {
  font-size: 9px;
  font-weight: bold;
}
h3 {
  color: #999999;
  font-size: 9px;
  font-weight: normal;
}
blockquote {
  font-weight: bold;
  font-style: italic;
  width: 215px;
}
cite {
  color: #999999;
  font-style: normal;
}
p {
  font-size: 9px;
  margin-bottom: 18px;
}

/* OUTSIED BORDER */
#border #top {
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #536266;
  clip: rect(0px auto auto 380px);
  font-size: 0;
}
#border #left {
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #536266;
  clip: rect(240px auto auto 0px);
}

/* LOGO */
#logo {
  width: 310px;
  height: 55px;
  position: absolute;
  left: 33px;
  top: 11px;
  z-index: 10;
}

/* NAVIGATION LEFT */
#nav_left {
  position: absolute;
  left: 14px;
  top: 236px;
  font-weight: bold;
  line-height: 15px;
}
#nav_left a {
  padding-left: 7px;
  background: url(img/menuBullet.png) no-repeat 0px 50%;
  display: block;
}

/* NAVIGATION TOP */
#nav_top {
  position: absolute;
  left: 380px;
  top: 8px;
  font-weight: bold;
  height: 28px;
  line-height: 15px;
}
#nav_top a {
  float: left;
  display: block;
  width: 156px;
  border-left: 1px solid #536266;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 1px;
}

/* CONTENT BOX */
#contentBox {
  width: 692px;
 /* min-height: 430px; */
  position: absolute;
  left: 157px;
  top: 126px;
  border: 1px solid #FDFCF9;
}
#content {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  padding: 30px;
  width: 630px;
}
#contentBox #cornerTop {
  width: 187px;
  height 32px;
  position: absolute;
  left: -8px;
  top: -8px;
}
#contentBox #cornerBottom {
  width: 158px;
  height 115px;
  position: absolute;
  right: -8px;
  bottom: -8px;
}
#startseite #contentBox, #news #contentBox, #agentur #contentBox, #impressum #contentBox  {
  border-top: 1px solid #536266;
  border-right: 1px solid #536266;
}
#schauspielerrinnen #contentBox, #schauspieler #contentBox  {
  border-bottom: 1px solid #536266;
  border-left: 1px solid #536266;
}
#startseite #contentBox #borderLeft {
  width: 40px;
  height: 92px;
  position: absolute;
  left: -42px;
  top: 24px;
  border: 1px solid #FDFCF9;
  border-right: 1px solid #536266;
  border-bottom: 1px solid #536266;
}
#news #contentBox #borderLeft {
  width: 40px;
  height: 107px;
  position: absolute;
  left: -42px;
  top: 24px;
  border: 1px solid #FDFCF9;
  border-right: 1px solid #536266;
  border-bottom: 1px solid #536266;
}
#agentur #contentBox #borderLeft {
  width: 40px;
  height: 122px;
  position: absolute;
  left: -42px;
  top: 24px;
  border: 1px solid #FDFCF9;
  border-right: 1px solid #536266;
  border-bottom: 1px solid #536266;
}
#impressum #contentBox #borderLeft {
  width: 40px;
  height: 137px;
  position: absolute;
  left: -42px;
  top: 24px;
  border: 1px solid #FDFCF9;
  border-right: 1px solid #536266;
  border-bottom: 1px solid #536266;
}
#schauspielerrinnen #contentBox #borderTop {
  width: 42px;
  height: 90px;
  position: absolute;
  left: 179px;
  top: -92px;
  border: 1px solid #FDFCF9;
  border-right: 1px solid #536266;
  border-bottom: 1px solid #536266;
}
#schauspieler #contentBox #borderTop {
  width: 199px;
  height: 90px;
  position: absolute;
  left: 179px;
  top: -92px;
  border: 1px solid #FDFCF9;
  border-right: 1px solid #536266;
  border-bottom: 1px solid #536266;
}

/* ACTIV HYPERLINKS */
#startseite a#link1 { color: #D4CA9A; }
#news a#link2 { color: #D4CA9A; }
#agentur a#link3 { color: #D4CA9A; }
#impressum a#link4 { color: #D4CA9A; }
#schauspielerrinnen a#button1 { color: #D4CA9A; }
#schauspieler a#button2 { color: #D4CA9A; }

/* GALERIE TABLE */
table#galerie td.name {
  width: 190px;
  height: 100px;
  vertical-align: top;
}
table#galerie td.name a:hover, table#galerie td.name a.active {
  color: #536266;
  font-weight: bold;
}
table#galerie td.thumb {
  width: 100px;
  height: 100px;
/*  background: url(img/galerieThumb.png) no-repeat 3px 3px; */
  vertical-align: top;
}
table#galerie td.thumb a {
  display: block;
  width: 86px;
  height: 86px;
}
table#galerie td.thumb a:hover, table#galerie td.thumb a.active {
  background: #D4CA9A;
}
table#galerie td.thumb img {
  width: 78px;
  height: 78px;
  margin: 3px;
  border: 1px solid #536266;
}

/* NEWS */
div.news img {
  width: 78px;
  height: 78px;
  margin: 3px;
  border: 1px solid #536266;
}
div.news {
  clear: both;
}
div.news a {
  display: block;
  width: 86px;
  height: 86px;
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
}
div.news a:hover {
  background: #D4CA9A;
}

