A:visited{
	Text-Decoration : none;
	line-height: 14px;

	}


A:hover{
	Text-Decoration : underline;
	line-height: 15px;
	
	}


A:active{
	Text-Decoration : none;
	line-height: 15px;
	}


A:link{
	Text-Decoration : none;
	line-height: 15px;
	}

BODY,P{
	Color : #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 10px;
	line-height: 15px;
	Font-Weight : normal;
	}

.faktatxt{
	Color : #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 9px;
	line-height: 15px;
	Font-Weight : normal;
	}

.faktatxtfet{
	Color : #000000;
	line-height: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 9px;
	Font-Weight : bold;
	}


.faktaoverskrift{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 11px;
	Font-Weight : bold;
	}


.brodtoverskrift{
	line-height: 17px;
	Color : #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 12px;
	Font-Weight : bold;
	}


P{
	Color : #000000;
	line-height: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 10px;
	Font-Weight : normal;
	}


.brodtxt{
	Color : #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	Font-Size : 10px/16px;
	Font-Weight : normal;
	}

.overskrift{
	Color : #000000;
	Font-Family : Arial, helvetica;
	Font-Size : 24px;
	line-height: 30px;
	Font-Weight : bold;
	}

.overskrift2{
	Color : #000000;
	Font-Family : Arial, helvetica ! important;
	Font-Size : 22px! important;
	line-height: 28px;
	Font-Weight : bold;
	}


.overskrift3{
	Color : #000000;
	Font-Family : Arial, helvetica ! important;
	Font-Size : 18px! important;
	line-height: 26px;
	Font-Weight : bold;
	}
	
	
.overskrift4{
	Color : #000000;
	Font-Family : Arial, helvetica ! important;
	Font-Size : 16px! important;
	line-height: 22px;
	Font-Weight : bold;
	}
	

.ingress{
	Color : #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 12px;
	line-height: 17px;
	Font-Weight : normal;
	}


UL{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 10px;
	line-height: 15px;
	Font-Weight : normal;
	}

OL{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 10px;
	line-height: 15px;
	Font-Weight : normal;
	}
	
DD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 10px;
	line-height: 15px;
	Font-Weight : normal;
	}
	

DT{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 10px;
	line-height: 15px;
	Font-Weight : normal;
	}	
	
TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 10px;
	line-height: 15px;
	Font-Weight : normal;
	}		
	
.linje{ 
	margin-right:0; 
	margin-bottom:-12;
	line-height: 15px;
	Color : #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	Font-Size : 8pt;
	}	
table.standardtable,
table.hotelfacts {
	background:#FFFFFF;
	font-size:11px;
	}
table.standardtable tr.row-header th {
	text-align:left;
	width:80px !important;
	width /**/: 75px;
	}
table.hotelfacts tr.row-header th {
	text-align:left;
	vertical-align:top;	
	width:100px !important;
	width /**/: 95px;
	}
table.standardtable tr.col-header th,
table.hotelfacts tr.col-header th {
	vertical-align:top;
	}	
table.standardtable th,
table.hotelfacts th {
	color:#45240e;
	font-weight:normal;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}
table.standardtable td {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;	
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}
table.hotelfacts td {
	border-left:1px solid #cccccc;	
	border-bottom:1px solid #cccccc;
	text-align:left;	
	}

#dropdown {
 float: left;
 margin: 0;
 padding: 0;
}
#dropdown li {
 background: #F7F0E0;
 border:1px solid #666;
 float: left;
 list-style: none;
 margin: 0;
 padding:0 0 0 10px;
 position: relative;
 height:20px;
 width:100px;
}
#dropdown li:hover {
 background: #FF2828;
}
#dropdown li a {
 text-decoration:none;
}
#dropdown ul {
 background: #F7F0E0;
 display: none;
 margin: 0;
 padding: 0;
 position: absolute;
 top: 20px;
 left: -1px;
 z-index: 500;
}
#dropdown ul {
 position: absolute;
}
#dropdown li:hover ul {
 display: block;
}
