/* globale definitionen */

   * {
      padding: 0;
      margin: 0;
      border: 0px solid black;
      font-family: Verdana, Geneva, Arial, Helv, Helvetiva, sans-serif;
      font-size: 10px;
      color: blue;
   }

   form {
      display: inline;
   }


   a {
      color: #DC0000;
   }

   #content a {
      color: #994E00;
      text-decoration: none;
   }

   #content a:hover {
      color: #994E00;
      text-decoration: underline;
   }

   strong, b {
      color: #994E00;
      font-weight:bold;
   }

   em, i {
      color: #333333;
      font-style:italic;
      font-weight:normal;
   }



/* grundgeruest */

   html, body {
      width: 100%;
      height: 100%;
   }

   body {
      background-color: #F8F2E8;
   }

   #page_wrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 897px;
      height: 596px;
      margin-left: -449px;
      margin-top: -298px;
      text-align: center;
      background-color: #FFF7ED;
      background-image: url(gfx/start_bg.gif);
      background-repeat: no-repeat;
      background-position: bottom right;
      text-align: left;
   }

   #page {
      border: 1px solid #FFC066;
      width: 888px;
      height: 587px;
   }

/* vignetten */

   #toparea_wrapper {
      background-image: url(gfx/toparea_bg.jpg);
      background-repeat: no-repeat;
      background-color: #FDD170;
      width: 888px;
      height: 105px;
   }

   #toparea_wrapper .toparea {
      height: 105px;
      background-repeat: no-repeat;
      background-position: right center;
   }

   #toparea_wrapper .toparea ul {
      
      /* für normales Logo */
      margin-top: -41px; /* -37 */
      
      /* für 50 Jahre Logo */
      /* margin-top: -59px; */
      
      list-style-type: none;
      text-align: center;
      position: relative;
   }

   #toparea_wrapper .toparea ul li {
      display: inline;
      color: #DC0000;
      margin: 0;
      padding: 0;
   }

   #toparea_wrapper .toparea ul li a {
      text-decoration: none;
   }

   #toparea_wrapper .toparea ul li a:hover {
      text-decoration: none;
   }

   /*
   #toparea_wrapper .toparea .infobox {
      display: none;
      position: relative;
      top: -7px;
      width: 154px;
      height: 170px;
      z-index: 20;
   }
   */

   #toparea_wrapper .toparea .infobox {
      display: none;
      position: absolute;
      top: 83px;
      width: 154px;
      height: 170px;
      z-index: 20;
   }

   #toparea_wrapper .toparea img.logo {
      position: relative;
      left: 11px;
      top: 19px;
      z-index: 20;
   }
   
   #toparea_wrapper .toparea img.logo50 {
      position: relative;
      left: 37px;
      top: 5px;
      z-index: 20;
      width: 104px;
      height: 88px;
   }


   /* menu */

   #page .top_menu {
      width: 888px;
      height: 30px;
      border-top: 1px solid #DC0000;
      border-bottom: 1px solid #DC0000;
      text-align: center;
      background-color: #fff;
   }

   #page .top_menu_items, #page .top_menu_items_active {
      position: relative;
      top: 8px;
      height: 32px;
      display: inline;
      padding-bottom: 5px;
   }

   #page .top_menu a {
      text-decoration: none;
      background-image: none;
   }

   #page a .top_menu_items, #page a .top_menu_items_active {
      text-decoration: none;
      background-position: bottom center;
      background-repeat: no-repeat;
      background-image: url(gfx/spacer.gif);
   }

   #page a:hover .top_menu_items, #page a .top_menu_items_active {
      background-image: url(gfx/arrow_up_red.gif);
   }

   #page .main {
      width: 888px;
      position: absolute;
      background-image: url(img/startseite/wenn-die-welt-kopf-steht.jpg);
      height: 450px;
   }

   #page .main .text {
      position: absolute;
