/* Autor: Andreas Foehl, April 2005, fuer das Wirtschaftsfoerderungsamt Hildesheim
Ueberarbeitet für den IE7 im Dezember 2007 */

/* Zuruecksetzen einiger Werte */
html, body {
  font-size: 100.01%;
  color: Black;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  /*
  font-size: x-small;
  voice-family: "\"
  }\"";
  voice-family: inherit;
  font-size: small;
  */
}

:link,:visited { 
  text-decoration:none; }

ul,ol { 
  list-style:none; }

h1,h2,h3,h4,h5,h6,pre,code { 
  font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd , img { 
  margin: 0px; 
  padding: 0px; }

a img,:link img,:visited img { 
  border:none; }

/* fuer Navigation */
.invisible, #nav dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}

#nav dfn {
  display: none;
}

/* XHTML 1.0 Strict */
img {
  border: none;
}

/* Um die unterschiedlichen Standard-Abstaende fuer versch. Browser zu ueberschreiben */
ul, ol, li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

/* als eigene Klasse, um es im Context einer Seite besser steuerbar zu machen */
.navText {
  font: bold 0.83em Arial, Helvetica, sans-serif;
}

/* Layoutdaten */

/* Navigation */

/* Grosse Layout-Box um drei kleinere Boxen */
#nav {
  z-index:10;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 218px;
}

/* NavTop: erste kleinere Box */
#nav #navtop {
  margin: 0px;
  padding: 0px;
  background: #787878 url(../pic/03navi-oben03c.gif) no-repeat right; 
  /* Fuer Firefox */
  line-height: 0px;
}

#nav #navtopcontent {
  margin: 0px 4px 0px 0px;
  padding: 0px;
  /* Besonderheit bei Firefox */ 
  line-height: 0px;
}

/* NavSelect: Verschachtelung um die Hauptnavigation um den Schatten darzustellen */
#nav #navselect {
  margin: 0px 0px 0px 0px;
  padding: 0px 4px 0px 0px;
  background: transparent url(../pic/04navi-seitenschatten.png) repeat-y scroll right;
  text-align: left;
  /* Besonderheit bei Firefox */ 
  line-height: 0px;
}

/* Navigation, Inhalte */

/* Navigationslayer - Breite und Hintergrundfarbe */
#hauptNavigation {
  background-color: #fffbeb;
  border-left: 1px solid #B5B5B5;
  border-right: 1px solid #333333;
  text-align: left;
  /* Fuer Firefox */ 
  line-height: 0px;
}

/* Keine Linien unter den Links, Links sind Block-Elemete, damit die ganze Navigations-Flaeche klickbar wird */
#hauptNavigation a {
  text-decoration: none;
  display: block;
  color: Black;
}

/* Level 1 Eintraege mit Hintergrundbild und Abstaenden, die padding-left/right sind fuer weitere Angaben relevant */
#hauptNavigation ul li a {
  background: url(../pic/04navi-pfeil01-gelb.gif) no-repeat left;
  padding: 6px 5px 6px 9px;
  border-top: 1px solid White;
  border-bottom: 1px solid #888888;
}

/* Level 1, Hover: Neues Hintergrundbild, Hintergrundfarbe sowie neue Borderfarben */
#hauptNavigation ul li a:hover, #hauptNavigation ul li a:focus, #hauptNavigation ul li a:active {
  background: #ffedbf url(../pic/04navi-pfeil02-gelb.gif) no-repeat left;
  border-top: 1px solid #fedf8f;
  border-bottom: 1px solid #666666;
  color: Black;
}

/* Level 1, akiv: Neues Hintergrundbild, Hintergrundfarbe sowie neue Borderfarben */
#hauptNavigation ul li.selectedOne {
  display: block;
}

#hauptNavigation ul li.selectedOne div a {
  background: White url(../pic/04navi-pfeil09-weiss.gif) no-repeat left;
  border-top: 1px solid White;
  border-bottom: 2px solid #888888;
  padding-left: 24px;
  font-weight: normal;
}

/* Level 1, Hover beim ausgeklappten Lev-1 Link, weitere Links sind unter diesem sichbar und 
diesem untergeordnet */
#hauptNavigation ul li.selectedOne div a:hover, #hauptNavigation ul li.selectedOne div a:focus, #hauptNavigation ul li.selectedOne div a:active {
  background: #efefef url(../pic/04navi-pfeil09-grau.gif) no-repeat left;
  border-top: 1px solid #cccccc;
  border-bottom: 2px solid #333333;
  padding-left: 24px;
}

