body {
         color: black;
         font-size:12px;
         line-height:18px;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         background-color: #d3e0f0;
         background-position: 1em 0;
         }

h1 {
         color: #06f;
         font-size: 2em;
         font-weight: bold;
         margin: 0.67em 0;
         }

h2 {
         margin-top:36px;
         color: #0364eb;
         font-size: 12px;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-weight: bold;
         display:inline;
         }

p {
         color: black;
         font-size:12px;
         line-height:18px;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         background-position: 1em 0;
         }

td {}

a:link {
         text-decoration:none;
         font-weight:bold;
         color: #0364eb;
         }

a:visited {
         color: #0364eb;
         /* grau: color: #9a9a9a;
         blau: color: #06f;*/
         }

a:hover {
         text-decoration:underline;
         }

a:active {
         color: red;
         }

/* Obere Navigationsleiste */
hr.blue    {
         float:left;
         margin:0;
         margin-right:4px;
         color:#0166ff;
         background:#0166ff;
         height:20px;
         width:20px;
         border:0;
         }

hr.light-blue    {
         float:left;
         margin:0;
         margin-right:4px;
         color:#99c2ff;
         background:#99c2ff;
         height:20px;
         width:20px;
         border:0;
         }

ul#Navigation {
         margin: 0;
         padding:0;
         text-align: left;
         background-color: #d3e0f0;
         height:20px;
         width:990px;
  }

ul#Navigation li {
         list-style: none;
         display: inline;
         float:left;
         min-width: 6.8em;
         background-color: #d3e0f0;
         text-decoration: none;
         font-size:12px;
         padding-right:15px;
         line-height:18px;
         font-weight: bold;
         color: #99c2ff;
         margin: 0;
         position: relative;
  }

ul#Navigation a, ul#Navigation span {
         float:left;
         /* min-width: 6.5em;*/
         text-decoration: none;
         font-size:12px;
         line-height:18px;
         font-weight: bold;
         color: #0166ff;
         padding-right:22px;
         background-color: #d3e0f0;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    /*width: 0em;
    width: 0em;*/
  }
  ul#Navigation a:hover, ul#Navigation span {
    margin:0;
    color: #d3e0f0;
    background-color: #0166ff;

  }
  ul#Navigation div {
     clear: left;
  }

/* Obere Navigationsleiste Zweite Ebene */

ul#Navigation li ul {
    display:block;
    margin: 0;
    padding: 0 0 0 0;
    position: absolute;
    min-width: 16em;
    z-index:2;
  }

ul#Navigation li ul li {
    margin: 0.3em 0;
  }
  * html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
    z-index:2;
  }

/* Erweiterung zur dynamischen Ein-/Ausblendung */
ul#Navigation li>ul {
    display: none;
    top: 20px;
  }

ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
  }
/* Personen-Navigationsleiste */
ul#Navigation
a.person {
         font-weight:normal;
         text-decoration:none;
         color: #0364eb;
         }

a.person:link {
         font-weight:normal;
         text-decoration:none;
         color: #0364eb;
         }

a.person:visited {
         font-weight:normal;
         text-decoration:none;
         color: #0364eb
         /*color: #9a9a9a ;*/
         }

a.person:hover {
         font-weight:normal;
         text-decoration:underline;
         color: #0364eb;
         }

a.person:active {
         font-weight:bold;
         text-decoration:none;
         color: #0364eb;
         }

/* 3spaltiges Layout - links */
ul#LinkeSeite {
         font-size: 12px;
         font-weight:bold;
         text-align:right;
         color: #0364eb;
         line-height:26px;
         float: left;
         width: 140px;
         margin: 0;
         padding: 0;

         }

ul#LinkeSeite li {
         list-style:none;
         }

ul#LinkeSeite a {
         display: block;
         font-size: 12px;
         font-weight:bold;
         text-decoration:none;
         color: #0364eb
         /*color: #9a9a9a ;*/
         }

ul#LinkeSeite a:link {
         background-color: #0364eb
         color: #0364eb;
         }

ul#LinkeSeite a:link:active {
         background-color: #0364eb
         color: #0364eb;
         }

ul#LinkeSeite a:link:hover {
         background-color: #0364eb
         color: #0364eb;
         text-decoration:underline;
         }
ul#LinkeSeite a:link:visited {
         background-color: #0364eb
         color: #0364eb;
         }

