body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align:left;
	background-image: url(Images/bg.jpg); background-repeat:repeat;
}

.overskrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #30C7FF;
	text-align:left;
	font-weight:bold;
}

a:link {
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #30C7FF;
	font-weight: bold;
	text-decoration:none;
}
a:active {
	color: #30C7FF;
	font-weight: bold;
	text-decoration:none;
}
 
    div.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1000px;
      height: 442px;
      margin-left: -500px; /* half of width */
      margin-top: -221px;  /* half of height */	
      /*background-color: #FFFFFF;*/
	  /*border: 1px #E9E9E9 solid;*/
      }      
      
    div.inner
      {
      position:absolute;
      left: 50%;
      top:50%;
      width: 1000px;
      height: 442px;
      margin-left: -500px;  /* half of width */
      margin-top: -221px;   /* half of height */
      /*background-color: #FFFFFF;	*/ 
      }      
    -->
	
	.main{
	width:650px;
	height:321px;
	float:left;
	background-image: url(Images/main.png); background-repeat:no-repeat;
	
	}
	
	.flash{
	width:350px;
	height:321px;
	float:right;
	background-image: url(Images/flash.png); background-repeat:no-repeat;
    }
	
	.bund{
	width:1000px;
	height:120px;
	float:left;
	background-image: url(Images/bund.png); background-repeat:no-repeat;
	}	
	
	.menu {
	margin: 40px 0px 0px 100px;
	padding-top: 0px;
	padding-left:130px;
	width:400px;
	}
	
	.textindhold {
	margin: 35px 0px 0px 100px;
	padding-top: 0px;
	padding-left:130px;
	width:400px;
	height:217px;
	line-height:15px;
	overflow-y:scroll;
	overflow-x:hidden;
	}
	
	.hotspots {
	margin: 0px 0px 0px 100px;
	padding-top: 0px;
	padding-left:130px;
	width:400px;
	line-height:15px;
	height:110px;
	float:left;
	}
	
    .hotspot1 {
	margin: 7px 0px 0px 0px;
	padding-top: 0px;
	padding-left:0px;
	width:195px;
	line-height:15px;
	height:110px;
	float:left;
	}
	
	.hotspot2 {
	margin: 7px 0px 0px 0px;
	padding-top: 0px;
	padding-left:10px;
	width:195px;
	line-height:15px;
	height:110px;
	float:right;
	}
	
    .adresse {
	margin: 7px 0px 0px 0px;
	padding-top: 0px;
	padding-left:130px;
	width:220px;
	line-height:15px;
	height:110px;
	float: left;
	font-weight:bold;
	}
	
	
	
	