/* Level 1, aktiv (gewaehlt): Zustand bei ausgeklappten Oberthema */
#hauptNavigation ul li.selectedOne div.selectedOne {
  background: #981534 url(../pic/04navi-pfeil08.gif) no-repeat left;
  border-top: 1px solid #7c0b26;
  border-bottom: 2px solid #333333;
  padding: 6px 5px 6px 24px;
  color: White;
}

/* Level 1, aktiv (gewaehlt): keine weiteren Unterthemen mehr */
#hauptNavigation ul li.selectedOneNoLinksLeft div.selectedOneNoLinksLeft {
  background: #981534 url(../pic/04navi-pfeil02.gif) no-repeat left;
  border-top: 1px solid #7c0b26;
  border-bottom: 1px solid #333333;
  padding: 6px 5px 6px 24px;
  color: White;
}

/* LEVEL 2 */
/* Fuer normale Level 2 Eintraege muessen ein paar Angaben ueberschrieben werden */ 
/* Level 2, allgemein: keine Hintergrundgrafik mehr */
#hauptNavigation ul li ul li a {
  padding: 6px 5px 6px 24px;
  background: #fff5db none;
  font-weight: normal;
}

/* Level 2, Hover:  */
#hauptNavigation ul li ul li a:hover, #hauptNavigation ul li ul li a:focus, #hauptNavigation ul li ul li a:active {
  border-top: 1px solid #efcd7b;
  border-bottom: 1px solid #666666;
  background: #fbe2a5 none;
}

/* Level 2, aktiv (gewaehlt) */
#hauptNavigation ul li ul li.selectedOne {
  padding: 6px 5px 6px 24px;
  border-top: 1px solid #7c0b26;
  border-bottom: 1px solid #333333;
  background: #981534 none;
  color: White;
  display: block;
}

/* Untere Box innerhalb der Navigaton */
#nav #navbottom {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: transparent url(../pic/06bnavi-untenb.png) no-repeat top;
  height: 17px;
}

#nav #navstadt {
  font: bold 0.84em Arial, Helvetica, sans-serif;
  color: White;
  margin: 5px 0px 0px 10px;
}

#nav #navstadt a {
  text-decoration: none;
  font-weight: normal;
}

#nav #navstadt a:link, #nav #navstadt a:visited, #nav #navstadt a:active {
  color: White;
}

#nav #navstadt a:hover {
  color: #e1e1e1;
}

#nav #navstadt .wappen {
  float: left;
  margin-right: 0.4em;
}

#nav #navstadt .wappen-text {
  vertical-align: top;
  line-height: 1.25em;
}

#nav #navstadt .link-text {
  clear: left;
  font: normal normal normal 1em/0.7em Arial, Helvetica, sans-serif;
}

/* Weiteres Logo */
#nav .navstadt {
  font: bold 0.84em Arial, Helvetica, sans-serif;
  color: White;
  margin: 5px 0px 0px 10px;
}

#nav .navstadt a {
  text-decoration: none;
  font-weight: normal;
}

#nav .navstadt a:link, #nav #navstadt a:visited, #nav #navstadt a:active {
  color: White;
}

#nav .navstadt a:hover {
  color: #E1E1E1;
}

#nav .navstadt .wappen {
  float: left;
  margin-right: 0.4em;
}

#nav .navstadt .wappen-text {
  vertical-align: top;
  line-height: 1.25em;
}

#nav .navstadt .link-text {
  clear: left;
  font: normal normal normal 1em/0.7em Arial, Helvetica, sans-serif;
}
/* Weiteres Logo Ende */

/* --- BOX 1--- 
   oberste Inhaltsbox */
#box1 {
  margin: 0px;
  padding: 0px;
  background-color: #787878;
  background-image: url(../pic/hi-hintergr1.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 174px 0px;
  text-align: right;
  height: 72px;
  overflow: hidden;
  min-width: 740px;
}

#box1 .abstand-reaktion1 {
  margin: 0;
  position: absolute;
  left: 235px;
}

#box1 .abstand-reaktion1 img {
  width: 118px;
  height: 69px;
}

#box1 .abstand-reaktion2 {
  margin: 0;
  position: absolute;
  left: 421px;
}

#box1 .abstand-reaktion2 img {
  width: 189px;
  height: 69px;
}

/* Inhalte box1 -
  IE interpretiert kein line-height bei Bildern und Formularfeldern
  in einer Zeile, deshalb Aufteilung auf zwei Divs
*/