div#Inhalt {
         margin-left: 160px;
         margin-right: 990px;
         margin-top:230px;
         padding: 0;
         border: 0px dashed silver;
         min-width: 560px;
         /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
         }

div#Inhalt h1 {
         color: #06f;
         font-size: 2em;
         font-weight: bold;
         margin: 0.67em 0;
         }

div#Inhalt h2 {
         margin-top:36px;
         color: #0364eb;
         font-size: 12px;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-weight: bold;
         display:inline;
         }

div#Inhalt p {
         font-size:12px;
         margin: 1em 0;
         }



/* 3spaltiges Layout - rechts */
ul#RechteSeite {
         font-size: 12px;
         font-weight:normal;
         text-align:right;
         color: black;
         line-height:16px;
         position:absolute;
         top: 30;
         left:637px;
         float: right;
         width: 360px;
         padding: 0;
         margin:0;
         }

ul#RechteSeite li {
         list-style:none;
         }

ul#RechteSeite a {
         display: block;
         font-size: 12px;
         font-weight:normal;
         text-decoration:none;
         color: #0364eb
         /*color: #9a9a9a ;*/
         }

ul#RechteSeite a:link {
         background-color: #0364eb
         color: #0364eb;
         }

ul#RechteSeite a:link:active {
         background-color: #0364eb
         color: #0364eb;
         }

ul#RechteSeite a:link:hover {
         background-color: #0364eb
         text-decoration:underline;
         color: #0364eb;
         }
ul#RechteSeite a:link:visited {
         background-color: #0364eb
         color: #0364eb;
         }

/* content-bereich */

a.content {
         font-weight:normal;
         text-decoration:none;
         color: #0364eb;
         }

a.content:link {
         font-weight:normal;
         text-decoration:none;
         color: #0364eb;
         }

a.content:visited {
         font-weight:normal;
         text-decoration:none;
         color: #0364eb
         /*color: #9a9a9a ;*/
         }

a.content:hover {
         font-weight:normal;
         text-decoration:underline;
         color: #0364eb;
         }

a.content:active {
         font-weight:normal;
         text-decoration:none;
         color: #0364eb;
         }


         /* CSS von Christian Blees, Blees_radio_archiv.*/
#Archiv01 {
         font-size: 12px;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         text-align: left;
         padding-left: 0px;
         height: 300px;
         width: 700px;
         left: 165px;
         top: 380px;
         position: absolute;
         }

.bg-transparent {
         font-size: 12px;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         padding: 4px 0 4px 0;
         }

.bg-blue {
         font-size: 12px;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         padding: 4px 0 4px 0;
         background-color: #d3e0f0;
         }


#Archiv02 {
         font-size: 12px;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         background-color: #d3e0f0;
         text-align: left;
         height: 300px;
         width: 700px;
         left: 165px;
         top: 800px;
         position: absolute;
         }

#Archiv03 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; height: 300px; width: 700px; left: 165px; top: 1100px; position: absolute; visibility: visible; }
#Archiv04 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d3e0f0; text-align: left; height: 300px; width: 700px; left: 165px; top: 1400px; position: absolute; visibility: visible; }
#Archiv05 { font-size: 12px; text-align: left; height: 300px; width: 700px; left: 165px; top: 1700px; position: absolute; visibility: visible; }
#Archiv06 { font-size: 12px; background-color: #d3e0f0; text-align: left; height: 300px; width: 700px; left: 165px; top: 2000px; position: absolute; visibility: visible; }



/* CSS von Anke Nolte, Nolte_start.html*/
#bueromittel { height: 100px; width: 100px; left: 10px; top: 360px; position: absolute; visibility: visible; }
#BullitblauRadio { height: 20px; width: 20px; left: 155px; top: 60px; position: absolute; visibility: visible; }
#Radio { color: #06f; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d3e0f0; text-align: left; height: 20px; width: 80px; left: 175px; top: 60px; position: absolute; visibility: visible; padding-left: 5px; }

#TV { color: #9a9a9a; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d3e0f0; font-weight:bold; height: 20px; width: 80px; left: 279px; top: 60px; position: absolute; visibility: visible; padding-left: 5px; }
#Bullittv { height: 20px; width: 20px; left: 260px; top: 60px; position: absolute; visibility: visible; }

