* {
        z-index: 0;
        margin: 0; padding: 0;
   }

.trenner {
	border-top: 1px solid #9D9980;
	margin:10px 0 10px 0;
	padding: 0;
	clear: both;
	}

img#background {position: absolute; left: 00; top: 0; z-index: 1; width: 100%; height: 80px;}

a#background1 {position: absolute; left: 20px; top: 30px; z-index: 1; height: 70px; color: #FFF; font-family:Verdana;font-size:27pt;font-weight:bold}

h1 {font-size:27pt}


#top_bar {
  height: 80px;
  background-image:url(top_bg.jpg);
	background-repeat:repeat-x;
  }


#menu {
	position: absolute;
	top:80;
	width:100%;
  height:2px;
	z-index: 1; 
	background-color: #A00000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em; /* eigentlich 0.6em, aber dann wirds in den grossen Browsern nicht bold */
	font-weight:bold;
	}


    body {
        background-color:#D0C18C;;
        height: 100%;
    }
    div#v_center {
        position: absolute;
        top: 50%;
        width: 100%;
    }
    div#v_container {
        display: block;
        font-size: 12pt;
        margin-top: -120px;
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }



a:link, a:visited, a:active, a:hover
			{ 	color: #000000;
				  text-decoration: none;
			}
			
a:hover		{ 	color: #AC0000;
          text-decoration: none;		}

			
#text_link a
			{ 	color: #AC0000;
				  text-decoration: none;
			}
			
#text_link a:hover		{ 	color: #AC0000;
          text-decoration: underline;		}


