* {
  outline: none;
}

body {
  background-color: #c7b18b;
  font: 11pt "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  height: 100%;
}

h1, h2, h3 {
  font-family: "Minion Pro", "Minion", "Times", serif;
  font-weight: normal;
  color: #fff;
  margin: 0.7em 0;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0.75em 0;
}

div#frame {
  background-image: url(images/frame.png);
  background-repeat: no-repeat;
  width: 800px;
  height: 500px;
  margin: 10% auto;
  padding: 20px 20px 40px 20px;
  position: relative;
}

div#content {
  background-color: #234;
  width: 550px;
  height: 100%;
  float: left;
}

div#content > div {
  width: 100%;
  height: 100%;
}

div#video-big {
  background-image: url(images/video_big.png);
  background-repeat: no-repeat;
  margin: 100px auto;
  width: 550px;
  padding: 20px 20px 20px 20px;
}

div#video-huge {
  background-image: url(images/video_huge.png);
  background-repeat: no-repeat;
  margin: 100px auto;
  width: 640px;
  padding: 20px 20px 20px 20px;
}

div#video-small {
  background-image: url(images/video_small.png);
  background-repeat: no-repeat;
  margin: 100px auto;
  width: 355px;
  padding: 20px 20px 20px 20px;
}

div#video-all {
  background-image: url(images/video_all.png);
  background-repeat: no-repeat;
  margin: 50px auto;
  width: 550px;
  height: 570px;
  padding: 20px 20px 20px 20px;
}

div#video-all img {
  border: 1px solid #ddd;
}

div#video-all img:hover {
  border: 1px solid white;
}

div#video-big p,
div#video-huge p,
div#video-small p,
div#video-all p {
  padding: 4em 0 0 0;
  text-align: center;  
  font-size: 0.75em;
}

div#video-big a, 
div#video-huge a, 
div#video-small a,
div#video-all a {
  color: #5b423b;
}

#navi {
  background-image: url(images/navi.png);
  background-repeat: no-repeat;
  background-color: #fff;
  color: #000;
  width: 210px;
  height: 460px;
  padding: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

#navi a {
  color: #2c1e16;
}

#navi h1 {
  text-indent: -3000px;
  margin-top: 275px;
  height: 1px;
}

#navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navi li {
  margin-bottom: 3px;
}

#navi .vhs {
  margin-top: 1em;
}

#footer {
  width: 800px;
  color: #5b423b;
  float: left;
  font-size: 7pt;
  margin: 10px 0;
}

#footer a {
  color: #5b423b;
}

div#content div.text {
  background: url(images/text-back-1.png) repeat-y top left;
  color: #ffeecc;
  font-size: 9pt;
  padding: 15px 30px;
  position: relative;
  width: 490px;
  
  top: 300px;
  height: 170px;	    
}

div#content.about div.text {
  top: 180px;
  height: 290px;
}

div#content.tech div.text {
  top: 270px;
  height: 200px;
}

div#content.imprint div.text {
  top: 0px;
  height: 470px;
}

div#content.prices div.text {
  top: 210px;
  height: 260px;
}

div#content.digi div.text {
  top: 140px;
  height: 330px;
}

div#content.prices table {
  border: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
}

div#content.prices table td {
  margin: 0;
  padding: 0;
  border: none;
}

div#content.prices table td.price {
  width: 20%;
  font-weight: bold;
}

div#content.contact div.text {
  top: 0px;
  height: 470px;
}

div#content.contact label {
  display: block;
  width: 15em;
  float: left;
  clear: both;
  padding: 0;
  margin: 0;
}

div#content.contact ul {
  margin: 0;
  list-style-type: none;
}

div#content.contact label.small-label {
  display: inline;
  float: none;
  clear: none;
  margin-right: 1em;
}

div#content input[type=text], div#content textarea {
  width: 16em;
  background-color: #ccc;
  border: none;
  padding: 2px;
  margin: 2px 0;
}

div#content textarea.small {
  height: 25px;
}

div#content input[type=text]:focus, div#content textarea:focus,
div#content input[type=text]:hover, div#content textarea:hover {
  background-color: #eee;
}

div#content label:hover {
  color: #fff;
}

div#content textarea {
  height: 80px;
  width: 16em;
}

div.half {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
}

.clearfix {
  clear: both;
  width: 100%;
}

ul {
  padding-left: 1.5em;
}