#box1 .metanav01 {
  /* Line-height wird vom FireFox anders interpretiert, daher abgeschaltet */
  padding: 18px 0px 12px 0px;
  font: bold 0.83em/0em Arial, Helvetica, sans-serif;
  color: White;
  text-align: right;
}

.abstand {
  margin: 0px 14px 0px 0px;
}

#box1 #schachtel {
  margin: 0px 10px 0px auto;
  width: 13.5em;
  height: 72px;
  background-color: #787878;
}

/* Inhalte der Box1 */
#box1 .metanav01 a {
  text-decoration: none;
  font-weight: bold;
}

#box1 .metanav01 a:link, #box1 .metanav01 a:visited, #box1 .metanav01 a:active {
  color: White;
}

#box1 .metanav01 a:hover {
  color: #e1e1e1;
}

#box1 .metanav02 {
  padding: 8px 0px 12px 0px;
  font: bold 0.83em/0em Arial, Helvetica, sans-serif;
  color: White;
  text-align: right;
}

#box1 fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}

#box1 .textsuche {
  font: normal normal 0.9em "Courier New", Courier, monospace;
  color: Black;
  padding: 0px 4px 1px 4px;
}

#box1 .suchbutton {
  margin: 0px 0px 0px 4px;
}

/* --- BOX 2 ---
    links-fest, Umspannt alle folgenden! */
#box2 {
  margin: 0px;
  padding: 0px;
  background: #fff4d9 url(../pic/01balken-links-gelb.gif) repeat-y left;
  border-bottom: 1px solid #fff4d9;
  min-width: 740px;
  /* height: auto; */
}

/* --- BOX 3 ---
    mitte-oben "Pfad" Breite flex */
#box3 {
  margin: 0px 0px 0px 165px;
  padding: 6px 30px 4px 74px;
  background: #fff4d9 url(../pic/02schatten-oben-gelb.gif) repeat-x scroll top;
  font: normal 0.78em/1.4em Arial, Helvetica, sans-serif;
}

#box3 a, #box3 a:link, #box3 a:visited, #box3 a:active {
  text-decoration: underline;
  color: Black;
}

#box3 a:hover {
  color: #990033;
}

/* --- BOX 4 ---
    mitte-mitte "Inhalt" Breite flex, Hoehe flex */
#box4 {
  margin: 0px 30px 0px 167px;
  padding: 1px 30px 30px 85px;
  background: White none repeat scroll 0%;
  font: normal normal normal 1em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-bottom: 10px solid #ffeab5;
  clear: left; /* Minimalhoehe fuer verschiedene Browser */
  min-height: 590px;
  max-width: 50em;
}

/* weitere Anweisungen fuer Inhalte von BOX4 */
/* Ueberschriften */
#box4 h6 {
  padding: 1em 0px 0em 0px;
  font: normal normal bold 0.7em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: Gray;
}

#box4 h5 {
  padding: 1em 0px 0.2em 0px;
  font: normal normal bold 0.84em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: Gray;
}

#box4 h4 {
  padding: 1em 0px 0.2em 0px;
  font: bold 0.84em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#box4 h3 {
  padding: 1em 0px 0.2em 0px;
  font: bold 0.9em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#box4 h2 {
  padding: 1.0em 0px 0.7em 0px;
  font: bold 1.0em/1.4em Arial, Helvetica, sans-serif;
  color: #990033;
}

#box4 h1 {
  padding: 1.0em 0px 0.7em 0px;
  font: bold 1.1em/1.4em Arial, Helvetica, sans-serif;
  color: #990033;
}

#box4 p {
  padding: 0.5em 0px 0.5em 0px;
  font: 0.84em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#box4 p a:link, #box4 p a:visited, #box4 p a:active {
  color: Black;
  text-decoration: underline;
}

#box4 p a:hover, #box4 li a:hover {
  color: #990033;
  text-decoration: underline;
}

/* Listen */
#box4 p.umblaettern {
  margin: 0.7em 0px 0px 0px;
  padding: 0px 12px 2px 12px;
  vertical-align: middle;
  text-align: left;
  border-top: 2px solid #DFAEAA;
  font: normal 0.84em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #f8eceb;
}

#box4 p.umblaettern a:link, p.umblaettern a:visited, p.umblaettern a:active {
  color: Black;
  text-decoration: underline;
}

#box4 p.umblaettern a:hover {
  color: #990033;
  text-decoration: underline;
}

