/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/


/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #fff url(../bilder/back_body.gif) left top repeat-X;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #000;
  text-align: left;
}

ul, li {
  padding: 0;
  margin: 0;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}


/*----------------------------------------------------------------*/
/* h1 und co */
/*----------------------------------------------------------------*/
p {
  line-height: 1.5em;
  margin: 0 0 1.0em 0;
}

a {
  color: #1196A9;
}

h1 {
  color: #1196A9;
  margin-top: 1.0em;
  margin-bottom: 1.5em;
  font-size: 1.6em;
}

h2 {
  color: #1196A9;
  margin-top: 2.0em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

h3 {
  color: #666;
  margin-top: 1.0em;
  font-size: 1.1em;
}

ol li, #inhalt ul li {
  margin-left: 23px;
  margin-bottom: 0.5em;
}

ol, ul {
  margin-bottom: 1.0em;
}

ol ul, ol ol {
  margin-top: 1.0em;
}
ol ol {
  list-style-type: lower-alpha;
}

h2 a {
  color: #666;
  text-decoration: none;
}

h1.dropdown a {
  text-decoration: none;
  color: #1196A9;
  background: transparent url(../bilder/ico_enlarge_gruen.gif) right center no-repeat;
  padding-right: 16px;
}

/*----------------------------------------------------------------*/
/* pseudoklassen */
/*----------------------------------------------------------------*/
.clear {
  clear: both;
}

.versteckt, .no_screen {
  display: none;
}


/*----------------------------------------------------------------*/
/* divs */
/*----------------------------------------------------------------*/
#wrap {
  margin: 0 auto;
  width: 780px;
  font-size: 1.0em;
  padding-top: 25px;
}

#header img {
  float: left;
  display: inline;
}


/*----------------------------------------------------------------*/
/* headernavi */
/*----------------------------------------------------------------*/
#header ul, #header li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header li {
  float: right;
  display: inline;
}

#header a {
  color: #777;
  text-decoration: none;
  margin-left: 1.0em;
  font-size: 0.9em;
}


/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu2 {
  float:left;
  width:100%;
  font-size: 1.1em;
  background: #D1D1D1 url(../bilder/back_topnavi.gif) left top repeat-x; 
  border-left: 1px solid #fff;
}

.menu2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu2 ul li {
  float: left;
  position: relative;
}

.menu2 ul li.group {
  display: block;
  text-indent: 10px;
  background: #666;
  color: #ff0;
  width: 152px;
  padding: 4px 0;
}

.menu2 ul li a, .menu2 ul li a:visited {
  float: left;
  display: block;
  text-decoration: none;
  color: #444;
  padding: 0px 16px;
  line-height: 30px;
  height: 31px;
  border-right: 1px solid #fff;
}

.menu2 ul li:hover {
  width: auto;
}

.menu2 ul li a:hover {
  background: #6CB2BD url(../bilder/back_topnavi_over.gif) left top repeat-X;
  color: #fff;
}

.menu2 ul li:hover a {
  background: #6CB2BD url(../bilder/back_topnavi_over.gif) left top repeat-X;
  color: #fff;
}

.menu2 ul li ul {
  display: none;
}

.menu2 table {
  margin: 0;
  border-collapse: collapse;
  position: absolute;
  top: 0;
  left: 0;
}

/* specific to non IE browsers */
.menu2 ul li:hover ul {
  display: block;
  position: absolute;
  top: 29px;
  background: #aaa;
  margin-top: 1px;
  left: 0;
  width: 182px;
}

.menu2 ul li:hover ul.scroller {
  height: 138px;
  width: 172px;
  overflow: auto;
}

.menu2 ul li:hover ul.endstop {
  left: -90px;
}

.menu2 ul li:hover ul li ul {
  display: none;
}

.menu2 ul li:hover ul li a {
  display: block;
  background: #D1D1D1;
  color: #444;
  height: auto;
  line-height: 15px;
  padding: 4px 16px;
  width: 150px;
  border: 0;
  border-bottom: 1px solid #fff;
}

.menu2 ul li:hover ul li a.drop {
  background: #6CB2BD;
}

.menu2 ul li:hover ul li a:hover {
  color: #fff;
  background: #6CB2BD;
}

.menu2 ul li:hover ul li a:hover.drop {
  background: #6CB2BD;
  color: #ff0;
}

.menu2 ul li:hover ul li:hover ul {
  display: block;
  position: absolute;
  left: 153px;
  top: -70px;
  color: #000;
  left: 152px;
  height: 138px;
  width: 172px;
  overflow: auto;
  background: #888;
}

