/*
 * Main stylesheet for http://kuechenlabor.de
 * Author: Domingo Stephan
 *
 */

body {
  font-family: "Liberation Serif", times, serif;
}

a {
  color: #000;
}

#nav p a {
  text-decoration: none;
}

p a:hover {
  border-bottom: 1px dashed #777;
}

img {
  border: none;
}

div#front {
  position: relative;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: 15px;
  background-color: #fff;
  z-index: 1;
}

#front.black {
  background-color: #000;
  border-color: #000;
  border-width: 3px;
  border-style: solid;
}

div#caption {
  padding-left: 50px;
  padding-right: 50px;
  width: auto;
  text-align: center;
}

div#main {
  background-image: url(img/frame_topleft.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: auto;
  position: relative;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 700px;
}

div#content {
  background-image: url(img/kuechenlabor_head.gif);
  background-position: top right;
  background-repeat: no-repeat;
  width: auto;
  position: relative;
  margin-left: 200px;
  padding-top: 180px;
  padding-right: 50px;
}

div#nav {
  position: absolute;
  left: 0px;
  top: 310px;
  width: 160px;
  text-align: right;
}

*.debug {
  border-style: dashed;
  border-color: red;
  border-width: 1px;
}