/*
      top: 85px;
      left: 410px;
      width: 261px;
      height: 238px;
*/
   }

   #page .main .text img {
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
   }

   #page .main .box {
      background-color: #FFF7EA;
      background-repeat: no-repeat;
      background-image:url(gfx/start_box_bg.gif);
      width: 168px;
      height: 153px;
      position: relative;
      top: 30px;
      left: 691px;
   }

   #page .main .box .bg {
      background-repeat: no-repeat;
      width: 168px;
      height: 153px;
   }

   #page .main .box h3 {
      padding-top: 15px;
      margin-bottom: 5px;
      margin-left: 10px;
      margin-right: 13px;
      color: #DC0000;
      font-size: 11px;
   }

   #page .main .box p {
      padding-top: 3px;
      padding-bottom: 5Px;
      margin-left: 10px;
      margin-right: 6px;
      line-height: 15px;
      color: #994E00;
      font-size: 10px;
   }

   #page .main .box a {
      text-decoration: underline;
   }

   #page .main .footer {
      width: 100%;
      position: absolute;
      /*
      bottom: 13px;
      height: 16px;
      */
      bottom: 9px;
      height: 26px;
      text-align: center;
   }

   #page .main .footer img {
      margin-left: 5px;
   }

   #page .kreis_stoerer {
      width: 155px;
      height: 183px;
      top: 27px;
      position: absolute;
      background-image: url(img/startseite/stoerer_podcasts.png);
      background-repeat: no-repeat;
   }
   
   #page a.kreis_stoerer {
      outline: none;
      background: none;
   }
   
   
   
   #page #newsticker {
      
      position: absolute;
      
      
      top: 20px;
      left: 20px;
      
      display: block;
      overflow: auto;
      z-index: 1000;
      
   }
   
   #page #newsticker .ticker_head {
      width: 269px;
      height: 28px;

      background-image: url(img/startseite/newsticker_header.png);

      display: block;
   }
   

   #page #newsticker .ticker_content {
      width: 269px;
      

      background-image: url(img/startseite/newsticker_middle.png);
      background-position: left bottom;
      
      overflow: hidden;
   }
   
   #page #newsticker .nt_normal {
      height: 40px;
   }
   
   /*
   #page #newsticker .nt_extended {
      height: 126px;
   }
   */
   
   
   #page #newsticker #newsticker_content .ticker_body {
      color: #666;
      margin-top: 6px;
      margin-left: 20px;
      margin-right: 25px;
      margin-bottom: 6px;
   }
   
   #page #newsticker #newsticker_content .ticker_body p {
      color: #666;
      font-weight: normal;
      font-size: 11px;
      line-height: 13px;
      margin-bottom: 12px;
   }
   
   #page #newsticker #newsticker_content .ticker_body p a {
      color: #333;
      font-weight: bold;
      text-decoration: underline;
   }
   
   #page #newsticker #newsticker_content .ticker_body p a:hover {
      color: #dc0000;
   }
   
   #page #newsticker #newsticker_content .ticker_body p.quote {
      display: block;
      text-align: center;
      font-size: 12px;
      line-height: 16px;
      font-weight: bold;
      color: #666;
      margin-top: 2px;
      margin-bottom: 8px;
   }
   
   #page #newsticker .ticker_footer {
      width: 269px;
      height: 26px;
      background-image: url(img/startseite/newsticker_footer.png);
      display: block;
   }
   
   #page #newsticker .ticker_footer #newsticker_arrow {
      position: absolute; 
      left: 125px; 
      bottom: 7px; 
      width: 17px; 
      height:17px; 
      display:block;
   }
   
   #page #newsticker .ticker_footer #newsticker_arrow.down {
      background-image: url(img/startseite/newsticker_arrow_down.png);
   }
   
   #page #newsticker .ticker_footer #newsticker_arrow.up {
      background-image: url(img/startseite/newsticker_arrow_up.png);
   }
   
   div#nukexperience {
      display: block;
      position: fixed;
      bottom: 0px;
      width: 99%;
      height: 26px;
   }
   div#nukexperience div {
      display: block;
      height: 20px;
      width: 551px;
      padding-top: 6px;
      background-image: url(gfx/web2footer_fond.png);
      margin: 0 auto;
      text-align: center;
   }
   div#nukexperience a {
      text-decoration: none;
      color: #333333;
   }
   div#nukexperience a.img {
      margin-left: 5px;
   }
   div#nukexperience a.first {
      margin-left: -2px;
   }
   div#nukexperience a.text {
      margin-top: -4px;
      padding-left: 5px;
      position: relative; 
      top: -4px;
   }
   div#nukexperience a.text:hover {
      text-decoration: underline;
      color: #DC0000;
   }