@import url(reset.css);

/***************
 * red: #990000
 * grey: #CBD2D3
 ***************/

/* global */

html {
  height: 100.1%;
  font-size: 16px
}

body {
  font-size: 0.8em;
  font-family: "DejaVu Sans", verdana, helvetica, arial, sans-serif;
  color: #000000;
  background-color: #CBD2D3;
  line-height: 1.8667em
}

h2 {
  margin: 0 0 1em 0;
  color: #8D9C9F;
  font-size: 1.6em;
  font-weight: normal
}

h3 {
  margin: 0 0 0.5em 0;
  color: #8D9C9F;
  font-size: 1.4em;
  font-weight: normal
}

p {
  margin: 0 0 1em 0
}

a {
  color: #990000;
  text-decoration: underline
}

a:hover {
  color: #990000;
  text-decoration: none
}

label,
input[type=button], input[type=submit], input[type=reset],
button {
  cursor: pointer
}

strong {
  font-weight: bold
}

small {
  font-size: 0.85em
}

/* containers */

#container {
  margin: 2em auto 0 auto;
  width: 970px;
  background: #FFFFFF url(bg_left.jpg) repeat-y 0 0
}

#head {
  height: 221px;
  background: #FFFFFF url(header.jpg) no-repeat 0 0;
  position: relative
}

#content {
  float: right;
  margin: 5px 0 0 0;
  padding:  0 230px 0 0;
  width: 520px;
  min-height: 390px;
  background: #FFFFFF url(bg.jpg) no-repeat right 35px
}

* html #content {
  height: 390px
}

#footer {
  clear: both;
  border-top: 3px solid #FFFFFF;
  border-bottom: 17px solid #FFFFFF;
  background: #FFFFFF url(bg_footer.jpg) repeat-y 0 0;
}

/* head */

h1 {
  padding: 25px 0 0 15px
}

h1 a {
  display: block;
  width: 450px;
  height: 40px;
  text-indent: -3000em
}

#lang {
  position: absolute;
  right: 6px;
  top: 200px
}

#lang a {
  display: block;
  margin-right: 10px;
  float: left;
  width: 22px;
  height: 15px
}

#lang a#lang-en {
  background: #FFFFFF url(en.gif) no-repeat;
}

#lang a#lang-de {
  background: #FFFFFF url(de.gif) no-repeat;
}

#lang a span {
  display: block;
  height: 0;
  text-indent: -3000em
}

/* navigation*/

ul#nav {
  float: left;
  padding-left: 17px;
  width: 165px;
  font-size: 0.85em;
  border-bottom: 1px solid #FFFFFF
}

ul#nav li {
  border-top: 1px solid #FFFFFF;

}

ul#nav li a {
  display: block;
  height: 1%;
  padding: 10px 10px;
  background: #CBD2D3;
  color: #000000;
  text-decoration: none;
  line-height: 130%
}

ul#nav li a:hover,
ul#nav li.active a {
  background: #990000;
  color: #FFFFFF
}

ul#nav li.active ul a {
  background: #CBD2D3;
  color: #000000
}

ul#nav li ul li a:hover {
  background: #990000;
  color: #FFFFFF
}

ul#nav ul li {
  border: none
}

ul#nav ul li a {
  padding: 5px 10px 5px 20px
}

/* footer */

#footer span {
  margin: 0 0 0 250px;
  color: #FFFFFF;
  font-size: 0.85em
}

#footer span a {
  color: #FFFFFF;
  text-decoration: none
}

/* content */

#content ul {
  margin: 0 0 1em 1.2em;
  list-style: disc
}

#content ul li ul {
  margin-bottom: 0
}

/* products */

#content dt {
  clear: both;
  margin: 0 0 0.5em 0;
}

#content dt a {
  color: #8D9C9F;
  font-size: 1.4em;
  font-weight: normal
}

#content dd {
  margin: 0 0 1em 2em
}

#content dd:after {
  content: "";
  display: block;
  height: 0;
  clear: both
}

#content dd a img {
  float: left;
  margin-right: 1em
}

#content a.more {
  float: right
}

/* Ansprechpartner */

#ansprech #content dt {
  color: #8D9C9F;
  font-size: 1.4em;
  font-weight: normal
}

#ansprech #content dd {
  margin: 0 0 1em 0
}

#ansprech #content dd img {
  float: left;
  margin-right: 1em
}

/* Image-Zoom */

div.imgzoom {
  line-height: 0;
  font-size: 0;
  z-index: 10;
  border: 5px solid #fff;
  margin: -5px;
}

div.imgzoom a {
  background: url(imgzoom-close.png) no-repeat;
  display: block;
  width: 44px;
  height: 45px;
  position: absolute;
  top: -22px;
  right: -22px;
  text-decoration: none;
  text-indent: -100000px;
  outline: 0;
  z-index: 11;
}

div.imgzoom a:hover {
  background-position: left -45px;
}

div.imgzoom img, 
div.imgzoom embed, 
div.imgzoom object, 
div.imgzoom div {
  width: 100%;
  height: 100%;
}