*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body {
   color:green;
   margin-top:0;
   margin-left:0;
   margin-right:0;
   margin-bottom:0;
   font-family:Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
   }

#aussenwrapper
{
    height: 100%;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#innenwrapper
{
    height:100%;
    overflow: hidden;
}

#header
{
    position: absolute;
    top: 0;
    left:0;
	height: 25%;
	width: 100%;
	margin: 0 0 0 0;	
}

#page
{
    height: 75%;
    position: absolute;
    top: 25%;
 	background-image: url(bilder/hgs07.jpg);
	background-position:center center;
	background-repeat: repeat-x;
	
	width: 100%;
}

#bilder
{
    position: absolute;
    top: 1%;
    right:1%;
	height: 93%;
	width: 13%;
	margin: 0 0 0 0;
}

#center
{
    position: absolute;
    top:0;
    left:15%;
    background-image: url(bilder/HintergrundHGT01.gif);
	background-position:center center;

	width:70%;
	height:100%;
}

