@charset "UTF-8";
/* CSS Document */

/* RESET */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr,code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*MAIN STYLES*/

html {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

a {
text-decoration:none;
color: black;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #660000;
	line-height: 40px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #660000;
	line-height: 35px;
}
h3   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #333333;
	line-height: 40px;
	padding-left: 10px;
	background-image: url(../images/bg_leftNav.gif);
	background-repeat: no-repeat;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#container {
	height: auto;
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#Logo {
	height: 150px;
	width: 188px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	height: 90px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	background-image: url(../images/bg_top_nav.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
#top_nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 38px;
	padding-left: 80px;
}

#top_nav li {
	float: left;
	display: inline;
	padding-left: 14px;
}

.li_act {
	color: black;
}


#top_nav a, a:active, a:visited {
	color: #660000;
}

#top_nav a:hover {
	color: black;
}

#bigImage {
	height: 320px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_main_img.png);
	background-repeat: no-repeat;
	background-position: center;
}
#main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/bg_info_rutor.gif);
	background-repeat: no-repeat;
}
#col1, #col2, #col3 {
	float: left;
	width: 300px;
	margin-right: 20px;
	background-image: url(../images/bg_col_img.png);
}
#col1, #col2, #col3, img {
	margin-bottom: 10px;
}
#col3 {
	margin-right: 0px;
}
.colText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	padding: 10px;
}
#bottom_shade {
	height: 20px;
	width: 940px;
	margin-bottom: 15px;
	clear: both;
	background-image: url(../images/bot_shad_cont.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 250px;
	width: 100%;
	background-color: #CCCCCC;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}


#footer_info  {
	height: 40px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
}
#footer_info a, a:active, a:visited  {
	color: #666666;
}

#footer_info a:hover {
	color:black;
}

#tel, #mail, #adress, #lang, #member{
	float:left;
	height: 26px;
	padding-top: 10px;
}
#footer_info #tel {
	width: auto;
	padding-left: 50px;
	background-image: url(../images/img_tel.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 60px;
}
#footer_info #mail {
	width: auto;
	background-image: url(../images/img_letter.png);
	background-repeat: no-repeat;
	padding-left: 48px;
	margin-right: 15px;
}
#footer_info #adress {
	width: auto;
	background-image: url(../images/arild_hus.png);
	background-repeat: no-repeat;
	padding-left: 54px;
	margin-right: 10px;
}
#footer_info #lang {
	width: auto;
	background-image: url(../images/eng_flag.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-right: 10px;
}
#footer_info #member {
	width: auto;
	background-image: url(../images/petit_logo.png);
	background-repeat: no-repeat;
	padding-left: 50px;
}

#footer_nav {
	height: 50px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
	padding: 10px;
}


#footer_nav  ul  {
	width: 585px;
	margin-right: auto;
	margin-left: auto;
}
.input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
	width: 475px;
	height: 25px;
	border: 1px solid #666666;
	background-image: url(../images/bg_fields.gif);
}
#onskemal {
	height: 60px;
}
#bokning {
	margin-top: 15px;
	text-align: left;
	width: 600px;
}
#bokning label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 80px;
	margin-right: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	padding-top: 5px;
}
#bokning #submitbutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 148px;
	height: 30px;
	background-image: url(../images/submit_btn_bg.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 90px;
}

#footer_nav li  {
	float: left;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

#footer_nav a, a:active, a:visited {
	color: #666666;
}

#footer_nav a:hover {
	color:black;
}

#end_decor {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#left_coll {
	height: auto;
	width: 280px;
	float: left;
	margin-left: 10px;
}
#left_coll ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660000;
	line-height: 40px;
	width: 280px;
	margin-bottom: 20px;
}
#left_coll li {
	text-decoration: none;
}
#left_coll a, #left_coll a:active,#left_coll a:visited {
	color: #660000;
	display: block;
	background-image: url(../images/bg_leftNav.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#left_coll a:hover {
	color: black;
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#right_content {
	float: left;
	height: auto;
	width: 620px;
	margin-left: 20px;
	margin-bottom: 40px;
}
#right_content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 0px;
	border-bottom-style: inget;
	background-image: none;
}
.boxTop {
	background-image: url(../images/boxtop.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 260px;
	margin-left: 10px;
}
.box {
	width: 270px;
	height: auto;
	margin-bottom: 20px;
}
.boxContent {
	background-image: url(../images/boxfill.png);
	background-repeat: repeat-y;
	height: auto;
	width: 230px;
	margin-left: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.boxContent h2 {
	color: #000000;
	line-height: normal;
}
.boxContent h1 {
	color: #000000;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 35px;
}
.boxContent p {
	color: #660000;
	padding:0;
}
.boxBottom {
	background-image: url(../images/boxbottom.png);
	background-repeat: repeat;
	height: 15px;
	width: 260px;
	margin-left: 10px;
}

#sidnamn   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #333333;
	line-height: 40px;
	padding-left: 10px;
	background-image: url(../images/bg_leftNav.gif);
	background-repeat: no-repeat;
}
