/* begin: reset (HTML5 ready) */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, figure, footer, header,
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* end: reset */

/* text-selection-style (mozilla only)  */
::-moz-selection {
  background-color: #393939;
  color: #FFF;
}
/* end: text-selection-style */


/* begin: clearing */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearall{clear:both;display:block;margin:0;padding:0;height:0;line-height:1px;font-size:1px}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,*:first-child+html .clearfix{zoom:1}
/* end: clearing */


/* begin: base */
body {
  background: #000 url(../gfx/wallpaper.jpg) no-repeat fixed top center;
  color: #565656;
  font-family: times, serif;
  font-size: 14px;
  line-height: 17px;
}

a {
  color: #c6a756;
  text-decoration: none;
}
a:focus, a:hover {
  color: #c6a756;
  text-decoration: underline;
}
a:active {
  outline: none;
}

h2 {
  text-transform: uppercase;
}
/* end: base */


/* begin: raster */
#raster {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../gfx/raster.png) repeat fixed top center;
  z-index: 1;
}
/* end: raster */


/* begin: navigation */
#navigationWrapper {
  position: absolute;
  width: 128px;
  height: 400px;
}
#navigation {
  position: fixed;
  width: 128px;
  z-index: 3;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}


#navigation a { text-decoration: none; color: #fff; text-shadow: #000 0px 0px 3px; }
#navigation a:focus, #navigation a:hover { color: #c6a756; }

#navigation .categories {
  list-style: none;
  margin-top: 10px;
}
/* end: navigation */


/* begin: content */
#wrapper {
  position: relative;
  width: 928px;
  margin: 50px auto;
  z-index: 2;
}

#container {
  position: relative;
  left: 128px;
  width: 800px;
  z-index: 3;
}

#container .box {
  position: relative;
  margin-bottom: 9px;
  background-color: #fff;
}

#container .box .content {
  padding: 40px 35px;
  color: #393939;
}
.ie6 #container .box .content {
  padding: 20px 17px;
}
/* end: content */


/* begin: footer */
#footer {
  position: relative;
  margin-top: 9px;
  border-top: 5px solid #fff;
  border-bottom: 12px solid #fff;
  height: 27px;
  background: #fff;
}
#footer a.kontakt {
  position: absolute;
  top: 10px;
  right: 35px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #565656;
}
/* end: footer */


/* begin: content home */
.home-teaser-logo {
  position: relative;
  top: 0;
  left: 0;
}
.home-teaser-headline {
  position: absolute;
  top: 42px;
  right: 37px;
}
.home-teaser-text {
  position: absolute;
  top: 170px;
  right: 35px;
  width: 425px;
}
/* end: content home */


/* begin: content raum */
#container .box .content-raum {
  height: 72px;
  padding: 20px 35px;
  color: #393939;
}
.ie6 #container .box .content-raum {
  padding: 10px 17px;
}
#container .box .content-raum-more {
  padding: 20px 35px;
  color: #393939;
}
.ie6 #container .box .content-raum-more {
  padding: 10px 17px;
}
.raum-headline {
  position: relative;
  top: 0;
  left: 0;
}
.raum-headline-text {
  position: absolute;
  top: 20px;
  right: 35px;
  width: 425px;
}
.content-raum-left {
  width: 380px;
  height: 235px;
  position: relative;
  top: 0;
  left: 0;
}
.content-raum-right {
  width: 420px;
  height: 235px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e7e5e6;
}
.content-raum-left .info {
  padding: 40px;
}
.ie6 .content-raum-left .info {
  padding: 20px;
}
.content-raum-left .info strong {
  font-size: 17px;
  font-weight: bold;
  line-height: 29px;
}
.content-raum-left .info em {
  color: #c6a756;
  font-style: normal;
}
.content-raum-right .preview {
  position: absolute;
  top: 0;
  left: 0;
}
.content-raum-right .thumbs {
  position: absolute;
  bottom: 16px;
  left: 28px;
}
.content-raum-right .thumbs .thumb {
  display: inline-block;
  width: 48px;
  height: 24px;
  border: 3px solid #fff;
  margin-right: 13px;
  background-color: #e7e5e6;
  cursor: pointer;
}
.content-raum-right .thumbs .thumb:hover {
  border-color: #c6a756;
}
/* end: content raum */

/* begin: content werkstatt */
#container .box .content-werkstatt {
  position: relative;
  padding: 20px 35px;
  color: #393939;
}
.ie6 #container .box .content-werkstatt {
  padding: 10px 17px;
}
#container .box .content-werkstatt.beta {
  padding: 26px 35px;
}
.ie6 #container .box .content-werkstatt.beta {
  padding: 13px 17px;
}
.werkstatt-headline {
  position: relative;
  top: 0;
  left: 0;
}
.werkstatt-headline-text {
  position: absolute;
  top: 20px;
  right: 35px;
  width: 425px;
}
.content-werkstatt-left {
  width: 324px;
  height: 397px;
  position: relative;
  top: 0;
  left: 0;
}
.content-werkstatt-right {
  width: 355px;
  height: 397px;
  position: absolute;
  top: 26px;
  right: 35px;
}
.content-werkstatt-right em {
  font-style: normal;
  color: #C6A756;
}
#container .box .content-werkstatt.gamma {
  padding: 0px 35px;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  color: #C6A756;
  text-align: center;
  line-height: 28px;
}
.ie6 #container .box .content-werkstatt.gamma {
  padding: 0px 17px;
}
#container .box .content-werkstatt.omega {
  padding: 0px 35px 20px 35px;
}
.ie6 #container .box .content-werkstatt.omega {
  padding: 0px 17px 10px 17px;
}
#container .box .content-werkstatt.omega .content-werkstatt-left {
  width: 335px;
  height: 265px;
  position: relative;
  top: 0;
  left: 0;
}
#container .box .content-werkstatt.omega .content-werkstatt-right {
  width: 344px;
  height: 265px;
  position: absolute;
  top: 0;
  right: 35px;
}

/* end: content werkstatt */