#Bullitblau { height: 20px; width: 20px; left: 364px; top: 60px; position: absolute; visibility: visible; }
#Print { color: #06f; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d3e0f0; height: 20px; width: 83px; left: 384px; top: 60px; position: absolute; visibility: visible; padding-left: 5px; }
#BullitblauPR { height: 20px; width: 20px; left: 472px; top: 60px; position: absolute; visibility: visible; }

#online { color: #9a9a9a; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; background-color: #d3e0f0; height: 20px; width: 82px; left: 492px; top: 60px; position: absolute; z-index: 1; visibility: visible; padding-left: 5px; }

#Bullitblaubuch { height: 20px; width: 20px; left: 579px; top: 60px; position: absolute; z-index: 1; visibility: visible; }
#Bullitblaulekto { height: 20px; width: 20px; left: 683px; top: 60px; position: absolute; z-index: 1; visibility: visible; }
#Buecherneu { color: #06f; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d3e0f0; height: 20px; width: 88px; left: 703px; top: 60px; position: absolute; z-index: 1; visibility: visible; padding-left: 5px; }
#Bullitblaulektorat { height: 20px; width: 21px; left: 796px; top: 60px; position: absolute; z-index: 1; visibility: visible; }
#Lektorat { color: #06f; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d3e0f0; height: 20px; width: 182px; top: 60px; position: absolute; left: 816px; z-index: 2; visibility: visible; padding-left: 5px; }
#Buecher { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 17px; background-color: #e8eff7; height: 226px; width: 572px; left: 158px; top: 280px; position: absolute; visibility: visible; }
#PR { color: #06f; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d3e0f0; text-align: left; height: 20px; width: 82px; left: 598px; top: 60px; position: absolute; z-index: 1; visibility: visible; padding-bottom: 0; padding-left: 5px; }
h1 { color: #06f; font-size: 2em; font-weight: bold; margin: 0.67em 0; }
#bullithome { height: 20px; width: 20px; left: 0; top: 60px; position: absolute; visibility: visible; }
#Home { color: #06f; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d3e0f0; height: 20px; width: 130px; left: 20px; top: 60px; position: absolute; visibility: visible; padding-left: 5px; }
body { color: black; font-size: 14px; background-color: #e8eff7; }
#wwwJournalisten { color: #929292; font-size: 35px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 600; text-align: right; height: 45px; width: 630px; top: 8px; position: absolute; left: 370px; visibility: visible; }
#bullitimpressum { background-color: #d3e0f0; height: 45px; width: 20px; left: 850px; top: 574px; position: absolute; z-index: 2; visibility: visible; }
#Impressum { color: #0364eb; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d3e0f0; height: 45px; width: 130px; top: 574px; position: absolute; left: 868px; z-index: 1; visibility: visible; padding-left: 5px; }
#Bueroadresse { color: #0364eb; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 10px; background-color: #d3e0f0; height: 42px; width: 330px; left: 0; top: 574px; position: absolute; z-index: 2; visibility: visible; padding-top: 3px; padding-left: 165px; }
#Turm { height: 494px; width: 232px; top: 80px; position: absolute; left: 770px; visibility: visible; }
#NameBild { color: #06f; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: right; height: 20px; width: 100px; left: 40px; top: 525px; position: absolute; visibility: visible; }
#Zusatzinfo { color: #00f; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d3e0f0; height: 45px; width: 355px; left: 495px; top: 574px; position: absolute; visibility: visible; }

#Zusatzkasten { height: 420px; width: 400px; left: 600px; top: 120px; position: absolute; visibility: visible; }
#zusatz1 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right; height: 45px; width: 370px; left: 10px; top: 10px; position: absolute; visibility: visible; }
#zusatz2 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right; height: 50px; left: 10px; top: 80px; position: absolute; width: 370px; visibility: visible; }
#zusatz3 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right; height: 50px; width: 370px; left: 10px; top: 150px; position: absolute; visibility: visible; }
#zusatz4 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right; height: 50px; width: 370px; left: 10px; top: 220px; position: absolute; visibility: visible; }
#zusatz5 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right; height: 50px; width: 370px; left: 10px; top: 290px; position: absolute; visibility: visible; }
#Ebene1 { height: 50px; width: 370px; left: 10px; top: 360px; position: absolute; visibility: visible; }
