
/* --->>> FARBEN <<<--- */

/*
  Hellgrün: #D2EFB8 / Mittelgrün: #C2E9A0 / Titelgrün: #009999
  Hellblau: #B8E4EF / Mittelblau: #A0DAE9 / Titelblau: #00299C
*/

/* --->>> GLOBAL RESET <<<--- */

* {
  margin: 0;
  padding: 0;
}


/* --->>> STRUKTUR <<<--- */

body, html {
  height: 100%;
}

body {
  background: #C2E9A0 url(../images/bg_header.jpg) repeat-x 0 20px;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

#container {
  background: url(../images/bg_navbar.jpg) repeat-y;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 900px;
  position: relative; top: 0; left: 33px;
}

#left {
  background: url(../images/bg_navbar_foto.jpg) no-repeat;
  height: 700px;
  position: absolute; top: 0; left: 0;
  width: 266px;
}

#right {
  margin-left: 285px;
  width: 612px;
}

#header {
  height: 140px;
  width: 100%;
}

#print_logo { /* wird nur für den Druck verwendet */
  display: none;
}

#breadcrumb {
  font-size: 80%;
  width: 100%;
  height: 30px;
  padding-left: 4px;
}

#content {
  padding: 0 30px 50px 80px;
}

div#home_leutert {
  width: 220px;
  float: left;
  padding-top: 40px;
}

div#home_wireshark {
  width: 220px;
  float: right;
  padding-top: 40px;
}

/* --->>> ALLGEMEINE ATTRIBUTE <<<--- */

p {
  padding: 20px 0 0 0;
  text-align: justify;
}

h1, h2, h3 {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  padding: 40px 0 0 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

ul {
  padding: 10px 35px 0 50px;
  text-align: left;
}

li {
  background: url(../images/aufz.gif) no-repeat left 8px;
  list-style-type: none;
  padding-left: 16px;
  margin-top: 5px;
}

table {
  margin: 5px 0 0 0;
  border-collapse : collapse; /* anstelle cellspacing="0" in HTML */
}
* html table { font-size: 13px; }

td {
  padding-top: 10px;
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
}

td.rechts {
  text-align: right;
  padding-right: 0;
}

table.padding_gross td {
  padding-right: 30px;
}

strong, .fett {
  font-weight: bold;
}

em {
  font-style: italic;
}


/* --->>> STANDARD-LINKS <<<--- */

a {
  background-color: transparent;
  /*font-weight: normal;*/
  padding: 0 1px;
  text-decoration: underline;
}

a:link {
  color: #009999;
}

a:visited {
  color: #333333;
}

a:hover, a:visited:hover {
  background-color: #009999;
  color: #D2EFB8;
  text-decoration: none;
}

a:active, a:focus {
  background-color: #333333;
  color: #D2EFB8;
}

a:hover, a:active {
  outline: none;
}

a img {
  border: 0;
}

a.imagelink, a.imagelink:link, a.imagelink:visited, a.imagelink:hover, a.imagelink:visited:hover, a.imagelink:active, a.imagelink:focus {
  background-color: transparent;
  padding: 0;
}


/* --->>> FORMULAR <<<--- */

form label {
  display: block;
}

form ol
{
  margin: 0;
  padding: 0;
}

form li {
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}

input {
  background-color: #D2EFB8;
  margin: 0;
  padding: 2px;
  border: 1px solid #333333;
  font-size: 13px;
  width: 100%;
  color: #009999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
* html input { width: 95%; }

input.button {
  background-color: #D2EFB8;
  margin: 15px 0 0 0;
  padding: 1px 10px;
  width: 0; /* für den IE, damit die Buttons nicht zu breit werden */
  overflow: visible;
  font-weight: normal;
  color: #009999;
}

input.button[class] { /* wird vom IE ignoriert */
  width: auto;
}

textarea {
  background-color: #D2EFB8;
  margin: 0;
  padding: 1px;
  border:1px solid #333333;
  font-size: 13px;
  width: 100%;
  color: #009999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
* html textarea { width: 95%; }

.formular_fehlerfeld {
  background-color: #FFCC00;
  color: #333333;
}

.formular_fehlertext, .formular_successtext {
  background-color: #FFCC00;
  font-weight: bold;
  margin-top: 20px;
  padding: 5px;
}

.menge {
  /*padding-top: 20px;*/
}

.menge input {
  float: left;
  margin: 15px 15px 0 0;
  width: 40px;
}

.menge label {
  float: left;
  width: 435px;
  margin-top: 15px;
}

.menge br {
  clear: left;
}


/* --->>> SPEZIELLE FORMATIERUNGEN <<<--- */

/* SITEMAP */

.sitemap_1 { padding: 30px 0 0 0; font-weight: normal; }
.sitemap_2 { padding: 5px 0 0 40px; }
.sitemap_3 { padding: 5px 0 0 80px; }
.sitemap_4 { padding: 5px 0 0 120px; }
/*.sitemap_1 a { font-weight: bold; }*/

/* HEADER */

#header img {
  background-color: #D2EFB8;
  height: 100px;
  position: absolute; top: 30px; right: 27px;
  width: 270px;
}

#header ul {
  padding: 20px 0 0 0;
}

#header li {
  background: none;
  display: inline;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 30px 0 0;
  width: auto;
}

#header a {
  display: block;
  padding: 20px 5px 2px 5px;
  text-decoration: none;
}

#header a:link {
  background-color: transparent;
  color: #000000;
}

#header a:visited {
  background-color: transparent;
  color: #000000;
}

#header a:hover, #header a:visited:hover {
  background-color: #009999;
  color: #D2EFB8;
}

