﻿/*
[Contents]

    0- Global
    1- Header
    2- Headline
    3- Main Container
    4- Main
    5- Sidebar
    6- Footer
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
.global-width,
header > nav {
  margin: 0 auto;
  width: 960px;
}
/* =1 Header
---------------------------------------------------------------------------------------------------------------------*/
header {
  height: 260px;
  background-color: #006666;
}

/* Quicklink */
.quicklink {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

/* Menu */
nav {
  clear: both;
  padding-top: 5px;
  height: 22px;
  text-align: center;
}

ul.menu {
  display: inline-block;
  list-style: none;
  height: 22px;
}
ul.menu > li {
  display: inline-block;
  height: 22px;
  padding: 3px 5px;
  font-size: 14px;
  background-color: #006666;
}
ul.menu > li > a {
  color: #FFFFFF !important;
}
ul.menu > li.current {
  background-color: #FFFFFF;
  font-weight: bold;
}
ul.menu > li.current > a {
  color: #006666 !important;
}

div.spacer {
  height: 20px;
  background: -moz-linear-gradient(top,  rgba(0,102,102,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top,  rgba(0,102,102,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,102,102,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,102,102,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,102,102,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006666', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
div.spacer + h1 {
  text-align: center;
  padding: 5px 0 10px 0;
}

/* =2 headline
---------------------------------------------------------------------------------------------------------------------*/
#headline {
  margin-bottom: 20px;
}

/* =3 Main Container
---------------------------------------------------------------------------------------------------------------------*/
#main-container {
  margin-bottom: 20px;
}

/* =4 Main
---------------------------------------------------------------------------------------------------------------------*/
#main {
  position: relative;
}
#main > address {
  position: absolute;
  left: -320px;
  width: 310px;
  padding: 0;
  margin: 0;
  font-style: inherit;
}
#main.right {
  float: right;
  width: 640px;
  padding: 0 0 10px 10px;
}
#main.wide {
  margin: 0 auto;
  width: 960px;
  padding-bottom: 10px;
}

/* Block */
#main .block {
  margin-bottom: 10px;
}

#main img {
  width: 630px;
  height: auto;
  text-align: center;
}
#main > address img {
  width: 310px;
  height: auto;
  border: 10px solid #006666;
}

/* =5 Sidebar
---------------------------------------------------------------------------------------------------------------------*/
#sidebar {
  float: left;
  width: 320px;
  padding: 0 10px 10px 0;
}

/* Block */
#sidebar .block {
  margin-bottom: 30px;
}

#sidebar img {
  width: 310px;
  height: auto;
  border: 10px solid #006666;
}

  /* =6 Footer
---------------------------------------------------------------------------------------------------------------------*/
footer {
  height: 20px;
}

/* Copyright */
.copyright {
  float: right;
}

/* Copyright */
.impressum {
  float: left;
}
