@charset "ISO-8859-1";

  body {
    color: black;
    background-color: white;
    font-size: 100%;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    min-width: 980px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    max-width: 1280px;
  }

  #LogoMitte {
    background-image:url(grafik/LogoMitte.png);
    background-repeat:repeat-x;
    background-position: top;
    margin-bottom: 10px;
   }
  #LogoRechtsMa {
    background-image:url(grafik/LogoRechtsMitarbeiter.png);
    background-repeat:no-repeat;
    background-position: top right;
    height: 250px;
   }
  #LogoRechtsSolid {
    background-image:url(grafik/LogoRechtsSolid.png);
    background-repeat:no-repeat;
    background-position: top right;
    height: 250px;
   }

  #NaviTop {
    background:url(grafik/NaviOben.png) top left no-repeat;
    float: left;
    width: 265px;
   }
  #NaviBottom {
    background:url(grafik/NaviUnten.png) bottom left no-repeat;
    float: left;
    width: 265px;
   }

  #Navi {
    font-size: 130%;
    width: 200px;
    margin: 10px 20px 5px 20px;
    padding: 0px 20px 5px 20px;
    color: black;
    display: block;
    font-weight: bold;
  }
  #Navi a {
    text-decoration: none;
    color: white;
  }
  #Navi a:hover {
    color: #7CA7D8;
  }

  #Navi2 {
    font-size: 77%;
    width: 200px;
    margin: 0px 20px 0px 20px;
    color: black;
    display: block;
    font-weight: bold;
  }
  #Navi2 a {
    text-decoration: none;
    color: white;
  }
  #Navi2 a:hover {
    color: #7CA7D8;
  }

  #InfoTop {
    background:url(grafik/InfoOben.png) top right no-repeat;
    float: right;
    width: 200px;
   }
  #InfoBottom {
    background:url(grafik/InfoUnten.png) bottom right no-repeat;
    float: right;
    width: 200px;
   }
  #Info {
    font-size: 90%;
    width: 200px;
    margin: 5px 0px 5px 0px;
    float: right;
  }
  #Info h1 {
    font-size: 130%;
    text-align: center;
    margin: 10px 20px;
  }
  #Info p {
    font-size: 100%;
    text-align: justify;
    margin: 5px 10px 10px 10px;
  }
  #Info a {
    /*display: block;*/
    color: #0072BC;
   }
  #Info a:hover {
    color: #7CA7D8;
  }

  div#Mitte {
    margin: 0px 215px 0px 280px;
    padding: 0px;
  }
  #lo {
    background:url(grafik/lo.png) left top no-repeat;
  }
  #ro {
    background:url(grafik/ro.png) right top no-repeat;
  }
  #lu {
    background:url(grafik/lu.png) left bottom no-repeat;
  }
  #ru {
    background:url(grafik/ru.png) right bottom no-repeat;
  }

  * html div#Inhalt {
    height: 10px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt {
    margin: 0px 0px 10px 0px;
    padding: 10px 25px 15px 25px;
  }
  div#Inhalt h1 {
    font-size: 160%;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    color: #0072bc;
    font-weight: bold;
  }
  div#Inhalt h2 {
    font-size: 130%;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    color: #0072bc;
  }
  #Inhalt a {
    color: #0072BC;
    text-decoration: none;
  }
  #Inhalt a:hover {
    color: #7CA7D8;
  }
  .left {
    font-size: 90%;
    text-align: left;
	/*float: left;*/
    margin: 5px 0px;
  }
  .big {
    font-size: 110%;
    text-align: left;
    margin: 5px 0px;
  }
  .center {
    font-size:90%;
    text-align: center;
    width: 100%;
    margin: 5px 0px;
  }
  .centerbig{
    font-size: 110%;
    text-align: center;
    margin: 5px 0px;
  }
  .right {
    font-size:90%;
    text-align: right;
    width: 100%;
    margin: 5px 0px;
  }

  .imageRight {
    position: relative;
    float: right;
    margin: 0px;
  }

  .imageCenter {
    position: relative;
    text-align: center;
    float: none;
    margin: 0px;
  }

 .imageLeft {
    position: relative;
    float: left;
    margin: 0px;
  } 
 .imageLeftNoFloat {
    position: relative;
	text-align: left;
	float: none;
    margin: 0px;
  }    
  
  div#Fusszeile {
    clear: both;
    font-size: 90%;
    margin: 10px;
    padding: 10px 60px 0px 80px;
    height: 20px;
    text-align: center;
    background-color: white;
    color: #0072BC;
  }
  #Fusszeile a {
    color: #0072BC;
  }
  #Fusszeile a:hover {
    color: #7CA7D8;
  }
