#dansk_regioner{
	width:100%;
	height:auto;
  
}
	
	#banner_dansk{
	width:100%;
	height:auto;
	text-align: center;
	font-size: 30px;
	}
	
#informasjon {
	width:100%;
	height:auto;
	margin-bottom: 5px;
	margin-top:5px;
	font-size: 18px;
	text-align: left;
	}
	
	#tips {
	height:auto;
	width: 100%;
	margin-bottom:5px;
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
	}
	
.banner_region{
	width:100%;
	color:black;
	text-align: left;
	font-size: 20px;
	margin-bottom:5px;
	margin-top: 5px;
	}
	
.regioner{
	width: auto;
	height: auto;
	padding: 5px;
	margin-top: 5px;}
	
.regioner ul{
	margin-top: 3px;
	padding:2px;
	list-style: none;
}
.landsdel li{
	margin:0px;
	padding:0px;
	display: inline-block;	
}

.regioner a {
	float:left;
	display:block;
	height:auto;
	width:260px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	outline:none;
}

.regioner a:hover {
	color:#000000;
}

.regioner .current {
	color:#000000;
}