/*RESET BROWSER*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	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;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*GLOBAL SETTINGS*/

body{
	font-size: 12px;
	line-height: 1.5;
	background-color: #FFFFFF;
	font-family: Futura, Helvetica, Sans-serif;
	text-align:center;

}

table{	
	empty-cells: show;
	border-spacing: 0;
}

img{
	border: 0;
}

h2{
	Background: #75B419;
	padding: 0.4em 0.2em;
	line-height: 1;
}

b{
	font-weight: bold;
}

div.center{
	text-align:center;
}

a, a:visited{
	color: #196099;
	text-decoration: none;
}

a:hover{
	color: #86B2DA;
}

/****Wrapper settings****/

div#wrapper{
	margin: 0 auto;
	width: 760px;
}



/*****Menu styling*****/

div#banner{
	float: left;
	position: relative;	
	width: 110px;
	margin-top: 10px;
	margin-left: 10px;
	
}

div#greentour{
	float: right;
	position: relative;
	width: 100px;
	margin-top: 15px;
	margin-right: 15px;
	
}

div#menu{
	position: relative;
	text-align:left;
	margin-top: -19px;
	margin-left: 30px;
	
	
}

div#flag{
	text-align: right;
	position: relative;
	margin-top: -32px;
	margin-right: 43px;
	margin-left: auto;
	width: 23px;
	z-index: 1;
}

ul#menu{
	list-style-type:none;
}

li.menu{
	display:inline;
}

a.menu, a.menu:visited{
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0.3em 0.9em;
	font-weight: bold;
	font-family:"Lucida Sans Roman", futura, helvetica;
	letter-spacing: 0.1em;
}

a.menu:hover{
	color: #F87F11; 
}

/****Content styling****/



div#content{
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	
}

div#booking{
	float: right;
	
}



div#text{
	
	text-align:left;
}


/****Footer layout****/
div#footer{	
	margin-right: 10px;
	margin-left: 10px;
	background-image: url('../images/footer.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#contact{
	width: 100%;
	padding-top: 1.5em;
	padding-bottom: 1.0em;
	text-align: left;
	font-size: 10px;
	line-height: 1;
}

/***Specifics****/

table#pricelist{
	border: solid 1px;
	border-color: black;
	border-collapse: separate;
	border-spacing: 10px 0px;
}

div#pricelistwrapper{
	float: right;
	width: 260px;
	padding: 0 10px;
}

table#roompics{
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 15px;
}

table#smallpics{
	margin: 0 auto;
}

p.contacttext{
	padding-left: 1.0em;
}

p#phonemail{
	padding-left: 3em;
}

p#vision{
	font-size: 11px;
	padding-left: 0px;
	padding-right: 50px;
	padding-top: 5px;

}



/***Image gallery***/

div#img_gal{
	margin: 0 auto;
	text-align: center;
}

table#img_gal_ov{
	margin: 0 auto;
	table-layout: fixed;
	border-spacing: 10px 20px;
	border-collapse: separate;
}

table#img_gal_nav{
	width: 545px;
	margin: 0 auto;
	table-layout: fixed;
}
	
div#img_gal_last{
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
	
}
div#img_gal_back{
	padding-bottom: 5px;
	text-align: center;
}	
	
div#img_gal_next{
	padding-bottom: 5px;
	font-size: 14px;
	text-align: right;
}


/*
MENU
td.menu{
	font-family: "Lucida Sans Bold", Futura, Helvetica, Sans-serif;
	padding-right: 20px;
	
}




#menu_bg_left{
	background-image: url(../images/menu_left.png);
	background-repeat: none;
}

td.menu_bg_middle{
	background-image: url(../images/menu_middle.png);
	background-repeat: repeat-x;
}

#menu_bg_right{
	background-image: url(../images/menu_right.png);
	background-repeat: none;
}



a, a:visited{
	color: #537DB9;
	text-decoration: none;
}

a:hover{
	color: #86B2DA;
}










#innhold{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
*/

