  html {
    overflow-y: scroll;
  }

  body {
    color: black; background-color: #666666;
    font-size: 12px;
    font-family: Arial,Verdana,sans-serif;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    min-width: 1024px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  
  div#framework {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  	width:1024px;
	  padding:0;
	  background-image:url(../imgs/background.gif); background-repeat:repeat-y;
	}  

  h1 {
    font-size: 12px;
    font-family: Arial,Verdana,sans-serif;
    margin: 0px 0px 0px 0px;
    text-align: left;
  }
  
  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  div#rightbar {
    float:right;
    width:10px;
    min-height:500px;
    background-color:#990000;  
  }
  
  div#navigation {
    z-index:3;
    float: left;
    min-height: 500px;
    font-size: 12px;
    width: 219px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #990000;
  }
  
  div#navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
    background-color: #990000;
  }
  
  div#navigation a {
    display: block;
    color: #FFFFCC;
	  font-weight:bold;
	  font-size:12px;
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
	  padding-left: 10px;
	  padding-right: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #990000;
    border-bottom-style: solid;	  
  }
  
  div#navigation a:link {
  }
  
  div#navigation a:visited {
  }
  
  div#navigation a:hover {
    color: #FFFFCC;
    padding-bottom: 5px;
    padding-top: 5px;
	  padding-left: 10px;
	  padding-right: 0px;    
    background-color: #B25045;
    border-bottom-width: 1px;
    border-bottom-color: #4A4F3B;
    border-bottom-style: solid;
  }
  
  div#navigation a:active {
    color: #black;
    background-color: #FFFFCC;
  }
  
  div#header {
    width:1024px;
    height:93px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image:url("../imgs/background.gif");
  }

 div#inhalt {
    z-index:4;
    width: 805px;
    min-height: 550px;
    margin: 0px 0px 0px 219px;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFCC;
  }

  div#content {
    width: 785px;
    min-height: 550px;
    text-align: justify;
    padding: 10px 0px 10px 0px;
    margin: 0px 5px 0px 10px;
  }
  
  div#globalnavigation {
    clear: both;
    width: 1024px;
    height:20px;
    margin: 0;
    padding: 0px;
  }
  
  div#globalnavigationleft {
    z-index:8;
    min-height: 20px;
    height: 20px;
    float: left;
    width: 219px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: middle;
    background-image:url("../imgs/globalnavi_left.jpg");
  }

  div#globalnavigationright {
    z-index:9;
    min-height: 20px;
    float: left;
    width: 805px;
    height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	  text-align: right;
    background-image:url("../imgs/globalnavi_right.jpg");  
  }
  
  div#globalnavigationleft a {
    font-size: 12px;
	  font-weight: bold;
	  padding-left:20px; 
    color: #CCCCCC;
    text-decoration: none;    
	}

  div#globalnavigationright a {
	  padding-right: 10px;
	  padding-left: 10px;
    font-size: 12px;
	  font-weight: bold;
    color: #990000;
    text-decoration: none;
	}  

  p#headerimage {
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */  
    background:url(../imgs/header.gif) no-repeat left center;
    width:1024px;
    height:23px;
    font-size: 11px;
    margin-top: 10px;
    color: #FFFFFF;
  }

  div#fusszeile {
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */  
    background:url(../imgs/footer.gif) no-repeat left center;
    width:1024px;
    height:24px;
    font-size: 11px;
    margin-bottom: 10px;
    color: #FFFFFF;
  }
  
  div#title {
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
  }

  div#lokliste {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  div#teaser {
    width: 780px;
    height: 16px;
    text-align: justify;
    background-color: #EEEEEE;    
    padding: 2px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
  }
  
  div#news {
    width: 710px;
    text-align: justify;
    padding: 5px 5px 5px 0px;
    margin: 0px 0px 5px 0px;
  }
  
  div#spacer {
    margin-top: 25px;
  }
  
  div#search {
    background-color: #CCCCCC;
    border: 1px #CCCCCC solid;
    width: 135px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 25px;
    padding: 4px
  }
