/*
CHRISTERS RESOR
-------------
STANDARDFÄRG/BAKGRUNDSFÄRG: #003366
STANDARD TEXTFÄRG M.M: #333
BAKGRUNDSFÄRG FORMULÄR OCH DIVERSE LINJER: #D8D8D8
*/



html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font: normal 62.8%/1.3 Arial, Helvetica, sans-serif;
	background: #eeede5;
	color: #333;
	text-align:center;
	margin:15px auto;	
	padding:auto; /*-+-+-+-+-+-+-+-+- AVSTÅND OVANFÖR & NEDANFÖR -+-+-+-+-+-+-+-+-*/
}
h1 {
	color: #333;
	font-size: 28px;
	font-family: Arial, Helvetica, Geneva;
	font-weight: normal;
	margin-top: 12px !important;
	color: #808283;
}
h1 a {
	/* position: absolute;
	top: -1000px; */
	text-decoration: none;
	color: #fff !important;
	float: left;
}
h1 .dagar{
	color: #808283;
	font-size: 18px;
	font-weight: none;
}
h2 {
	color: #535455;
	font-size: 12px;
	margin-top: 14px;
	font-weight: bold;
}
h3 {
	color: #c84c18;
	font-size: 14px;
	margin-top: 14px;
	font-weight: bold;
}
h4 {
	color: #333;
	font-size: 1.2em;
}
h5 {
	color: #999; /*-+-+-+-+-+-+-+-+- TEXTFÄRG INGRESS -+-+-+-+-+-+-+-+-*/
	font-size: 1.3em;
	margin-bottom: 30px !important;
}
h6 {
	color: #333; /*-+-+-+-+-+-+-+-+- SIDRUBRIKER SÖKRESULTAT -+-+-+-+-+-+-+-+-*/
	font-size: 1.4em;
}
h7 {
	color: #333;
	font-size: 14px !important;
}
p {
	color: #535455; /*-+-+-+-+-+-+-+-+- TEXTFÄRG STANDARDTEXT -+-+-+-+-+-+-+-+-*/
	line-height: 20px;
	z-index: 10;
	font-size: 12px;
}
.smalltext {
	color: #535455; /*-+-+-+-+-+-+-+-+- TEXTFÄRG STANDARDTEXT -+-+-+-+-+-+-+-+-*/
	z-index: 10;
	font-size: 9px;
}
a {
	color: #535455;  /*-+-+-+-+-+-+-+-+- LÄNKFÄRG STANDARDTEXT -+-+-+-+-+-+-+-+-*/
}
a:hover {
	color: #c84c18; /*-+-+-+-+-+-+-+-+- STANDARDLÄNK MOUSEOVER TEXTFÄRG -+-+-+-+-+-+-+-+-*/
	text-decoration: underline !important; /*-+-+-+-+-+-+-+-+- STANDARDLÄNK MOUSEOVER LINJE -+-+-+-+-+-+-+-+-*/
}
a img {
	border:0px;
	margin: 0px;
}
img {
	border: 0px; /*-+-+-+-+-+-+-+-+- BORDER PÅ ALLA BILDER EJ I PUFF -+-+-+-+-+-+-+-+-*/
	margin: 0px;
}
.img-left {
	float: left;
/*	padding: 15px 10px 10px 0px; */
	padding: 0px 10px 10px 0px; 
	margin: 0px 0px 0px 0px;
}
.img-right {
	float: right;
/*	padding: 15px 0px 10px 10px; */
	padding: 0px 0px 0px 10px; 
	margin: 0px 0px 0px 0px;
}
* html .ztext, * html textarea, * html .zradio, * html .zcheckbox {
	background-color: #FFF;
}
input select, textarea, select, formfield {
	font-family: Arial, lucida, sans-serif;
	font-size: 1em;
	vertical-align: middle;
}
input, textarea, select, formfield {
	background-color: #f0f0e9 !important;
	border: 1px solid #676464;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
}
button {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	height: 18px;
	border: none;
	text-decoration: underline;
	font-weight: bold;
	color: #00CCFF;
	cursor: pointer;
}
.submit {
	width: auto !important;
	overflow: visible;
	background-color: #FFF;
	border: 1px solid #000 !important;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
}
table {
/*	border-collapse: collapse; */
	width: 100%;
}
table th {
	text-align: left;
}
table td.right {
	padding-left: 5px;
}
table th.right {
	padding-left: 5px;
}
table td.left {
	padding-right: 5px;
}
table th.left {
	padding-right: 5px;
}
blockquote {
	margin: 0;
	padding: 10px 20px;
	color: #333;
	line-height: 1.6;
	font-family: Georgia, serif;
}
fieldset {
	border: 0 !important;
}
.hidden {
	display: none;
}
#wrapper-top-inside{
	background: url(../images/over_shadow.png) center no-repeat;
	height: 12px;
}
#wrapper-top-extra{
	background: url(../images/under_logo_header.png) center no-repeat;
	height: 12px;
}
#wrapper {
	width: 1008px;
	margin: 0 auto;
	background: url(../images/back_shadow.png) center repeat-y;
}
#wrappermail {
	margin: 0 auto;
	text-align: left !important;
}
#wrapper-bottom{
	background: url(../images/under_shadow.png) center no-repeat;
	height: 12px;
}
#header {
	font-size: 1.2em;
	position: relative;
	/*height: 197px;*/
}
#big-img{
	margin: 0px;
}
#gallerymain{
	margin: 0px;
}
#logo * {
	color: #999;
	text-decoration: none !important;
	width: 50%;
}
#logo h2 {
	/* position: absolute;
	top: -1000px; */
	font-weight: normal;
	font-size: 1.2em;
}
#logo .block {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	text-decoration: none;
}
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both !important;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.small {
	font-size: .90em;
}
.big {
	font-size: 1.5em;
}
.item {
	margin-bottom: 15px;
	/* Streck eller bild-avdelare kommer under varje stycke: */
	/* border-bottom: 1px #d8d8d8 solid; */
	clear: both;
}
.itemlast {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
.info {
	font-size: .95em;
	margin: 2px 0 6px !important;
}
.col_left {
	width: 250px;
	float: left;
}
.col_right {
	width: 250px;
	float: right;
}
.col_both {
 width: 520px;
}
.imgfloatleft {
	float: left !important;
	margin: 2px 10px 2px 0px !important;
}
.imgfloatright {
	float: right !important;
	margin: 2px 0px 2px 10px !important;
}
#logo {
	position: relative;
	padding: 0 42px;
	height: 149px;
	overflow: hidden;
	background: url('../pics/1/logo/logo.jpg') 0 0 no-repeat;
}
#info-main {
	float:left;
	width: 640px;
}
#info-main2 {
	float:right;
	margin-top: 40px;
	width: 280px;	
}
#info-main2 #box1 {
	background: #e8e5db;
	padding: 15px;
}
#info-main2 #box2 {
	background: #f0f0e9;
	padding: 15px;
	margin-top: 24px;
	margin-bottom: 24px;
}
#content {
	padding: 0px 36px 26px 36px;
	overflow: hidden;
	height: 100%;
	width: 980px;
	/* background: #fff url('../images/back_content.gif') repeat-y; */
	font-size: 1.2em;
	text-align: left !important;
	float: none;
}
#content-main {
	overflow: hidden;
	height: 100%;
	width: 930px;
	/* background: #fff url('../images/back_content.gif') repeat-y; */
	text-align: left !important;
	float: left;
	display: block;
	padding: 10px 40px 40px 40px;
}
#content-both {
	overflow: hidden;
	height: 100%;
	width: 930px;
	/* background: #fff url('../images/back_content.gif') repeat-y; */
	text-align: left !important;
	float: left;
	display: block;
}
#content-left {
	overflow: hidden;
	height: 100%;
	width: 615px;
	/* background: #fff url('../images/back_content.gif') repeat-y; */
	text-align: left !important;
	float: left;
	display: block;
}
#content-right {
	padding: 0px 0px 0px 0px;
	margin: 15px 46px 0px 0px;
	height: 100%;
	width: 295px;
	/* background: #fff url('../images/back_content.gif') repeat-y; */
	text-align: left !important;
	float: right;
	display: block;
}
#content-right #box1 {
	background: #e8e5db;
	padding: 15px;
}
#content-right #box2 {
	background: #f0f0e9;
	padding: 15px;
	margin-top: 24px;
	margin-bottom: 24px;
}
#content-right h3{
	font-size: 18px !important;
	font-weight: bold !important;
	margin-top: 0px !important; 
}
#content-right .bokningslista {
	width: 100%;
}
#content-right .bokningslista td{
	height: 20px !important;
}
#content-right .bokningslista td p{
	padding: 0px 0px 0px 5px;
}
#content-right .bokningslista td a p{
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	text-decoration: underline;
}
#content-right .bokningslista td a:hover p{
	color: #c84c18; /*-+-+-+-+-+-+-+-+- STANDARDLÄNK MOUSEOVER TEXTFÄRG -+-+-+-+-+-+-+-+-*/
	text-decoration: underline !important; /*-+-+-+-+-+-+-+-+- STANDARDLÄNK MOUSEOVER LINJE -+-+-+-+-+-+-+-+-*/
}
#content-right .bokningslista td img{
	float: right !important;
	padding: 0px;
	margin: none;
}
#content-right .bokningslista .pdf-bild{
	float: left !important;
	padding: 5px;
	margin: none;
}
#content-right-start {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px; /*57px i topp hoppar ner till ingresstexten höjdmässigt */
	height: 100%;
	width: 295px;
	/* background: #fff url('../images/back_content.gif') repeat-y; */
	text-align: left !important;
	float: right;
	display: block;
}
#content-right-start #box1 {
	background: #e8e5db;
	padding: 15px;
}
#content-right-start #box2 {
	background: #f0f0e9;
	padding: 15px;
	margin-top: 24px;
	margin-bottom: 24px;
}
#content-right-start h3{
	font-size: 18px !important;
	font-weight: bold !important;
	margin-top: 0px !important; 
}
#content-right-start #box3 {
	background: #f0f0e9;
	padding: 15px;
	margin-bottom: 24px;	
}
#content-right-start #box3  h3{
	font-size: 18px !important;
	font-weight: bold !important;
	margin-top: 0px !important; 
}

