

div.ueberschrift {
	position : absolute;
    top : 10px;
    left : 10px;
	width : 100%;
	height : 161px;
	background-image:url(bilder/ueberschrift.gif);
	background-position:center; 
	background-repeat:no-repeat;
  }


div.navigation { 
	position : absolute;
	top : 250px;
    	left : 10px;
	width : 210px;
	height : 500px;
	}	
  

div.inhalt {
	position : absolute;
	top : 250px;
    	left : 210px;
	width : 55%;
	height : 500px;
	}

div.oeffnung {
	position : absolute;
	top : 250px;
    	left : 75%;
	width : 20%;
	height : 500px;
	margin-left : 1%;
	}

div.karte {
	position : absolute;
	top : 250px;
    	left : 210px;
	width : 75%;
	height : 500px;
	}

