* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}
p {
	padding-bottom: 1em;
}
h1 {
	font-size: 1.4em;
	padding-bottom: 1em;
}
h2 {
	font-size: 1.2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

/* *********************************************************************** *
 * *     Layout styles                                                   * *
 * *********************************************************************** */
#page {
	margin: 0 auto;
	width: 826px;
}
#header {
	height: 101px;
	background-image: url(graphics/header-winter.png);
	background-repeat: no-repeat;
	clear: both;
}
#navigation {
	height: 34px;
	width: 826px;
	background-color: #f6bc35;
	background-image: url(graphics/menu-twirl.png);
	background-repeat: no-repeat;
	background-position: right;
}
#templateImage {
	margin: 5px 0;
}
#content {
	background-image: url(graphics/content-background.png);
	background-repeat: repeat-y;
}
#content #left {
	width: 224px;
	float: left;
}
#content #mainContent {
	width: 601px;
	float: left;
}
#footer {
	margin: 5px 0 1px 0;
	height: 56px;
	width: 826px;
	background-image: url(graphics/footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}


/* *********************************************************************** *
 * *     Header styles                                                   * *
 * *********************************************************************** */
/* The logo position */
#header img.logo { 
	margin: 25px 10px 5px 10px;
	height: 50px;
	width: 115px;
}

#header #flagg {
	margin-left: 25px;
}

/* *********************************************************************** *
 * *     Navigation styles                                               * *
 * *********************************************************************** */
#navigation ul {
	list-style: none;
}
#navigation ul li {
	display: block;
	float: left;
	line-height: 34px;
	font-size: 0.9em;
}
#navigation ul li a {
	padding: 0 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: block;
}
#navigation ul li a.aktiv {
	text-decoration: underline;
}
#navigation ul li a:hover {
	background-color: #fbde9c;
	text-decoration: underline;
}
#navigation img#bookingknapp {
	margin: 2px 60px 2px 0;
	float: right;
}


/* *********************************************************************** *
 * *     Left styles                                                     * *
 * *********************************************************************** */
#leftContent {
	padding: 20px;
}
#leftContent #menu {
	list-style: none;
}
#leftContent #menu li {
	font-size: 1.1em;
	line-height: 1.7em;
}
#leftContent #menu li a {
	color: #624b15;
	text-decoration: none;
}#leftContent #menu li a.aktiv {
	font-weight: bold;
}
#leftContent #menu li a:hover {
	color: #000;
	text-decoration: underline;
}
#leftContent #menu li.underpunkt {
	padding-left: 1em;
	font-size: 1.1em;
	line-height: 1.7em;
}

#leftContent .panorama {
	margin-top: 20px;
	display: block;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}


/* *********************************************************************** *
 * *     Main Content styles                                             * *
 * *********************************************************************** */
#main {
	padding: 15px 15px 15px 15px;
}
#leftCollumn {
	padding: 15px 15px 15px 15px;
	width: 310px;
	float: left;
	border-right: 2px solid #f6bc35;
}
#leftCollumn p {
	text-align: justify;
}
#leftCollumn #image1 {
	margin-right: 15px;
	width: 147px;
	float: left;
}
#leftCollumn #image2 {
	width: 147px;
	float: left;
}
#rightCollumn {
	padding: 15px 0 0 15px;
	width: 244px;
	float: left;
}

#mainContent #main ul {
	margin-bottom: 1em;
}
#mainContent #main ul li {
	margin-left: 2em;
}

#googlemap {
	width: 555px;
	height: 400px;
	position: relative;
}

/* *********************************************************************** *
 * *     Footer styles                                                   * *
 * *********************************************************************** */
/* De Historiske logo position */
#footerContent {
	padding: 10px 0 0 30px;
	float: left;
	width: 500px;
}
#footerContent p {
	font-weight: bold;
	color: #fff;
}
#footerContent a {
	color: #fff;
}
#footer #historiske {
	margin-right: 20px;
	margin-top: 10px;
	float: right;
	display: block;
}
#footer #left-twirl {
	width: 224px;
	height: 95px;
	background-image: url(graphics/left-twirl.png);
	position: absolute;
	top: -100px;
	left: 0;
}


/* *********************************************************************** *
 * *     Other styles                                                    * *
 * *********************************************************************** */
.clearBoth {
	clear: both;
	visibility: hidden;
}

/* *********************************************************************** *
 * *     Form styles                                                     * *
 * *********************************************************************** */
fieldset {
	background-image: url(graphics/fieldset-background.png);
	background-repeat: repeat-x;
	clear: both;
	border: 0
}
legend {
	padding: 0.5em;
	font-size: 1.4em;
}
label {
	margin: 0.7em;
	display: block;
}
label span.text {
	padding-right: 1em;
	display: block;
	line-height: 1.7em;
}
label span.feil {
	color: #f00;
}
input {
	padding: 0.1em;
	width: 400px;
}
textarea {
	padding: 0.2em;
	width: 400px;
	height: 150px;
}
input.button {
	width: 200px;
	height: 50px;
}

fieldset .col1 {
	width: 200px;
	float: left;
}
fieldset .col2 {
	margin-left: 10px;
	width: 200px;
	float: left;
}
.col1 input, .col2 input {
	width: 185px;
}

