/* =====================================================================
              Allgemeine Beschreibungsmerkmale der Website
===================================================================== */

* {
   margin: 0px;
   padding:0px;
   }

body {
   background-color: #fff;
   background-image: url(../img/background.png);
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   color: #4e4a49;
   }

img {
   border: none;
   }

a {
   text-decoration: none;
   color: #ffffff;
   outline: none;
   font-weight: bold;
   }

a:hover {
   color: #999999;
   }

li {
   display: inline;
   list-style-type: none;
   padding-right: 10px;
   }

h1 {
   font-size: 20px;
   }

h2 {
   font-size: 12px;
   font-weight: bold;
   }

p {
   margin-top: 5px;
   }

#flashcontent {
   height: 100%;
   }




/* =====================================================================
          Ende der allgemeine Beschreibungsmerkmale der Website

             Beschreibungsmerkmale der eigentlichen Website
===================================================================== */

#wrapper {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 1000px; /* Breite des Elements */
   height: 800px; /* Höhe des Elements */
   margin-left: -500px; /* Breite des Elements geteilt durch zwei! */
   margin-top: -400px; /* Höhe des Elements geteilt durch zwei! */
   }

#header_wrapper {
   width: 1000px;
   height: 120px;
   background-color: #0076bd;
   font-size: 12px;
   color: #ffffff;
   }

#header_left {
   width: 480px;
   height: 35px;
   padding: 85px 0 0 20px;
   float: left;
   text-align: left;
   font-weight: bold;
   font-size: 14px;
   background-image: url(../img/background_header.jpg);
   }

#header_right {
   width: 500px;
   height: 120px;
   float: left;
   }

#content_wrapper {
   width: 1000px;
   height: 640px;
   }

#content_wrapper_programm {
   width: 1000px;
   height: 640px;
   background-image: url(../img/programm.png);
   }

#content_left {
   width: 500px;
   height: 640px;
   float: left;
   }

#content_right {
   width: 500px;
   height: 640px;
   float: left;
   }

#content_anfahrt {
   width: 1000px;
   height: 640px;
   position:absolute;
   z-index:0;
   }

#content_left_anfahrt {
   width: 500px;
   height: 640px;
   float: left;
   position:absolute;
   z-index:1;
   }

#content_right_anfahrt {
   width: 320px;
   height: 200px;
   padding: 400px 0 0 140px;
   float: left;
   position:absolute;
   margin-left: 500px;
   z-index:1;
   }

#content_left_datenschutz {
   width: 400px;
   height: 540px;
   float: left;
   padding: 50px;
   color: #000000;
   background-image: url(../img/background_content_left.png);
   }

#content_right_datenschutz {
   width: 500px;
   height: 640px;
   }

#content_right_top {
   width: 500px;
   height: 320px;
   }

#content_right_top_anfahrt {
   width: 500px;
   height: 320px;
   z-index: 2;
   }

#content_right_bottom {
   width: 500px;
   height: 320px;
   }

#programm_links {
   width: 700px;
   height: 640px;
   float: left;
   }

#programm_rechts {
   width: 300px;
   height: 640px;
   float: left;
   }

#footer_wrapper {
   width: 1000px;
   height: 40px;
   background-color: #0076bd;
   font-size: 10px;
   color: #ffffff;
   }

#footer_left {
   width: 480px;
   height: 27px;
   float: left;
   padding: 13px 0 0 20px;
   }

#footer_right {
   width: 480px;
   height: 27px;
   padding: 13px 20px 0 0;
   float: left;
   text-align: right;
   }
