@charset "utf-8";
body  {
	padding: 0;
	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: #000000;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/sm017.jpg);
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
}




p {
	font-size: 13px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
}

.twoColFixLtHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 6px double #996600; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(images/bg.jpg);
} 
.twoColFixLtHdr #header {
	height: 220px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	margin-top: 0px;
	margin-left: 12px;
	display: inline;
	overflow: hidden;
}
.flagg {
	margin-right: 15px;
	margin-left: 15px;
}

#sidebar1 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar1 ul a {
	font-size: 14px;
	text-align: center;
	width: 140px;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	color: #000;
	background-color: #CCCC99;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

#framside #framsideLink a, #overnatting #overnattingLink a, #aktivitetar #aktivitetarLink a, #historie #historieLink a, #kart #kartLink a, #fotoalbum #fotoalbumLink a, #epost #epostLink a {
	background-color: #FFF;
	cursor: default;
}
#framside #framsideLink a:hover, #overnatting #overnattingLink a:hover, #aktivitetar #aktivitetarLink a:hover, #historie #historieLink a:hover, #kart #kartLink a:hover, #fotoalbum #fotoalbumLink a:hover, #epost #epostLink a:hover {
cursor: default;
}
#sidebar1 ul a:hover {
	background-color: #999966;
	
	}
	
.twoColFixLtHdr #mainContent {
	float: right;
	width: 624px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 4px double #996600;
	display: inline;
} 
.twoColFixLtHdr #left   {
	float: left;
	width: 286px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
}

.twoColFixLtHdr #right {
	float: right;
	width: 286px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
}





.twoColFixLtHdr #footer {
	width: 790px;
	border: 4px double #996600;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 5px;
} 
.text {
	width: 250px;
	margin-left: 20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

