/*
 * Eric Meyer's reset CSS (http://meyerweb.com/)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0px;
        padding: 0px;
        border: 0px solid #000000;
        outline: 0px;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0px;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0px;
}


.debug {
  border: 1px dashed #FF00FF;
}

html, body {
  height: 100%;
  background-color: #FFFFFF;
  color: #333333;
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  color: #000000;
}

em {
  font-weight: bold;
  font-style: normal;
}

table.layout {
  border: 0px solid #FFFFFF;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}
td.layout {
  border: 0px solid #FFFFFF;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

table.centering {
  width: 100%;
  height: 100%;
}
td.centering {
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}

.voll { width: 100%; }
.rechts { text-align: right; }
.mittig { text-align: center; }

#seite {
  height: 100%;
}

#quadrat {
  position: relative; 
  margin-left: auto;
  margin-right: auto;
  width: 558px;
  height: 558px;
  border: 1px solid #000000;
  text-align: left; 

  background-color: #FFFFFF;
  background-position: right center;
  background-repeat: no-repeat;
}

#balken {
  height: 17px;
  background-color: #9AC182;
}

div.home { background-image: url(../images/bg01.jpg); }
div.profil { background-image: url(../images/bg02.jpg); }
div.reproduktion { background-image: url(../images/bg03.jpg); }
div.bildbearbeitung { background-image: url(../images/bg04.jpg); }
div.gestaltung { background-image: url(../images/bg05.jpg); }
div.typografie { background-image: url(../images/bg06.jpg); }
div.druckvorstufe { background-image: url(../images/bg07.jpg); }
div.digitaldruck { background-image: url(../images/bg08.jpg); }
div.strategien { background-image: url(../images/bg09.jpg); }
div.personen { background-image: url(../images/bg10.jpg); }
div.infrastruktur { }
div.referenzen { background-image: url(../images/bg12.jpg); }
div.kontakt { }

div.druckvorstufe #balken { background-image: url(../images/farben-balken.png); }

div.home #menue { display: none; }
div.home #intro span { color: #669454; }
div.infrastruktur #spalte { top: 0px; } 
div.referenzen #spalte { top: 0px; } 
div.kontakt #spalte { top: 0px; width:494px; } 
div.lageplan #spalte { top: 0px; width:494px; } 

div.personen #spalte { position: absolute; bottom: 35px; left: 0px; }
div.personen #spalte2 { position: absolute; top: 20px; right: 2px; }

#inhalt h3 { display: none; }

#kopf {
  height: 100px;
  position: relative;
}

#logo {
  position: absolute;
  top: 30px;
  right: 30px;
}

#intro {
  position: absolute;
  bottom: 96px;
  right: 40px;
  z-index: 0;
  color: #000000;
  font-size: 11px;
}
#intro a {
  text-decoration: none;
  color: black;
}

#clickarea {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
}

#navigation {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 10;
}

#menue {
  padding: 0px 0px 12px 0px;
  text-align: center;
  color: #333333;
}
#menue ul {
  list-style: none;
}
#menue ul li {
  display: inline;
  line-height: 200%;
  margin: 0 0.5em;
}
#menue ul li a {
  padding: 5px;
  text-decoration: none;
  color: #333333;
}
#menue ul li a:hover {
  text-decoration: underline;
}
#menue ul li a:active {
  color: #333333;
}
#menue ul li a:visited {
  color: #333333;
}
#menue ul li a.aktiv {
  padding: 5px;
  color: #669454;
  font-weight: bold;
}

#inhalt {
  position: relative;
  height: 385px;
  overflow: auto;
  margin: 0px 30px 0px 30px;
  color: #000000;
}
#spalte {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#gitter {
  border-collapse: collapse;
  border: 0px solid #0A2B61;
}
#gitter th {
  border: 0px solid #0A2B61;
  padding: 3px;
  text-align: left;
}
#gitter td {
  background-color: #FFFFFF;
  border: 2px solid #0A2B61;
  padding: 3px;
  width: 55px;
  height: 55px;
}
#info {
  text-align: center;
  margin-top: 0px;
}
#inhalt h1, #inhalt h2 {
  display: none;
}
#inhalt h3 {
  color: #002B66;
  margin: 0px 0px 0.3em 0px;
}
#inhalt h4 {
  margin: 0px 0px 1em 0px;
}
#inhalt h5 {
  margin: 0px 0px 0.5em 0px;
}
#inhalt p {
  margin: 0px 0px 1em 0px;
  line-height: 120%;
}
#inhalt table {
  margin-bottom: 1em;
}
#inhalt em {
  font-style: normal;
  font-weight: bold;
}
#inhalt p.nav {
  margin: 2em 0px 1em 0px;
}
#inhalt ul {
  margin: 0px 0px 1em 0px;
  list-style: square;
  color: #669454;
}
#inhalt li {
  margin: 0px 0px 0.5em 1.5em;
  color: #669454;
}
#inhalt li span {
  color: #000000;
}
#inhalt ul.schwerpunkte {
  list-style: none;
}
#inhalt li.schwerpunkte {
  margin: 1.5em 0px 0px 0px;
}
#inhalt a {
  text-decoration: none;
  color: #333333;
}
#inhalt a:hover {
  text-decoration: underline;
}
#inhalt a:active {
  color: #333333;
}
#inhalt a:visited {
  color: #333333;
}
#inhalt a.aktiv {
  color: #002B66;
  font-weight: bold;
}

#infobox {
  position: absolute;
  left: 213px; 
  top: 0px; 
  width: 345px;
  height: 558px;
  z-index: 1000;
  display: none;
}
#scheibe {
  position: absolute;
  left: 0px;
  top: 0px; 
  width: 345px;
  height: 558px;
  background-color: #eeeeee;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
}
#infonav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 325px;
  height: 15px;
  padding: 5px 10px;
  text-align: right;
}
#textfeld {
  position: absolute;
  left: 0px;
  top: 25px;
  width: 325px;
  height: 496px;
  padding: 10px;
  overflow: auto;
  background-color: transparent;
  color: #000000;
  line-height: 1.4em;
}
#textfeld h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
}
#textfeld p {
  margin-bottom: 0.8em;
  text-indent: 1em;
}
#infobox a, #infobox a:active, #infobox a:visited {
  color: #1A6B04;
  text-decoration: none;
}
#infobox a:hover {
  text-decoration: underline;
}

table.personen {
  margin: 5px;
  border-collapse: collapse;
}
table.personen th {
  padding-bottom: 4px;
  text-align: left;
}
table.personen td.personen, table.personen td.partner {
  background-color: #FFFFFF;
  border-width: 3px;
  border-color: #9AC182;
  padding: 2px;
  width: 52px;
  height: 52px;
}
table.personen td.partner {
  border-width: 8px 3px 3px 3px;
}

.grau { color: #333333; }
.gruen { color: #669454; }
.fett { font-weight: bold }
        
/*#inhalt li span.gruen {
  color: #669454;
  font-weight: bold;
}*/
