@charset "utf-8";
/*==============================================================================
Project:       vogel-bau.de
Media:         screen (all W3C compatible Browsers)
CSS-Version:   2.00
last modified: 2011-09-05
==============================================================================*/
/*============================================================================*/
/*general tags definition*/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  direction: ltr;
  background-color: #fff;
  color: #000;
}
h1 {
  font-size: 16px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: bold;
}
h2 {
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: bold;
}
h3 {
  font-size: 12px;
  margin: 6px 0 12px 0;
  padding: 0;
  font-weight: bold;
}
p {
  margin: 0 0 12px 0;
  padding: 0;
}
img {
  border: none;
}
a {
  color: #000;
}
a:visited {
  color: #444;
}
address {
  font-style: normal;
}
th {
  text-align: left;
}
ul {
  list-style: square inside;
  padding-left: 0;
}
/*============================================================================*/
/*Website Structure*/
#zero-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 275px;
  background-image: url(../media/body-bgrd.png);
  background-position: top;
  background-repeat: repeat-x;
  z-index: 0;
}
#main-out {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#main-in {
  width: 977px;
  margin: 0 auto;
  /*background-image: url(../media/body-bgrd.png);
  background-position: 189px 0;
  background-repeat: repeat-x;*/
}
#right {
  float: right;
  width: 785px;
}
#top {
  width: 100%;
  height: 120px;
  text-align: right;
}
/*--------------------------------------------------------------top navigation*/
#top-nav {
  width: 100%;
  background-color: #F2F2F2;
  color: #000;
  text-align: right;
  font-size: 10px;
  height: 16px;
  padding-top: 3px;
}
#top-nav ul {
  margin: 0 4px 0 0;
  padding: 0;
  list-style: none;
}
#top-nav li {
  float: right;
}
#top-nav a {
  color: #000;
  text-decoration: none;
}
#top-nav a:visited {
  color: #444;
}
#top-nav a:hover {
  text-decoration: underline;
}
/*-------------------------------------------------------horizontal navigation*/
#horizontal-nav {
  width: 100%;
  background-color: #A8A8A8;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
}
#horizontal-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#horizontal-nav li {
  float: left;
}
#horizontal-nav a {
  display: block;
  height: 19px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 15px 0 15px;
  border-right: 3px solid #F2F2F2;
}
#horizontal-nav a:visited {
  color: #444;
}
#horizontal-nav a:hover {
  text-decoration: underline;
}
/*-----------------------------------------------------------------search form*/
.Suchformular {
  margin-top: 50px;
}
.SearchInput {
  height: 18px;
  border: 1px solid #A8A8A8;
  font-size: 12px;
  float: right;
  color: #999;
}
.SearchSubmit {
  height: 22px;
  font-size: 14px;
  font-weight: bold;
  background-color: #A8A8A8;
  border: 1px solid #A8A8A8;
  margin-left: 1px;
  cursor: pointer;
  float: right;
}
.Pagination {
  text-align: right;
  clear: both;
}
/*----------------------------------------------------------------------------*/
.Hauptbild {
  width: 785px;
  height: 218px;
  overflow: hidden;
}
#breadcrumb {
  margin-top: 4px;
  font-size: 11px;
  width: 100%;
}
/*----------------------------------------------------------------main content*/
#main-content-home, #mainContentLarge {
  float: left;
  margin-top: 13px;
  padding: 0;
}
#main-content-home {
  width: 549px;
}
#mainContentLarge {
  width: 785px;
}
/*-----------------------------------------------------------------news column*/
#news-column {
  float: right;
  width: 224px;
  margin-top: 6px;
}
#news-column h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#news-column h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 8px 0 2px 0;
  padding: 0 0 0 14px;
  border-top: 1px solid #A8A8A8;
  background-image: url(../media/bulletin.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#news-column p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
#left {
  float: left;
  width: 189px;
  border-right: 3px solid #fff;
  background-color: #fff;
  overflow: hidden;
}
div#news-column ul.pdf-dl-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
div#news-column ul.pdf-dl-list li {
  padding: 2px 0 2px 14px;
  background: #fff url(../media/pdf-icon.png) 0 3px no-repeat;
  border-bottom: 1px dotted #ddd;
}
div#news-column ul.pdf-dl-list li:hover {
  background-color: #ddd;
}
div#news-column ul.pdf-dl-list li a {
  text-decoration: none;
}
div#news-column ul.pdf-dl-list li a:hover {
  text-decoration: underline;
}
/*---------------------------------------------------------vertical navigation*/
/*vertical-nav2 is the style for subpages*/
#vertical-nav {
    border-top: 1px solid #E5E5E5;
}
#vertical-nav, #vertical-nav2 {
  margin-top: 1px;
  margin-bottom: 22px;
}
#vertical-nav ul, #vertical-nav2 ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
#vertical-nav a, #vertical-nav2 a, #vertical-nav3 a {
  display: block;
  /*height: 19px;*/
  color: #000;
  text-decoration: none;
  font-size: 12px;
  padding-top: 3px;
  padding-right: 12px;
  padding-bottom: 3px;/* 0 */
  border-bottom: 1px solid #E5E5E5;
}
#vertical-nav a, #vertical-nav2 a {
  font-weight: bold;
  padding-left: 12px;
}
#vertical-nav3 a {
  padding-left: 24px;
  font-weight: normal;
}
#vertical-nav a:visited, #vertical-nav2 a:visited {
  color: #444;
}
#vertical-nav a:hover {
  background-color: #A8A8A8;
}
#vertical-nav2 a:hover {
  background-color: #F2F2F2;
}
.current-nav {
  background-color: #F2F2F2;
}
#main-cat {
  background-color: #A8A8A8;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 12px;
  border-bottom: 1px solid #E5E5E5;
}
/*----------------------------------------------------------------------------*/
#bottom {
  clear: both;
  text-align: right;
  padding-top: 24px;
  font-size: 10px;
  color: #A8A8A8;
}
/*============================================================================*/
/*Class Library*/
.grauer-Kasten2 {
    height: 154px;
}
.grauer-Kasten3 {
    height: 320px;
}
.grauer-Kasten2, .grauer-Kasten3 {
  float: left;
  margin-left: 13px;
  margin-bottom: 13px;
  width: 233px;
  overflow: visible;
  padding: 10px;
  background-color: #F2F2F2;
}
.grauer-Kasten2 img, .grauer-Kasten3 img {
  width: 233px;
  height: 82px;
}
.grauer-Kasten2 h3, .grauer-Kasten3 h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 8px 0 2px 0;
  padding: 0 0 0 14px;
  background-image: url(../media/bulletin.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
}
.grauer-Kasten2 p, .grauer-Kasten3 p {
  margin: 0 !important;
  padding: 0 !important;
}
.Logo {
  width: 189px;
  height: 120px;
}
.reBild {
  float: right;
  margin: 0 0 6px 12px;
}
.liBild {
  float: left;
  margin: 0 12px 6px 0;
}
.SubListeSitemap {
    margin-left: 16px;
    list-style-type: disc;
}
/*============================================================================*/
/*Overview References*/
.Referenz-Uebersicht {
  clear: both;
  border-bottom: 4px solid #F2F2F2;
  margin-bottom: 10px;
}
.Referenz-Uebersicht table {
  width: 439px;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.Referenz-Uebersicht tr:hover {
  background-color: #F2F2F2;
}
.Referenz-Uebersicht td {
  vertical-align: top;
  border-bottom: 1px solid #F2F2F2;
  padding: 5px 5px 2px 5px;
}
.Referenz-Uebersicht img {
  float: left;
  margin-right: 10px;
}
.Titelzeile {
  background-color: #F2F2F2;
}
.noRefImg {
  float: left;
  margin-right: 10px;
  display: block;
  width: 100px;
  height: 80px;
  text-align: center;
  text-decoration: underline;
}
/*============================================================================*/
/*Detailview References*/
.Referenz-Detail {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.Referenz-Detail td {
  vertical-align: top;
  border-bottom: 1px solid #F2F2F2;
  padding: 5px 5px 2px 5px;
}
.Tabelle2 {
  margin:10px 0;
  border-collapse: collapse;
}
.Tabelle2 td {
  padding: 1px 0;
}
.LinkZurueck {
  font-size: 11px;
  text-decoration: none;
  background-color: #F2F2F2;
  border: 1px solid #A8A8A8;
  padding: 1px 10px 1px 28px;
  background-image: url(../media/lnk-back.png);
  background-repeat: no-repeat;
  background-position: left center;
}
/*============================================================================*/
/*Edit Mode*/
.we_editmode {
  background-color: #CCFFFF;
  border: 1px solid #0099FF;
  margin-bottom: 2px;
  padding: 5px 10px;
}
/*============================================================================*/
/*Contact Form*/
#dfltForm label {
  float: left;
  width: 100px;
  display: block;
}
#Firma, #Name, #Telefon, #Email, #Nachricht {
  width: 440px;
  margin-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #A8A8A8;
  clear: right;
}
#Telefon {
  width: 200px !important;
  margin-right: 240px;
}
#submit {
  margin-right: 25px;
  margin-left: 100px;
}
.mandatory {
  font-weight: bold;
}
.error {
  color: red;
}
/*============================================================================*/
/*Devices Overview Table*/
.Geraeteliste {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.Geraeteliste tr:hover {
  background-color: #F2F2F2;
}
.Geraeteliste th {
  background-color: #F2F2F2;
}
.Geraeteliste td, .Geraeteliste th {
  vertical-align: top;
  border-bottom: 1px solid #F2F2F2;
  padding: 5px 5px 2px 5px;
}
.textRight {
  text-align: right;
}
/*============================================================================*/
/*Box @ Module Rohstoffe*/
.divGreyBorder {
  border: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding: 2px;
}
.divGreyBorder h3 {
  background-color: #f2f2f2;
  margin: 0 0 10px 0;
  padding: 2px;
}
.divGreyBorder table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.divGreyBorder td {
  vertical-align: top;
}
/*============================================================================*/
/*Gallery Chronik*/
.ChronikGalerieBox {
  background-image: url(../media/Chronik.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  border-bottom: 4px solid #f2f2f2;
  padding-bottom: 1px;
}
/*============================================================================*/
/*Misc*/
.GrauBox2 {
  background-color: #f2f2f2;
  border: 1px solid #A8A8A8;
  padding: 2px;
}
.lnkGrey {
  background-color: #f2f2f2;
  border: 1px solid #A8A8A8;
  padding: 2px;
  margin-right: 5px;
  text-decoration: none;
}
.ListeGrau {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.ListeGrau li {
  background-color: #f2f2f2;
  border: 1px solid #A8A8A8;
  padding: 2px;
  margin-bottom: 2px;
}
.ListeGrau a {
  text-decoration: none;
}
.lnkTop {
  width: 100%;
  text-align: right;
  margin: 5px 0;
  cursor: pointer;
}
