body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d1d1d1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top:20px;
	padding-bottom:10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#container {
	width: 730px;  
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 20px 20px 10px 20px; 
	border:3px solid #BCBCBC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFF; 
}
#header .logo {
	margin: 0 0 15px 0;  
}
#header h1 {
	width:730px;
	height:70px;
	margin:0 0 0 0;
	overflow: hidden;
	background:url(../images/logo.png) no-repeat;
}

#header .flagg {
	float:right;
	padding-top:30px;
}

#header .flagg img {
	margin: 0 0 0 10px;

}

#header .kontakt {
	float:right;
	margin: 25px 0 0 0;

}


#header .kontakt a {
	text-decoration:none;
	color:#e3a615;
	font-family: arial, helvetica, sans-serif;
	font-size:1em;
	line-height: 1.5;
	font-weight: bold;  

}

#header .kontakt a:hover {
color:#008fd1;
text-decoration:none;
}

#header h1 a:link, h1 a:hover, h1 a:visited, h1 a:active{
	display: block;
	width:215px;
	height:70px;
	text-indent: -10000px;
} 
#header .flash{
	width: 726px;
	height: 350px; 
	margin: 0 ;
	border:2px solid #e3a615;
	background:url(../images/sf-flash.jpg) no-repeat;
}
#nav{
margin-top:18px;

} 

#nav .navcamp {
float:left;
margin-right:19px;
}
#nav .navcamp img {
	border:2px solid #e3a615;
	width:130px;
	height:130px;
	background-image: url(../images/camping.gif);
}

#nav .navcamp img:hover {
	border:2px solid #008fd1;
	background-position: 0 130px;
}

#nav .navmot {
float:left;
margin-right:19px;
}
#nav .navmot img {
	border:2px solid #e3a615;
	width:130px;
	height:130px;
	background-image: url(../images/motell.gif);
}

#nav .navmot img:hover {
	border:2px solid #008fd1;
	background-position: 0 130px;
}

#nav .navcab {
float:left;
margin-right:19px;
}
#nav .navcab img {
	border:2px solid #e3a615;
	width:130px;
	height:130px;
	background-image: url(../images/hytter.gif);
}

#nav .navcab img:hover {
	border:2px solid #008fd1;
	background-position: 0 130px;
}
#nav .navapp {
float:left;
margin-right:19px;
}
#nav .navapp img {
	border:2px solid #e3a615;
	width:130px;
	height:130px;
	background-image: url(../images/leiligheter.gif);
}

#nav .navapp img:hover {
	border:2px solid #008fd1;
	background-position: 0 130px;
}

#nav .navact {
float:left;
}
#nav .navact img {
	border:2px solid #e3a615;
	width:130px;
	height:130px;
	background-image: url(../images/aktiviteter.gif);
}

#nav .navact img:hover {
	border:2px solid #008fd1;
	background-position: 0 130px;
}

#nav  a {
width:130px;
display:block;
text-decoration:none;
color:#e3a615;
font-family: arial, helvetica, sans-serif;
font-size:1em;
line-height: 1.5;
font-weight: bold;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
.nav a {float:none;}	
/* End IE5-Mac hack */

#nav a:hover {
color:#008fd1;
text-decoration:none;
}

#nav .navtext {
color:#000;
}

.clear{
clear:both;
}

#mainContent {
	margin-top:30px;
	background: #FFFFFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.6em;
	color:#e3a615;
	text-transform: uppercase;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 0.6em;
	color:#000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
}

.bold{
	font-weight: bold;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
	margin:0;
}


.minihead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#mainContent ul {
	float: right;
	list-style-type: none;
	margin-top:-1px;

}

#mainContent .imgleft {
	float:left;
	margin-left:2px;
	margin-right:17px;
}

#mainContent .imgright {
	float:right;
	margin-left:17px;
	margin-right:2px;
	margin-bottom:10px;

}
#viewer {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

#viewer img {
	border:2px solid #e3a615;
	
}

#viewer img:hover {
	border:2px solid #008fd1;
}



#hr1 {
	border:1px solid #e3a615;
	
}

#footer {
	margin-top:25px;
	display:block;
	text-decoration:none;
	color:#000;
	font-family: arial, helvetica, sans-serif;
	font-size:0.60em;
	text-align: center;
	font-weight: bold;	
}

#footer a {
	text-decoration:none;
	color:#000;

}
#footer .arrow {
color:#e3a615;
}

#bunn {
	margin-top:3px;
	display:block;
	text-decoration:none;
	color:#666;
	font-family: arial, helvetica, sans-serif;
	font-size:0.6em;
	text-align: center;
	font-weight: normal;
}

#bunn a {
	text-decoration:none;
	color:#666;
