/* LAYOUT STUFF */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
}


/* Wrapper. One of two classes applied to the wrapper depending on width of browser window */

#wrapper {
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height:100%;
	border: 1px none #000;
	position: relative;
	background-color: #FFFFFF;
}
.bokning {
	color: #66CC00;
}
.altwrapper {width:728px;	height:100%;
}
.mainwrapper {
	width:950px;
	height:100%;	/*width:100%;*/
}
#header {
	background-repeat: no-repeat;
	background-position: right top;
	height: 85px;
	margin: 0px 0px 20px;
	padding: 0px;
}
.headerrubrik {
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 20px;
}
#header h3 {
	padding: 0px;
	font-size: 30px;
	text-align: right;
	font-weight: normal;
	line-height: 100%;
	color: #666666;
	margin-right: 20px;
	margin-bottom: 13px;
	margin-left: 30px;
}
#headernav {
	position: absolute;
	top: 63px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 600px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: inherit;
	right: 75px;
	color: #CCCCCC;
}
#headernav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #DFDFDF;
	text-align: right;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #DFDFDF;
}
#headernav li.empty {
	margin: 0px 0px 0px -5px;
	padding: 0px;
	color: #FFFFFF;
}
#headernav li {
	display: inline;
	padding: 0px 0px 0px 17px;
	margin: 0px;
	height: 10px;
	white-space: nowrap;
}
#headernav li a {
	text-decoration: none;
	color: #666666;
}
#logo {
	position: absolute;
	left: 75px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	visibility: visible;
	height: 89px;
	width: 170px;
}
#navcontainer {
	float: none;
	margin-bottom: 20px;
	margin-right: 75px;
}


/* NAVIGATION HEADER */


#navlist
{
	border-bottom: 1px none #DFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	padding: 0;
	margin: 0;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 3px;
	border-top: 1px none #eee;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

#navlist li a {
	text-decoration: none;
	color: #3399CC;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}


/* Header 

.altwrapper #header {position: absolute;color:#030;width:715px;text-align:right}
.mainwrapper #header {position: absolute;color:#030;width:956px;text-align:right;}
*/
/* Main column and variants */

#content {
	margin: 0px;
	padding: 0px;
}



#leftbar {
	width:800px;
	padding:0px;
	margin:0px 75px;
	height: 320px;
	clear: both;
	display: block;
	position: relative;
}

#leftbar .boka {
	padding: 10px 0px 0px;
	margin: 0px;
}

/* Side columns and specific elements */

#sidebar {
	float:left;
	width: 549px;
	padding-left:100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	margin: 0px;
	}
#sidebar i {
	font-weight: normal;
	float: right;
	color: #003366;
	margin: 0em 0em 0em 2em;
	padding: 0em;
	vertical-align: top;
	clear: right;
}

#rightbar {
	float:left;
	padding-left:75px;
	padding-top: 0px;
	padding-right:0px;
	padding-bottom:0px;
	width:225px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	margin: 0px;
}
h1   {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-style: normal;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
h3  {
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p    {
	line-height: 150%;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 5px;
}
td {
	display: table-cell;
	padding: 0px;
	margin: 0px;
}
td a
{
	text-decoration: none;
	color: #666666;
}
#sidebar a:link {
	text-decoration: underline;
}
#sidebar a:hover {
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: underline;
}
#sidebar a:active {
	text-decoration: underline;
}
#formTable .field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px 1px 1px;
	padding: 1px;
	width: 255px;
	border: 1px solid #8EB5AB;
	background-color: #E1F4FA;
}
#formTable .fieldkort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px 1px 1px;
	padding: 1px;
	width: 100px;
	border: 1px solid #8EB5AB;
	background-color: #E1F4FA;
}
#formTable .fieldantal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px 1px 1px;
	padding: 1px;
	width: 15px;
	border: 1px solid #8EB5AB;
	background-color: #E1F4FA;
}
#formTable .fieldantaltext {
	font-size: 11px;
	line-height: 12px;
}
#formTable .button {
	margin: 3px 1px 1px;
	padding: 0px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #666666;
	border-bottom: 1px none #333333;
	border-left: 1px none #999999;
	cursor: pointer;
}
#formTable .combobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #E1F4FA;
	margin: 0px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	width: 255px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* fonts */


div.spacer {
	clear:both;
	margin-bottom: 5px;
}



.img_right {
	float: right;
	margin: 0px 0px 20px 40px;
	border: 1px none #666666;
}

#footer {
	padding: 0px;
	margin: 0px 75px;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	float: none;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 10px;
	padding: 3px 0px 0px;
	margin: 0px;
	color: #666666;
}
#footer a, #sidebar a, #rightbar a
{
	text-decoration: none;
	color: #666666;
}
#pristabell {
	display: table;
	width: 100%;
	margin-top: 20px;
}
#pristabell .rubrik {
	text-transform: uppercase;
	font-weight: bold;
}
#pristabell .rumstyp {
	background-color: #eee;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
}
#pristabell .prisright {
	text-align: right;
}
#pristabell .typ {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.mellanrubrik {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666666;
	padding: 4px 0px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	font-size: 11px;
}
#sidebar ul {
	padding: 0px;
	margin: 0px;
}
#paketruta {
	border: 1px solid #B3658D;
	padding: 8px;
	width: 450px;
	margin: 0px 0px 20px;
	background-color: #FFFDF2;
}
#paketruta b {
	color: #666666;
	font-size: 11px;
}
#paketruta h2 {
	color: #B3658D;
	font-size: 21px;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	padding: 0px;
	margin: 0px 0px 8px;
}
td .label {
	color: #666666;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}
td .data {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
}
#header #flash_header {
	position: absolute;
	height: 60px;
	width: 350px;
	top: 0px;
	visibility: visible;
	z-index: 10;
	left: 525px;
	overflow: hidden;
}