#mainMenu {
	height: 46px;
	padding: 0 0px;
	background: #FFF url('../images/back_main_menu.jpg') repeat-x;
}
#search {
	position: absolute;
	/* position: relative; */
	right: 28px;
	bottom: 96px;
	width: 265px;
	height: 24px;
	text-align: right;
	margin: 0px;
}
img.searchresult {
	border: none !important;
	float: right;
}
/* ie6 och ie5 hack */
* html #search {
	position: relative;
	top: 90px;
	left: 564px;
	width: 265px;
	height: 24px;
}
#search .button {
	width: 197px;
	height: 19px;
	border: none;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	background-image: url('../images/back_input.gif');
	background-repeat: no-repeat;
	background-position: left;
}
#search .submit {
	position: relative;
	width: 48px !important;
	height: 24px;
	background: url('../images/back_submit.gif') no-repeat;
	border: none !important;
	padding: 0;
	left: -4px;
	cursor:pointer;
}
#sidebar {
	width: 272px;
	float: right;
	margin: 0px 20px 7px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar .puff_top, #sidebar .puff_bottom {
	display:block;
    	margin:auto;
	border: 0px !important;
}
#sidebar .puff_bottom {
	margin-bottom: 15px;
}
#sidebar .puff {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border: none;
	background-image: url('../images/back_puff.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-attachment: scroll;
}
#sidebar .puff h3, #main .puff h3 {
	margin: 0px 2px 0px 0px;
	padding: 15px 15px 10px 15px;
	/* textfärg och bakgrundsfärg för puffrubrik ligger i mall och styrs av puff-färger i admin */
}
#sidebar .puff p {
	margin: 0px 2px 0px 0px;
	padding: 10px 15px;
	color: #333; /*-+-+-+-+-+-+-+-+- PARAGRAF-FÄRG I PUFFAR -+-+-+-+-+-+-+-+-*/
	background-color: #FFF;
}
#sidebar .puff img {
	display: block;
    	margin: 0px !important;
	border: none !important;
}
#sidebar .puff li a {
	display: block;
	min-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 8px 5px 8px 32px;
	color: #003366;  /*-+-+-+-+-+-+-+-+- LÄNKFÄRG I PUFFARS TEXT -+-+-+-+-+-+-+-+-*/
	text-decoration: none;
	background: url('../images/back_submenu_item.gif') no-repeat;
}
/* ie6 och ie5 hack */
* html #sidebar .puff li a {
	margin: 0px 0px 0px 0px !important;
	padding: 8px 5px 8px 32px !important;
	min-height: 20px;
}
#sidebar .puff li a:hover, #sidebar .subMenu li.active a {
	color: #FFF;
	background-position: 0px -140px;
	text-decoration: none !important;
	background-image: url(../images/back_submenu_item.gif);
	background-repeat: no-repeat;
}
* html #sidebar .puff li a:hover, * html #sidebar .subMenu li.active a {
	min-height: 20px !important;
}
div#gallery, div#gallery1, div#gallery2, div#gallery3, div#gallery4 {
	margin-bottom: 15px;
}
#main {
	float: left;
 	width: 520px;
	padding: 0 30px 0 40px;
}
#main img {
	margin: 3px 3px 15px 3px !important;
}
#main p, #main ul, #main ol, #main table {
	margin-bottom: 2em;
}
#main table td, #main table th {
	border: 1px #d8d8d8 solid;
	padding: 10px;
	/* ie gör form för bred annars om inget ligger till höger om sidebar: */
	width: 255px;
}
#main table tr.add td, #main table tr.add th {
	background: url('../images/back_table_line.gif') repeat-x;
}
#main ul, #main ol {
	padding-left: 10px;
	margin: -10px 0 10px 0;
}
#main ul *, #main ol * {
	margin-bottom: 0 !important;
}
#main ul li {
	margin: 3px 0;
	padding-left: 15px;
	background: url('../images/back_list.gif') 0px 4px no-repeat;
}
#main ol li {
	margin: 3px 0 3px 15px;
	padding: 0;
	background: none;
	list-style: decimal;
}
#main form {	
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#main form table {
	border: 1px #d8d8d8 solid;
}
#sidebar form {
	border: none;
	padding: 14px;
	margin: 0px 0px 0px 0px;
}
#main form table td, #sidebar form table td {
	border: none !important;
	vertical-align: bottom;
}
#main form h4, #sidebar form h4 {
	margin-bottom: 15px;
}
#main form p {
	width: 218px;
	margin: 0px;
}
#main form img, #sidebar form img {
	margin: 4px 4px 4px 0px;
	float: none;
}
#sidebar form p {
	width: 200px;
	margin: 0px;
	padding: 0px !important;
}
#main input[type='text'], #main textarea, select {
/*	width: 218px; */
	background-color: #D8D8D8;
	padding: 4px;
}
#sidebar input[type='text'], #sidebar textarea, select {
/*	width: 208px; */
	background-color: #D8D8D8;
	padding: 4px;
	margin-bottom: 10px;
}
#main input.smalltextfield {
	width: 50px;
	background-color: #D8D8D8;
	padding: 4px
	margin-right: 5px;
}
#sidebar input.smalltextfield {
	width: 30px;
	background-color: #D8D8D8;
	padding: 4px
	margin-bottom: 10px;
	margin-right: 5px;
}
#main input.ztext {
	/* width: 50px;*/
	background-color: #D8D8D8;
	padding: 4px
	margin-right: 5px;
}
#sidebar input.ztext {
	/* width: 30px; */
	background-color: #D8D8D8;
	padding: 4px
	margin-bottom: 10px;
	margin-right: 5px;
}
/* class på dessa verkar ej funka
.zselect, .zradio, .zcheckbox {
	padding: 4px;
	margin-bottom: 10px;
	background: transparent !important;
	border: 0px;
}
*/
input[type='checkbox'], input[type='radio'] {
	margin-bottom: 10px;
	vertical-align: text-top !important;
	margin-right: 4px;
}
#main form .button, #sidebar form .button {
	width: 110px;
	background-color: #cccccc;
	color: #FFF;
	margin: 10px 0px 0px 0px !important;
	cursor:pointer;
}
#footer {
	height: 46px;
	/* background: url('../images/back_footer.jpg') no-repeat; */
	font-size: 1.2em;
	clear: both;
}
#footer p {
	padding: 13px 30px 0px 30px;
	color: #999689; /*-+-+-+-+-+-+-+-+- PARAGRAF-FÄRG I FOOTER -+-+-+-+-+-+-+-+-*/
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #CCC; /*-+-+-+-+-+-+-+-+- LÄNKFÄRG I FOOTER -+-+-+-+-+-+-+-+-*/
}
#footer a:hover {
	color: #FFF; /*-+-+-+-+-+-+-+-+- MOUSEOVER LÄNKFÄRG I FOOTER-+-+-+-+-+-+-+-+-*/
}
/* puff som inte ligger i sidebar ska inte ha samma utseende */
.puff img {
	display: block;
    margin: 5px 0px 5px 0px !important;
	border: none !important;
}
.col_left .puff_top, .col_left .puff_bottom, .col_right .puff_top, .col_right .puff_bottom, .col_both .puff_top, .col_both .puff_bottom {
	visibility: hidden;
	height: 0px;
}
.col_left .puff h3, .col_right .puff h3, .col_both .puff h3 {
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}