.menu2 ul li:hover ul li:hover ul li a {
  background: #888;
}

.menu2 ul li:hover ul li:hover ul li.group {
  width: 152px;
  padding: 5px 0;
}

.menu2 ul li:hover ul li:hover ul.left {
  left: -172px;
}

.menu2 ul li:hover ul li:hover ul li a:hover {
  background: #666;
  color: #0ff;
}



/* specific to IE5.5 and IE6 browsers */
.menu2 ul li a:hover ul {
  display: block;
  position: absolute;
  top: 30px;
  t\op: 29px;
  background: #D1D1D1;
  left: 0;
  marg\in-top: 1px;
}

.menu2 ul li a:hover ul.scroller {
  height: 138px;
  overflow: auto;
}

.menu2 ul li a:hover ul.endstop {
  left: -90px;
}

.menu2 ul li a:hover ul li a {
  display: block;
  color: #444;
  height: 1px;
  line-height: 15px;
  padding: 4px 16px;
  width: 182px;
  w\idth: 150px;
  border-bottom: 1px solid #fff;
}

.menu2 ul li a:hover ul li a.drop {
  background: #888;
  padding-bottom: 5px;
}

.menu2 ul li a:hover ul li a ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}

.menu2 ul li a:hover ul li a:hover {
  color: #fff;
  background: #6CB2BD;
}

.menu2 ul li a:hover ul li a:hover.drop {
  background: #6CB2BD;
  color: #fff;
}

.menu2 ul li a:hover ul li a:hover ul {
  visibility: visible;
  position: absolute;
  top: -69px;
  t\op: -70px;
  color: #000;
  left: 152px;
  height: 138px;
  width: 170px;
  overflow: auto;
  background: #888;
}

.menu2 ul li a:hover ul li a:hover ul.left {
  left: -170px;
}

.menu2 ul li a:hover ul li a:hover ul li a:hover {
  background: #666;
  color: #0ff;
}


.left {clear:both;}


/*----------------------------------------------------------------*/
/* inhalt */
/*----------------------------------------------------------------*/
#content {
  clear: both;
}

#spalte0 {
  margin-left: 1px;
  width: 160px;
  float: left;
  display: inline;
}

#inhalt {
  margin-left: 180px;
  width: 597px;
}

#spalte0, #inhalt {
  padding-top: 34px;
}


/*----------------------------------------------------------------*/
/* subnavi */
/*----------------------------------------------------------------*/
#spalte0 ul, #spalte0 li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#spalte0 ul li a {
  width: 140px;
  padding: 4px 10px;
  display: block;
  border-bottom: 1px solid #fff;
  background: #D1D1D1;
  color: #444;
  text-decoration: none;
}

#spalte0 ul li a:hover, #spalte0 ul li.selected a, #spalte0 ul li.selected ul li.selected a {
  color: #fff;
  background: #6CB2BD;
}

#spalte0 a:hover {
  text-decoration: underline;
}

#spalte0 ul li.selected ul li a {
  width: 130px;
  padding: 4px 10px;
  padding-left: 20px;
  background: #eee;
  color: #444;
}


/*----------------------------------------------------------------*/
/* subnavi */
/*----------------------------------------------------------------*/
#breadcrumb {
  font-size: 0.8em;
  color: #777;
}

#breadcrumb a {
  color: #777;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
}


/*----------------------------------------------------------------*/
/* dropdownmenu */
/*----------------------------------------------------------------*/
#dropmenudiv {
  position: absolute;
  border: 1px solid #1196A9;
  border-bottom-width: 0;
  line-height: 18px;
  z-index: 100;
  width: 320px;
  -moz-opacity: 0.95;
  filter: Alpha(opacity=95);
  background: #fff;
  top: 0;
  left: 0;
}

#dropmenudiv a {
  width: 300px;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #1196A9;
  padding: 0.3em 10px;
  text-decoration: none;
  font-weight: normal;
  color: #000;
  text-align: right;
  font-size: 1.1em;
}

#dropmenudiv a:hover {
  background: #1196A9;
  color: #fff; 
}


/*----------------------------------------------------------------*/
/* startseite */
/*----------------------------------------------------------------*/
#home {
  padding-top: 20px;
}

#teaser {
  background: #1196A9 url(../bilder/back_teaser.jpg) left top no-repeat;
  height: 147px;
  padding: 20px 10px;
  color: #fff;
  margin-bottom: 1.0em;
}

#teaser p {
  margin: 0;
}

#teaser h1 {
  color: #fff;
  margin: 0;
  font-size: 1.8em;
  font-weight: normal;
  margin-bottom: 100px;
}

