/* CSS style 
=========================*/

* {
	padding: 0;
	margin: 0;
	outline: none;
}

html {
	height: 100%;
}

body {
	background: #CFCFCF url(../graphics/bg.jpg) no-repeat top center;
	font: 62.5% Arial, san-serif;
	color: #232323;
	height: 100%;
}
.clear {
	clear: both;
}
img {
	border: 0px solid;
}

/* Typografi
=========================*/

h1 {
	font-weight: bold;
	font-size: 22px;
	padding: 0 0 5px 0;
	font-family: "Century Gothic";
}
h2 {
	font-weight: bold;
	font-size: 18px;
	font-family: "Century Gothic";
}
h3 {
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0 0 0;
	font-family: "Century Gothic";
}
p {
	font-size: 12px;
	line-height: 1.4em;
	padding: 5px 0 5px 0;
}

p.ingress {
	font-size: 13px !important;
}
#footer p {
	font-size: 11px;
	padding: 24px 0 10px 7px;
}
a {
	outline: none;
	color: #8A4561;
}
a:hover {
	color: #2A0921;
}

p.pris_left {
	float: left;
	width: 340px;
	line-height: 1.8em;
}
p.pris_right {
	float: left;
	width: 160px;
	text-align: right;
	line-height: 1.8em;
}

span.just_nu {
	color: #460B29;
	font-weight: bold;
}



/* Page 
=========================*/

#wrapper {
	margin: 0 auto;
	width: 865px;
	min-height: 100%;
	font-size: 1.1em;
}
#header {
	height: 126px;
}
#footer {
	background: url(../graphics/footer.png) no-repeat;
	height: 90px;
}

/* Head 
=========================*/

#logo a {
	position: absolute;
	display: block;
	width: 147px;
	height: 94px;
	top: 20px;
	background: transparent url(../graphics/logo.gif);
	text-indent: -10000px;
}

/* Menu 
=========================*/

div.menu {
	display: block;
	position: absolute;
	top: 40px;
	margin-left: 180px;
	background-color: black;
	width: 670px;
	height: 46px;
	padding-left: 10px;
}
div.menu ul li {
	display: inline;
	list-style: none;
}
div.menu ul li a {
	float: left;
	display: block;
	padding: 16px 12px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	margin: 0 1px 0 0;
}

div.menu ul li.current a, div.menu ul li a:hover {
	float: left;
	display: block;
	padding: 16px 12px;
	text-transform: uppercase;
	color: #EEE;
	text-decoration: none;
	font-size: 12px;
	margin: 0 1px 0 0;
	background-color: #232323;
}

/* Content
=========================*/



.index_main {
	float: left;
	width: 535px;
	padding: 20px 38px 0 7px;
}

.index_right {
	float: left;
	width: 280px;
}

.contact_main {
	float: left;
	width: 445px;
	padding: 20px 8px 0 7px;
}

.contact_right {
	float: left;
	width: 400px;
}
.contact_right img {
	margin-bottom: 20px;
}

.contact_time_1 {
	float: left;
	width: 110px;
}
.contact_time_2 {
	float: left;
	width: 80px;
}
.contact_time_2 p {
	text-align: right !important;
}
.spot_left {
	margin: 15px 0 0 0;
	float: left;
	width: 285px;
}
.spot_right {
	margin: 15px 0 0 0;
	float: left;
	width: 250px;
}