* {
  margin: 0;
  padding: 0;
}
body {
  border-top: 155px solid #000;
  font-family: tahoma;
  font-size: 12px;
}
img {
  border: 0;
}
input, textarea {
  border: 1px solid #0097da;
  background: #fff;
  padding: 3px;
  font-family: Tahoma;
  font-size: 12px;
}
table {
  width: 100%;
}
td {
  font-size: 12px;
  padding: 2px;
  vertical-align: top;
}
#logo {
  position: absolute;
  top: 48px;
  left: 20px;
}
#navigation {
  position: absolute;
  top: 135px;
  left: 70px;

  color: #fff;
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
}
#subnavigation {
  position: absolute;
  top: 160px;
  left: 70px;

  color: #000;
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
}
#navigation a {
  color: #fff;
  text-decoration: none;
}
#subnavigation a {
  color: #000;
  text-decoration: none;
}
#navigation a:hover, #navigation .aktiv, #subnavigation a:hover, #subnavigation .aktiv {
  color: #0097da;
}
#content {
  position: relative;
  margin: 65px 0 0 350px;
  width: 360px;
}
#content h1 {
  font-size: 12px;
  margin: 0 0 5px 0;
}
#content p {
  margin: 0 0 10px 0;
}
#content a {
  color: #000;
  text-decoration: none;
}
#content a:hover {
  color: #0097da;
}
#contact {
  border: 1px dotted #0097da;
  width: 354px;
  margin: 0 0 20px 0;
}
#contact p {
  margin: 10px;  
}
#preview {
  position: absolute;
  top: 220px;
  left: 70px;
  width: 184px;
}
#preview img, #preview_all img {
  border: 1px solid #000;
  margin-right: 6px;
  margin-bottom: 6px;
}
#preview_all {
  position: absolute;
  top: 220px;
  left: 70px;
  height: 266px;
}
/* CSS Classes */
.fl {
  float: left;
}
.fwb {
  font-weight: bold;
}
.georgia {
  font-family: Georgia, serif;
  font-size: 12px;
}
.input {
  width: 200px;
}
.italic {
  font-style: italic;
}
.pt12 {
  padding-top: 12px;
}
.photo {
  border: 1px solid #000;
} 
.plus {
  color: #00d000;
}
.star {
  color: #0097da;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.ttuc {
  text-transform: uppercase;
}
.photobox {
  position: absolute;
  left: 500px;
  top: 0;
}