#header a:focus, #header a:active {
  background-color: #333333;
  color: #D2EFB8;
}

#header a.logo {
  background-color: transparent;
  padding: 0;
}

/* BREADCRUMB */

#breadcrumb a:link { color: #333333;; }
#breadcrumb a:visited { color: #333333;; }
#breadcrumb a:hover, #breadcrumb a:visited:hover { color: #D2EFB8; }
#breadcrumb a:active, #breadcrumb a:focus { color: #D2EFB8; }


/* CONTENT */

.referenzen p {
  text-align: center;
  /*line-height: 2;*/
  padding-top: 30px;
}

div#content img {
  background-color: #FFFFFF;
  padding: 5px;
  border: 1px solid #333333;
}

div#content img.ohnerahmen {
  padding: 0;
  background-color: transparent;
  border: 0px none;
}

div#content img.news {
  padding-top: 10px;
}

div#content img.img_home {
  width: 220px;
  height: 81px;
  background-color: transparent;
  padding: 0;
  border: none;
}

.referenzen img {
  margin-bottom: 10px;
}

img.rechts {
  float: right;
  margin: 25px 0 0 0;
}

p.rechts {
  margin: 0 200px 0 0;
}

p.bildlegende {
  font-style: italic;
  text-align: center;
}

.clearr {
  clear: right;
}

img.links {
  float: left;
  margin: 25px 0 0 0;
  background-color: #FFFFFF;
  padding: 5px;
  border: 1px solid #333333;
}

p.links {
  margin: 0 0 0 200px;
}

.clearl {
  clear: left;
}

.clear {
  clear: both;
}

div#content img.neu {
  background-color: transparent;
  border: 0px none;
  height: 47px;
  padding: 0 0 0 15px;
  width: 47px;
  vertical-align: middle;
}

.versteckt {
  display: none;
}

.einzug {
  padding-top: 5px;
  padding-left: 50px;
}

.linksbuendig {
  text-align: left;
}

.kursiv {
  font-style: italic;
  font-size: 15px;
}

.legende {
  font-style: italic;
  text-align: right;
}

ul.news {
  padding: 0;
}

ul.news li {
  background: none;
  border-bottom: 1px solid black;
  list-style-type: none;
  padding: 0 0 25px 0;
  width: auto;
}

ul.news hr {
  border: 0px none;
  clear: both;
  height: 0.1px;
  visibility: hidden;
}


/* --->>> FLYOUT-NAVIGATION <<<--- */

/* Original: www.cssplay.co.uk/menus/flyout_4level.html
   Browser-Kompatibilität:
   Linux: FF 1.0, Opera 8.5          (Konqueror 3.3 geht nicht! (3.5 geht evtl.))
   Mac: Safari 1.3, FF 1.0, Camino   (IE/mac 5.0 geht nicht)
   Windows: IE 5.5, 6.0, 7.0, FF 1.0, 2.0, 3.0, Opera 8.0, 8.5, 9.0, Netscape 7.2, Mozilla 1.7   (IE 5.0 geht nicht)
*/

.menu, .shark {
  clear: both;
  font-size: 14px;
  padding: 218px 0 0 0;
}

.shark {
  padding-top: 20px;
  margin-top: 20px;
}

.menu b { /* für das Pfeil-Zeichen */
  float: right;
  padding-left: 15px;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 250px;
  z-index: 900;
}

.menu li {
  background-image: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 250px;
}

.menu li li {
  width: 180px; /* Breite ab Level 2 */
}

.menu table {
  border-collapse: collapse;
  font-size: 1em;
  position: absolute; top: 0; left: 0;
  z-index: 100;
}

.menu a, .menu a:visited {
  background-color: #D2EFB8;
  border-bottom: 2px solid #000000;
  color: #000000;
  display: block;
  padding: 4px 5px 4px 15px;
  text-decoration: none;
}

.shark a, .shark a:visited {
  background-color: #B8E4EF;
}

/* IE 5.5 Hacks */
* html .menu a, * html .menu a:visited { width: 250px; w\idth: 230px; } /* 250 für IE 5.x, 230 für IE 6 */
* html .menu ul ul a, * html .menu ul ul a:visited { width: 180px; w\idth: 160px; } /* 180 für IE 5.x, 160 für IE 6 */
* html .menu a:hover { background-color: #C2E9A0; color: #999999; position: relative; }
* html .shark a:hover { background-color: #A0DAE9; color: #999999; position: relative; }

.menu li:hover {
  position: relative;
}

.menu a:active, .menu a:focus {
  background-color: #C2E9A0;
  color: #999999;
}

.shark a:active, .shark a:focus {
  background-color: #A0DAE9;
  color: #999999;
}

.menu li:hover > a {
  background-color: #C2E9A0;
  color: #999999;
}

.shark li:hover > a {
  background-color: #A0DAE9;
  color: #999999;
}

.menu a.sel, .menu a.sel:visited {
  background-color: #C2E9A0;
}

.shark a.sel, .shark a.sel:visited {
  background-color: #A0DAE9;
}

.menu li ul {
  background: transparent url(../images/transparent.gif); /* braucht der IE für den funktionierenden overrun */
  padding: 30px; /* overrun-Fläche */
  position: absolute; top: -30px; left: 235px; /* Verschiebung der Unterlevels */
  visibility: hidden;
}
* html .menu li ul { top: -35px; left: 220px; }

.menu li ul ul {
  left: 160px; /* Verschiebung der Unterlevels ab Level 2 */
}
* html .menu li ul ul { left: 140px; }


.menu li:hover > ul {
  visibility: visible; /* Unterlevels bei Hover einblenden */
}

/* IE 5.5 und 6.0 Hacks */

.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }

.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
