/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */


body {
  font-family:"Seagull", "Maiandra GD", "Homenaje",  "Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;
  color: #868044;
  max-width: 800px;
  margin: auto;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;
}

#main {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  height: 560px;
  overflow: auto;
}

.zentriert {
  margin: 0 auto;
}

#contact {
  margin: 0.5em 0 0 0;
  text-align: right;
  font-family: "Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;
}

#contact li {
  display: inline;
  margin: 0 0 0 10px;
}

#contact a {
  font-weight: normal;
}

.small {
  font-size: 70%;
  line-height: 1em;
}

.medium {
  font-size: 90%;
  line-height: 1.3em;
}


h1,h2,h3,h4,h5,h6 {
  color: #868044;
  font-weight: normal;
  margin: 1em auto;
}

a:link, a:visited {
  color: #868044;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #969480;
  font-weight: bold;
}

.menu a.active {
  color: #7e7a5d;
  text-decoration: none;
  font-weight: bold;
}

#links li {
  list-style-type: none;
}

#links li a:hover {
  background-image: url("../images/underline-left.png");
  background-repeat: no-repeat;
  padding-top: 10px;
}

#links ul {
  margin-left: 0;
  padding-left: 0;
  line-height: 1.5em;
}

nav li {
  list-style-type: none;
}

.right {
  text-align: right;
}

#head {
  height: 80px;
  background-image: url(../images/wippdrehbank/underline.png);
  background-repeat: no-repeat;
}

h1 {
  margin-top: 0.5em;
  text-align: left;
}

nav {
  float: left;
  width: 170px;
  padding: 0 5px;
  margin-top: 0;
}

nav li.topmenu {
  float: none;
}

.topmenu a {
  text-align:left;
}

.topmenu a:hover, .submenu a:hover {
  color: #aaa945;
}

.submenu  {
  padding-left: 1em;
}


h2 {
  text-align: left;
  margin-top: 0;
}

#foto {
  position: relative;
}

.foto {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 360px;
  padding-bottom: 1em;
}

#thumbs {
  width: 130px;
  float: right;
  margin-left: 490px;
}

#hobelwippdrehbank img {
  width: 480px;
  height: auto;
}