#box4 .liste-datum {
  padding: 1.3em 0px 3px 0px;
  vertical-align: top;
  text-align: left;
  font: normal 0.7em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
}

#box4 .liste-kopf {
  padding: 4px 12px 4px 12px;
  vertical-align: middle;
  text-align: left;
  font: bold 0.84em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: White;
  background-color: #981534;
}

#box4 .liste-kopf a:link, .liste-kopf a:visited, .liste-kopf a:active {
  color: White;
  text-decoration: none;
}

#box4 .liste-kopf a:hover {
  color: #f8eceb;
  text-decoration: none;
}

#box4 .liste-inhalt {
  padding: 5px 12px 7px 12px;
  border-left: 2px solid #a50127;
  border-right: 2px solid #a50127;
  font: normal 0.84em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #f8eae9;
}

#box4 .liste-inhalt a:link, .liste-inhalt a:visited, .liste-inhalt a:active {
  color: Black;
  text-decoration: underline;
}

#box4 .liste-inhalt a:hover {
  color: #990033;
  text-decoration: underline;
}

#box4 .liste-inhalt p, #box4 .liste-kopf p, #box4 .liste-inhalt-weiss p {
  font: normal 1em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#box4 .liste-kopf p {
  font-weight: bold;
}

#box4 .liste-inhalt-weiss {
  padding: 5px 12px 7px 12px;
  border-left: 2px solid #a50127;
  border-right: 2px solid #a50127;
  font: normal 0.84em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: White;
}

#box4 .liste-inhalt-weiss a:link, .liste-inhalt-weiss a:visited, .liste-inhalt-weiss a:active {
  color: Black;
  text-decoration: underline;
}

#box4 .liste-link {
  margin-bottom: 0.5em;
  padding: 1px 12px 4px 12px;
  font: normal 0.84em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: Black;
  background-color: #FCF5F4;
  border-left: 2px solid #a50127;
  border-bottom: 2px solid #a50127;
  border-right: 2px solid #a50127;
}

#box4 .liste-link a:link, #box4 .liste-link a:visited, #box4 .liste-link a:active {
  color: Black;
  text-decoration: underline;
}

#box4 .liste-link a:hover {
  color: #990033;
  text-decoration: underline;
}

/* Inhaltsbezogene Formatierungen */
#box4 .eingerueckt {
  padding: 0.4em 12px 0.5em 35px;
  background-color: #fff4d9;
}

#box4 .ansprechpartner {
  margin: 0px 12px 0.5em 0px;
  padding: 0.5em 15px 0.5em 35px;
}

#box4 .kaumabstand {
  margin: 0px 0px 0px 0px;
  padding: 0em 0px 0.5em 0em;
}

#box4 .links {
  /* margin-right: 130px; */
  margin-bottom: 0.8em;
  padding: 0.4em 1em 0.5em 15px;
  background-color: #fff4d9;
  font: 0.84em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#box4 .link_beschreibung {
  font: 0.84em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-bottom: 0.8em;
  background-color: #fff4d9;
  padding: 0.4em 1em 0.5em 15px;
  /* height: auto; */
}

#box4 .link_beschreibung div {
  float: left;
  width: 28em;
}

#box4 .link_beschreibung br {
  clear: left;
}

.link_beschreibung a, .link_beschreibung a:link, .link_beschreibung a:visited, .link_beschreibung a:active  {
  color: Black;
  text-decoration: underline;
}

.link_beschreibung a:hover {
  color: #990033;
  text-decoration: underline;
}

#box4 .rechtshinweis {
  margin: 0.5em 130px 0.8em 0px;
  padding: 0.6em 1em 1em 1em;
  background-color: #dddddd;
  font: normal normal normal 0.8em/1.3em Arial, Helvetica, sans-serif;
}

/* Kontakt */
#box4 .kontakt {
  margin: 1em 0px 1em 0px;
  clear: both;
  display: block;
  height: 190px;
}

#box4 .kontaktfoto {
  margin: 0em 20px 1em 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  float: left;
}

#box4 .kontaktdaten {
  padding: 0.5em 1em 1em 1em;
  display: block;
  line-height: 1.7em;
  background-color: #fff4d9;
  border: 1px dashed Gray;
}

/* Bilder */
#box4 img {
  display: block;
  border: 1px solid #dddddd;
  margin: 20px auto 0px auto;
}

#box4 .u-logos {
  vertical-align: middle;
}