ul#sitemap {
display: block;
margin: 20px 0px 0px 0px;
padding: 1px 5px 5px 5px;
background-color: #F5F5F5;
}
ul#sitemap li {
	 margin: 10px 7px !important;

background-color: #FFF;
}
ul#sitemap li a {
	 margin-bottom: 5px !important;
}
ul#sitemap li ul {
	margin-top: 5px !important;
}
ul#sitemap li ul li {
	margin-top: 5px !important;
}

ul#sitemap a {
	text-decoration: none !important;
}
ul#sitemap a:hover {
	text-decoration: underline !important;
}
#tripblock {
	width: 954px;
	position: relative;
	margin-top: -210px;
	margin-left: 14px;
	background: transparent url(../images/bordern1.png) repeat;
	padding: 13px;
	height: 180px;
	
}
#tripblock1 {
	width: 212px;
	border: 1px solid #a1a1a1;
	float: left;
	background: transparent url(../images/bordern.png) repeat;
	margin-bottom: 0px;
	padding: 10px;
}
#tripblock1 a, a:hover{
	text-decoration: none !important;
}
#tripblock2 {
	width: 212px;
	position: relative;
	border: 1px solid #a1a1a1;
	float: left;
	left: 6px;
	top: 0px;
	background: transparent url(../images/bordern.png) repeat;
	margin-bottom: 0px;
	padding: 10px;
}
#tripblock3 {
	width: 212px;
	position: relative;
	border: 1px solid #a1a1a1;
	float: left;
	left: 12px;
	top: 0px;
	background: transparent url(../images/bordern.png) repeat;
	margin-bottom: 0px;
	padding: 10px;
}
#tripblock4 {
	width: 212px;
	position: relative;
	border: 1px solid #a1a1a1;
	float: left;
	left: 18px;
	top: 0px;
	background: transparent url(../images/bordern.png) repeat;
	margin-bottom: 0px;
	padding: 10px;
}
h7  a {
	text-decoration: none !important;
}
#box1 img {
	margin-left: 4px;
	margin-bottom: 4px;
}
#box2 img {
	margin-left: 4px;
	margin-bottom: 4px;
}
.extratab {
	width: 450px !important;
}
