html body{
	height: 100%;
	background: #0489B1;
	width: 100%;
         padding: 0px;
         margin: 0px;
         /*    #80FF00; */
        /*	background-image: url(wappen.png);*/
	overflow: visible;
}

/*body {   position: absolute;
	top:5%;
	left: 5%;
	height: 90%;
	width: 90%;
	background: #FFFFFF;
         padding: 0px;
         margin: 0px;

	overflow: visible;
} */

div#content{   position: absolute;
	top:5%;
	left: 5%;
	height: 90%;
	width: 90%;
	background: #FFFFFF;
         padding: 0px;

         margin: 0px;

	    border-bottom-width:2px ;
	    border-bottom-style:solid ;
     	    border-bottom-color: #4F4F4F ;
	    border-right-width: 2px ;
	    border-right-style:solid ;
	    border-right-color:#4F4F4F ;
	    z-index: 100;
         /*    #80FF00; */
      

	overflow: visible;
}

div#logo{
     /*    background-attachment: fixed;*/
         background-image: url(wappen.gif);
       	 background-repeat: no-repeat;
         background-position: center;
}

div#text{
           font: 13px Arial, sans-serif ;
           text-align: center;
}


H1, H2  {

 text-align: center ;
 }
