/* DATEI: screen.css */
/* Standard-CSS fuer Bildschirmanzeige (screen und projection) */

html { margin:0; border:0 none; padding:0; height:100%; }
body { color:#000000; background-color:#ffffff;
       margin:0; border:0 none; padding:0; height:100%;
       font-family: arial, helvetica, sans-serif;
       font-size:100%; }

a:link    { color:#391a76; background-color:#ffffff; text-decoration:underline; }
a:visited { color:#645e70; background-color:#ffffff; text-decoration:underline; }
a:hover, a:focus   { color:#FFFFFF; background-color:#391a76; text-decoration:none; }
a:active { color:#645e70; background-color:#ffffff; text-decoration:underline; }

a img,  a img.ohnerahmen, p img { border:0 none; text-decoration:none; vertical-align:bottom; }

.inhalt p.kleiner  { font-size: 90%; }
.inhalt p.groesser { font-size:110%; }

h1
 {
  margin:0 0 1em 0;
  font-size:120%;  font-weight:bold;
 }

h2 { font-size:100%; font-weight:bold; font-style:normal;
     font-variant:normal; text-decoration:none;
     margin:1.5em 0 1em 0;
   }

h3 { font-size:100%; font-weight:bold; font-style:italic;
     font-variant:normal; text-decoration:none;
   }
h4 { font-size:100%; font-weight:bold; font-style:normal;
     font-variant:normal; text-decoration:none;
   }
h5 { font-size:100%; font-weight:bold; font-style:italic;
     font-variant:normal; text-decoration:none;
   }
h6 { font-size:100%; font-weight:bold; font-style:italic;
     font-variant:normal; text-decoration:none;
   }
/* Ueberschriften: fett, Schriftgroessen relativ zur Standardschrift */

h1,h2,h3,hr,p.putzer,*.putzer, div#adresse
   { clear:both; }

.inhalt table {
    border-collapse:collapse;
    border-spacing:0px;
    border:#989898 solid thin;
    width:auto;
}

.inhalt th {
    color:#000000; background-color:#ffffff;
    font-weight:bold;
    text-align:left; vertical-align:top; padding:3px;
    border:#989898 solid thin;
}

.inhalt td {
    color:#000000; background-color:#ffffff;
    font-weight:normal;
    text-align:left; vertical-align:top; padding:3px;
    border:#989898 solid thin;
}

td, th { vertical-align:top; text-align:left; }

caption { caption-side:top; font-weight:bold; width:auto; height:auto;
          text-align:center; }

dt { font-weight:bold; font-style:normal; margin:0; padding:0; }
dd { font-weight:normal; font-style:normal;
       margin:0; padding:0 0 0.7em 0; }

.inhalt ul li { margin-bottom:1em; }
.inhalt ul li ul li { margin-bottom:0; }
.inhalt table.biotab ul li { margin-bottom:0; }

abbr { text-decoration:none; border:0 none; }
a:link abbr, a:visited abbr, a:active abbr { text-decoration:underline; }
a:focus abbr, a:hover abbr { text-decoration:none; }

/* =============================================== */
/* Schrift- und Farbangaben fuer Hervorhebungen   : */
/* =============================================== */

/* HTML-eigene Hervorhebungen und Markup: */
pre,tt,code { font-family:"courier new",courier,monospace; }
b { font-weight:bold; }
i { font-style:italic; }
u { text-decoration:underline; }
s { text-decoration:line-through; }
em      { font-style:normal; font-weight:bold; }
strong { font-style:normal; font-weight:bold; }
cite    {  font-style:normal; font-weight:bold; }


/* Selbst definierte Klassen: */
.groesser { font-size:1.1em;}
.kleiner  { font-size:0.9em; }
.kleinergrau  { font-size:0.8em; color:#333333; background-color:#ffffff; }
/* p.kleiner { padding:0 0 0 7em; } */

.kapitaelchen { font-variant:small-caps; }

/* =============================================== */
/* Schrift- und Farbangaben fuer einzelne Bereiche: */
/* =============================================== */

/* Layout-Tabelle: */
table.layouttab, table.kopftab
  {
    margin:0;
    border:0 none; border-spacing:0; border-collapse:collapse;
    padding:0; }

table.layouttab {  height:100%; width:100%; }

td.deko      { border:0 none; padding:0 40px 0 40px; text-align:left; vertical-align:top;
               background: url('../img/kopfbanner_600x100.jpg') 20px 0 no-repeat;
               }
td.deko img { margin:0; border:0; padding:0; vertical-align:top; }
td.deko img.logo2 { display:none; }

td.dekorechts { color:#000000; background-color:#ffffff; /* border:1px dotted #FFFF99; */}
/* Leere 3. Spalte rechts vom Inhalt, damit dieser in der Breite begrenzt
   werden kann. (Kruecke, weil MS IS inkl. 6.0 kein max-width kennt.) */

td.navbar, td.fussecke
   { background-color:#CCCCCC; width:12em; }

td.inhalt
  {
    border:0 none;
    padding:50px 40px 50px 40px;
    width:600px;
  }

tr.fusszeile
  { border:0 none; }

td.fussecke
 {
  /* border:solid #808080; border-width:0 0 1px 0; */
  border:0 none;
  padding:0.3em 0 0 0;
  color:#000000;
  background-color:#CCCCCC;
 }

td.impressum
  {
    /* border:solid #808080; border-width:0 0 1px 0; */
    border:0 none;
    padding:0 40px 0 40px;
    color:#000000; background-color:#FFFFFF;
    text-align:left; vertical-align:bottom;
  }

tr.fusszeile a:link, tr.fusszeile a:visited  { color:#391a76; background-color:transparent; text-decoration:underline; }
tr.fusszeile a:hover, tr.fusszeile a:focus   { color:#ffffff; background-color:#391a76; text-decoration:none; }
tr.fusszeile a:active  { color:#391a76; background-color:transparent; text-decoration:underline; }

/* hr { height:3px; width:100%; color:#666666; background-color:#666667;
     border-style:solid; border-width:1px; border-color:#FFFFFF #FFFFFF #FFFFFF #FFFFFF;
     text-align:center; margin-left:auto; margin-right:auto; } */
/* hr { height:1px; width:100%; color:#666666; background-color:#666667;
     border:0 none;
     text-align:center; margin-left:auto; margin-right:auto; } */
/* Horizontale Trennlinie */
/* Mozilla und Opera nehmen background-color, MSIE nimmt color als Farbe der Trennlinie */
/* Height ist bei Mozilla und MS IE die totale Hoehe (inkl. border)
   bei Opera nur die Hoehe des "Contents" */

/* Angaben zum Navigations-Bereich */

td.navbar
  {
    padding:0 0 0 0; border:0 none;
    color:#000000;
    background-color:#cccccc;
    text-align:center; vertical-align:top;
  }

/* Logos über Navigation: */
.navbar p.logo { margin:3px 0 15px 0; }
.navbar p.logo span { font-size:10px; }
.navbar p.logo a { color:#391a76; background-color:#cccccc; }
.bdo1 { margin-top:12px; }


/* Navigations-Tabelle:  */
.navbar table
 {
   margin:0 auto 1em auto;
   border:0 none;
   /* border:1px solid green; */
   padding:0;
   border-collapse:collapse;
   border-spacing:0;
 }

.navbar table th, .navbar table td
 {
  border:0 none;
   /* border:1px dotted red; */
   text-align:left; vertical-align:top;
   /* color:inherit; background-color:inherit; */
 }

.navbar table th
 {
   padding:0.8em 0 0.2em 0;
   /* bisher padding:0.2em 0 0.2em 0; */
   font-size:0.9em; font-weight:bold;
   /* font-variant:small-caps; */ text-transform:uppercase;
 }

.navbar table td
  {
    padding:0.2em 0 0.2em 0;
    font-size:0.9em; font-weight:normal;
  }

.navbar table td.level3
  {
    padding:0 0 0em 1em;
    font-size:0.9em; font-weight:normal;
  }


.navbar th a, .navbar td a, .navbar th span, .navbar td span
 {
   display:block;
   width:10em; /* fuer MS IE */
   margin:0; /* padding:3px 5px; */
   text-decoration:none;
   /* border:1px solid; border-color:#D0CCD0 #555555 #555555 #D0CCD0; */
 }

.navbar td.level3 a, .navbar td.level3 span { width:10em; }

/* Level 1: */

.navbar th a:link, .navbar th a:visited
 {
   text-decoration:none; display:block; padding:3px 5px;
   color:#391a76; background-color:#CCCCCC;
   border:1px solid; border-color:#000000 #CCCCCC #CCCCCC #CCCCCC;
 }

.navbar th a:hover, .navbar th a:focus,
.navbar th.aktiv a:hover, .navbar th.aktiv a:focus
 { text-decoration:none; display:block; padding:2px 4px;
   color:#0000FF; background-color:#CCCCCC;
   border:2px solid; border-color:#000000;
 }

.navbar th a:active, .navbar th.aktiv a:active
 {
   text-decoration:none; display:block;
   padding:3px 5px;
   color:#391a76; background-color:#CCCCCC;
   border:1px solid; border-color:#000000 #CCCCCC #CCCCCC #CCCCCC;
 }

.navbar th.aktiv span /* , .navbar th.aktiv a, */
 { text-decoration:none; display:block; padding:3px 5px;
   color:#391a76; background-color:#CCCCCC;
   border:1px solid; border-color:#000000;
 }

/* Levels 2 + 3: */

.navbar td a:link, .navbar td a:visited
 {
   text-decoration:none; display:block; padding:2px 4px;
   color:#391a76; background-color:#CCCCCC;
   border:1px solid #CCCCCC;
 }

.navbar td a:hover, .navbar td a:focus
 { text-decoration:none; display:block; padding:2px 4px;
   color:#0000FF; background-color:#CCCCCC;
   border:1px solid #CCCCCC;
 }

.navbar td a:active
 {
   text-decoration:none; display:block; padding:2px 4px;
   color:#391a76; background-color:#CCCCCC;
   border:1px solid #CCCCCC;
 }

.navbar td.aktiv span
 { text-decoration:none; display:block; padding:2px 4px;
   color:#000000; background-color:#CCCCCC;
   border:1px solid #CCCCCC;
 }

.navbar ul li.aktiv span.noshow
 { display:none; }


/* Angaben zum Inhaltsbereich: */

.inhalt p.inhaltnav { font-size:0.8em; }

td.chf
 { text-align:right; vertical-align:top; font-family:"courier new",courier,monospace; }

table.blindtab, table.biotab table, table.kontakt {
    border:0 none;
    width:auto;
}

table.biotab {
  margin:0 0 0 0;
  border:0 none;
  /* border:1px dashed yellow; */
  width:540px; }

.blindtab td, .blindtab th {
    color:#000000; background-color:#ffffff;
    text-align:left; vertical-align:top; padding:0 3px 6px 0;
    border:0 none;
}

.biotab td, .biotab th {
    color:#000000; background-color:#ffffff;
    text-align:left; vertical-align:top;
    padding:0 1em 1em 0; border:0 none;
    font-weight:normal;
}

.kontakt td, .kontakt th {
    color:#000000; background-color:#ffffff;
    text-align:left; vertical-align:top;
    padding:0 1.2em 0.5em 0; border:0 none;
}

.biotab td.portrait { padding:0 0.5em 1em 0; }
.biotab td.portrait img { margin:0 20px 0 0; }
.biotab td.portrait h1 { font-size:1.2em; font-weight:bold; margin:0.3em 0 0.3em 0; }
.biotab td.portrait p { font-size:0.85em; margin:0; }
.biotab td.cv h2.laufbahn { margin-top:0; }

.biotab td.cv { padding:0;}
.biotab td.cv table { margin:0; }
.biotab td.cv table th { /* width:8em; */ white-space:nowrap;  }
.biotab td.cv table td { padding-right:0; }


p.zentriert { max-width:99%; text-align:center; padding-bottom:2em; }

p.zentriert img { margin-bottom:10px; }

.notwendig { color:#990000; background-color:#ffffff; }

div.aktuell
  {
    margin:2em 0 2em 0;
    border:solid #c0c0c0; border-width:thin 0 thin 0;
    padding:0.5em 0;
  }

.aktuell h2 { font-size:125%; font-weight:bold; font-variant:small-caps;
                  margin:0; padding:0; }
.aktuell p { font-size:100%; margin:0; }

div.box
  {
    margin:2em 0 2em 0;
    border:1px solid #000000;
    padding:0.2em 1em;
    color:#000000; background-color:#e7e7e7;
  }

.box h3 { font-size:100%; font-weight:bold; margin:0; padding:0; }
.box ul    { margin:0 0 0 1em; }
.box ul li { margin-bottom:0.1em; }


table.staerken { margin:0; }
table.staerken, td.rechts, td.links { border:0 none; }
/* table.staerken td.links { padding:0 0 0 30px; width:240px; vertical-align:top; }
table.staerken td.rechts { padding:80px 0 0 0; vertical-align:top;} */
table.staerken td.links { padding:60px 0 0 30px; width:240px; vertical-align:top; }
table.staerken td.rechts { padding:0 0 0 0; vertical-align:top;}
table.staerken img { margin:0 0 60px 0; }
table.staerken img.letztesbild { margin:0 30px 0 0; }
p.staerken img { margin:0 30px 30px 0; }
.staerken a:hover { color:#660000; background-color:#ffffff; }

ul.sitemap li a br { display:none; }

table.adrblock { margin-top:0; border-top:1px solid #000000; width:600px;  }
table.adrblock { font-size:0.8em; }
td.adresse   { width:38.5em; border:0 none; padding:0;
               text-align:left; vertical-align:top; }
td.treuhand  { border:0 none; padding:0 0 0 10px;
               text-align:right; vertical-align:middle; }

.treuhand img { vertical-align:middle; }

p.treuhand { font-size:0.8em; margin-bottom:3px; }


.fussecke img, .impressum img
  { border:0 none; margin:0;}

.noshow    { display:none; }
.noprint   { }

.printonly, .url { display:none; }

.printonlykopf { display:none; }