#box4 .u-logos img {
  display: inline;
  vertical-align: middle;
  border: 0px;
  margin: 20px 40px 20px 0px;
}

#box4 .video-pic {
  display: block;
  border: 0px;
  margin: 0px auto 0px auto;
}

#box4 .video {
  margin: 1em 0px 1em 1em;
  width: 100px;
  display: block;
  float: left;
}

#box4 .video-beschreibung {
  padding: 0.4em 0px 0px 0.3em;
  text-align: center;
  vertical-align: top;
  font: normal normal normal 0.7em/1.3em Verdana, Geneva,Arial, Helvetica, sans-serif;
  color: #666666;
}

#box4 .legende {
  padding: 0.2em 10px 0.35em 10px;
  display: block; /* margin: 20px auto 0px auto; */
  background-color: #dddddd;
}

#box4 .bildmitlegende {
  display: block;
  margin: 1em auto 1.7em auto;
  width: 422px;
}

/* Aufzaehlungslisten */ 
#box4 ul {
  margin: 0.5em 0px 0.5em 0px;
  padding: 0px;
}

#box4 li {
  margin: 0px 0px 0px 2em;
  padding: 0.4em 0px 0.4em 0px;
  list-style: disc outside;
  font: normal 0.84em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#box4 li a:link, li a:visited, li a:active {
  color: Black;
  text-decoration: underline;
}

#box4 li a:hover {
  color: #990033;
  text-decoration: underline;
}

/* Auszeichnungen */
#box4 .auszeichnung1 {
  font-weight: bold;
}

#box4 .auszeichnung2 {
  font-weight: bold;
  color: #990033;
}

#box4 .auszeichnung3 {
  color: #990033;
}

#box4 .auszeichnung4 {
  color: #CC6600;
}

#box4 .auszeichnung5 {
  font-weight: bold;
  color: #666666;
}

/* Anfuehrungszeichen */
:lang(de)>* {
  quotes: "\BB" "\AB" "\203A" "\2039";
}
:lang(de-de)>* {
  quotes: "\201E" "\201C" "\201A" "\2018";
}
:lang(en)>* {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
:lang(de-ch)>*,
:lang(fr)>* {
  quotes: "\AB" "\BB" "\2039" "\203A";
}

q {
  color: #990033;
}

blockquote {
  margin-left: 2em;
  padding: 0.5em 1em 1em 1em;
  display: block;
  font: normal 0.84em/1.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #fff4d9;
  border: 1px dashed Gray;
}

q:before, blockquote:before, #box4 dfn:before {
  content:open-quote;
}

q:after, blockquote:after, #box4 dfn:after {
  content:close-quote;
}

/* Tabellen */
#box4 table {
  margin: 1em 0px 2em 0px;
  width: 420px;
  background-color: #dddddd;
  font: normal 0.84em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  vertical-align: top;
  border: 1px solid #990033;
}

#box4 table a:link, table a:visited, table a:active {
  color: Black;
  text-decoration: underline;
}

#box4 table a:hover {
  color: #990033;
  text-decoration: underline;
}

#box4 thead {
  background-color: #981534;
  color: White;
  font-weight: bold;
  vertical-align: top;
}

#box4 thead a:link, thead a:visited, thead a:active {
  color: White;
  text-decoration: underline;
}

#box4 thead a:hover {
  color: #f8eceb;
  text-decoration: underline;
}

#box4 td {
  padding: 0.2em 0.4em 0.2em 0.4em;
}

#box4 .rechts {
  text-align: right;
}

#box4 .heller {
  background-color: #efefef;
}

#box4 .klein {
  font: normal normal normal 0.8em/1.3em Verdana, Geneva,Arial, Helvetica, sans-serif;
  color: #666666;
}

#box4 .quelle {
  font: normal normal normal 0.8em/1.3em Arial, Helvetica, sans-serif;
  margin-bottom: 1.0em;
  padding-top: 0.3em;
}

/* Anzeige der Buttons der Immobilien- und Kooperationsboerse */
#box4 .immoart {
  margin: 0.5em 0px 0.5em 0px;
  display: block;
}

#box4 .immoart a, #box4 .immoart a:link, #box4 .immoart a:visited, #box4 .immoart a:active {
  padding: 0.8em;
  display: block;
  color: Black;
  font: normal normal bold 1em/1.4em Arial, Helvetica, sans-serif;
  width: 15em;
  background-color: #f8eae9;
  border: 1px solid #990033;
  text-decoration: none;
}