#teaser a {
  color: #fff;
  font-size: 1.2em;
  margin-right: 1.1em;
}

#home0 {
  float: left;
  display: inline;
  width: 507px;
}


#home0 dl {
  border: 1px solid #eee;
  border-left: 0;
  width: 167px;
  float: left;
  display: inline;
  cursor: pointer;
}

#home0 dl dd a {
  color: #000;
  text-decoration: none;
}

#home0 dl:hover dd, #home0 dl:hover dd a {
  text-decoration: underline;
}

#home0 dl.first {
  border-left: 1px solid #eee;
}

#home0 dl.reihe1 {
  border-bottom: 0;
}

#home0 dl dt {
  width: 167px;
  text-align: center;
  padding: 10px 0;
  height: 159px;
  overflow: hidden;
}

#home0 dl dd {
  text-align: center;
  background: #eee;
  padding: 3px 0;
}


#home1 ul, #home1 li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#home1 {
  float: right;
  display: inline;
  width: 262px;
}

#home1 ul {
  border-top: 1px solid #eee;
}

#home1 li {
  border: 1px solid #eee;
  border-top: 0;
}

#home1 li a {
  width: 240px;
  display: block;
  padding: 6px 10px;
}

#home1 li a:hover {
  background: #1196A9;
  color: #fff;
}


/*----------------------------------------------------------------*/
/* maschinen */
/*----------------------------------------------------------------*/
.maschinen_uebersicht {
  clear: right;
  margin-bottom: 3.0em;
  border: 4px solid #eee;
  padding: 10px;
  min-height: 150px;
}

.maschinen_uebersicht dt {
  float: right;
  width: 150px;
  height: 150px;
  text-align: center;
}

.maschinen_uebersicht h2 {
  margin-top: 0;
  margin-bottom: 1.0em;
}

.maschine_bild {
  text-align: center;
  border: 4px solid #eee;
  padding: 10px;
}

h2.unterpunkte_links {
  margin-bottom: 0.1em;
}

h2.unterpunkte_links a {
  text-decoration: underline;
}

.unterpunkte_links a {
  margin-right: 0.5em;
}


/*----------------------------------------------------------------*/
/* footer */
/*----------------------------------------------------------------*/
#footer {
  margin-top: 2.0em;
  background: #D1D1D1 url(../bilder/back_topnavi.gif) left top repeat-x; 
  min-height: 100px;
  color: #777;
  padding-top: 1.0em;
}

#footercontent {
  margin: 0 auto;
  width: 780px;
}

#footer0 {
  float: left;
  display: inline;
  width: 360px;
}

#footer1 {
  float: right;
  display: inline;
  width: 360px;
  text-align: right;
}

#footer1 p {
  text-align: right;
}

#footer0 p, #footer0 p a, #footer1 p, #footer1 p a {
  color: #777;
}

#footer1 p a:hvoer {
  color: #000;
}


/*----------------------------------------------------------------*/
/* technische daten */
/*----------------------------------------------------------------*/
table.td {
  width: 100%;
  border-top: 4px solid #eee;
  border-bottom: 3px solid #eee;
}

table.td td {
  vertical-align: top;
  border-top: 1px solid #eee;
  padding: 0.5em 0.2em;
}

table.td .spalte0 {
  width: 40%;
}

table.td .spalte1, table.td .spalte2 {
  width: 30%;
  text-align: right;
}


/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
span.cx_pflicht {
  color: #FE0000;
  font-weight: bold;
  font-size: 1.4em;
}

input.cx_pflicht, textarea.cx_pflicht {
  background: #FF6D6E;
  color: #fff;
}

.cx_error {
  border: 1px solid #FE0000;
  color: #fff;
  background: #FF6D6E;
  padding: 0.5em;
}

table.kontaktformular {
  margin: 2.0em 0em;
}

table.kontaktformular .spalte-1, table.kontaktformular .spalte-2 {
  vertical-align: top;
  padding-bottom: 0.3em;
}

table.kontaktformular .spalte-1 {
  width: 150px;
}

table.kontaktformular .spalte-2 input, table.kontaktformular .spalte-2 textarea, table.kontaktformular .spalte-2 select, .submit {
  padding: 0.1em;
}

table.kontaktformular .spalte-2 input.default, table.kontaktformular .spalte-2 textarea {
  width: 300px;
}

.submit {
  text-align: center;
}

p.kontaktformular {
  text-align: center;
}


#map {
  background: #eee url(../bilder/loading_big.gif) center center no-repeat;
  height: 400px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.hinweis {
  padding: 0.5em;
  background: #eee;
  border: 1px solid #ccc;
}