
@import "css/reset.css";
@import "css/forms.css";
@import "css/products.css";
@import "typography.css";

/* Almennt
------------------------------- ------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body.bg-forsida {
	background: #f3f1eb url(images/background.png) repeat-x;
}

body.bg-thvera {
	background: #f3f1eb url(images/thvera_bg.png) repeat-x;
}

body.bg-kjarra {
	background: #f3f1eb url(images/kjarra_bg.png) repeat-x;
}

body.bg-lodge {
	background: #f3f1eb url(images/lodge_bg.png) repeat-x;
}

#wrapper {
	width: 100%;
	height: 100%;
	font-size: 0.94em;
	line-height: 1.6em;
	background: transparent url(images/center.png) no-repeat center top;
}

#wrapperthvera {
	width: 100%;
	height: 100%;
	font-size: 0.9em;
	/*background: transparent url(images/thvera_center.png) no-repeat center top;*/
}

#wrapperkjarra {
	width: 100%;
	height: 100%;
	font-size: 0.9em;
	/*background: transparent url(images/kjarra_center.png) no-repeat center top;*/
}

#wrapperlodge {
	width: 100%;
	height: 100%;
	font-size: 0.9em;
	/*background: transparent url(images/lodge_center.png) no-repeat center top;*/
}
#content_wrapper {
	width: 820px;
	margin: 0 auto;
	padding-top: 23px;
}
#content {
	background: url(images/content_bg.png) repeat-y;
	padding: 8px;
	clear: both;
	min-height: 900px;
}
#content p {
	line-height: 1.8em;
}

#header {
	height: 108px;
	background: url(images/header_bg.png) no-repeat;
	position: relative;
}

img.logo {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 9999999;
}
#footer {
	height: 23px;
	color: #b2b0a4;
	width: 820px;
	background: url(images/footer_bg.png) no-repeat;
	text-align: center;
	font-size: 0.9em;
	padding-top: 20px;
	margin-bottom: 50px;
}
#slide_bottom_bg {
	background: url(images/slide_bottom_bg.png) no-repeat;
	width: 804px;
	height: 82px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	position: relative;
}
.purple-iceland {
	position: absolute;
	top: 13px;
	right: 345px;
}
#slide_bottom_bg p {
	margin: 0;
	padding: 0;
}
#content-left {
	float: left;
	width: 460px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 15px;
}
#content-left-myndir {
	float: left;
	width: 460px;
	padding-left: 3px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}
#content-right {
	float: right;
	width: 285px;
	margin-top: 15px;
	position: relative;
	clear: both;
}
.NavigationBar img {
	margin: 28px;
}
.right-content {
	position: absolute;
	top: 170px;
}
#content-right img.dude {	
	width: 263px;
	height: 135px;
}
p.slide-title {
	font-size: 1.6em;
	color: #513e5d;
}