#box4 .immoart a:hover {
  padding: 0.8em;
  display: block;
  color: White;
  width: 15em;
  background-color: #981500;
  border: 1px solid #990033;
  text-decoration: none;
}

/* Anzeige der Formulare der Immobilien- und Kooperationsboerse */
#box4 #immoform {
  margin: 0em 0px 0.5em 0px;
  padding: 5px 10px 10px 12px;
  background-color: #fff4d9;
  vertical-align: middle;
}

#box4 #immoform select {
  margin-top: 5px;
  font: normal 1em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: White;
  color: Black;
  width: 12em;
  margin-right: 1em;
}

#box4 #immoform input {
  font: normal normal bold 1em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* --- Kontaktformular --- */
#box4 fieldset.standard {
  margin: 1.5em 0px 0.7em 0px;
  padding: 3px;
  border: 2px solid #a50127;
  width: 420px;
  font: normal 0.84em/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
}

#box4 fieldset.standard legend {
  padding: 0px 10px 0.5em 10px;
  font: bold 1.2em/1.4em Arial, Helvetica, sans-serif;
  color: #990033;
}

#box4 fieldset.standard div {
  margin: 0px 0px 1px 0px;
  width: 418px;
  background-color: #fff4d9;
  padding: 0.5em 3px 0.5em 3px;
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#box4 fieldset.standard div.links {
  text-align: left;
}

#box4 fieldset.standard br {
  clear: both;
}

#box4 fieldset.standard label {
  float: left;
  margin: 0px 0px 0px 0px;
  width: 140px;
  text-align: right;
  color: #000000;
}

#box4 fieldset.standard .hilfe {
  font: normal 0.83em/1em Verdana, Arial, Helvetica, sans-serif;
  color: #808080;
}

#box4 fieldset.standard input, fieldset.standard select, fieldset.standard textarea {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 3px;
  width: 250px;
  text-align: left;
  font: normal 1em/1.3em "Courier New", Courier, monospace;
}

#box4 fieldset.standard .radio1 {
  margin: 0px 0.3em 0px 20px;
  padding: 0px;
  width: 1em;
}

#box4 fieldset.standard option {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 3px;
}

#box4 fieldset.standard select {
  width: 257px;
}

#box4 fieldset.standard .submit {
  width: 120px;
  text-align: center;
}

/* Sitemap einfach */
#box4 .sitemap {
  padding: 0.5em 2em 0.5em 2em;
  display: block;
  background-color: #fff4d9;
  border: 1px dashed Gray;
}

#box4 .sitemap ul li {
  list-style: none;
}

#box4 .sitemap ul li {
  margin: 0.5em 0em 1.3em 0em;
  padding: 0em;
}

#box4 .sitemap ul li a {
  font: normal normal bold 1.0em/1.5em Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#box4 .sitemap ul li a:hover {
  text-decoration: underline;
  color: Black;
}

#box4 .sitemap ul li ul li {
  margin: 0.5em 0em 0.5em 2em;
}

#box4 .sitemap ul li ul li a {
  font: normal normal normal 1.15em/1.5em Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#box4 .sitemap ul li ul li a:hover {
  text-decoration: underline;
  color: Black;
}

#box4 .nebeneinander {
  width: 316px;
  float: left;
}

#box4 .gewerbegebiet_behälter {
  width: 326px;
  float: left;
  margin-right: 15px;
  margin-bottom: 1em;
}

#box4 .gewerbegebiet_behälter img {
  margin-top: 0.5em;
}

/* E-Mail Ersetzung */
#box4 .e-mail-et {
  padding-right: 13px;
  background: transparent url(../pic/content/et-tdl/et.gif) no-repeat scroll right;
}

#box4 .e-mail-de {
  padding-right: 21px;
  background: transparent url(../pic/content/et-tdl/de.gif) no-repeat scroll right;
}

#box4 .e-mail-eu {
  padding-right: 21px;
  background: transparent url(../pic/content/et-tdl/eu.gif) no-repeat scroll right;
}

#box4 .e-mail-com {
  padding-right: 32px;
  background: transparent url(../pic/content/et-tdl/com.gif) no-repeat scroll right;
}

#box4 .e-mail-net {
  padding-right: 27px;
  background: transparent url(../pic/content/et-tdl/net.gif) no-repeat scroll right;
}

#box4 .e-mail-org {
  padding-right: 27px;
  background: transparent url(../pic/content/et-tdl/org.gif) no-repeat scroll right;
}
