/* CSS Document */
body { width:auto; height:100%; background-color:white; font-family:"Courier New", Courier, monospace; }
#mapcontainer{ 
      position:absolute;
			top:10%;
			left:40%;
  		height:450px;
			width:400px;};
#container{ 
      position:absolute;
			top:0%;
			left:0%;
  		height:100%;
			width:100%;}		
#header {	
      position:absolute;
			top:5%;
			left:10%;
			height:106px;
			width:300px;
			background-image:url(../grafik/logo.GIF);
			background-position:50% top;
			background-repeat:no-repeat;}		
#navi { font-size: medium; font-weight: bolder; line-height: 12px; position:absolute; top:25%; left:15%; height:460px; text-align:right; }		
#maptext { position:absolute; top:5%; left:40%; width:400px;  font-size:16px; font-weight:bold; color:#336600; text-align:center; }
a.type1:link, a.type1:visited { color:#336600; font-weight: normal; text-decoration:none; text-align:right; }
a.type1:hover, a.type1:active { color:#360;	text-decoration:none;	font-weight:bolder;}
a.type3:link, a.type:active, a.type3:visited { color: #336600; font-size: 14px; font-weight: normal; text-decoration: underline; text-align: center; }
a.type3:hover { color: #336600; font-weight: bolder; text-decoration: underline; text-align: center; }
p.type4 { color: #336600; font-size: 24px; font-weight: bold; text-align: right; }
