@charset "UTF-8";
/* CSS - Copyright(C) Daniel Holmgren */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(images/background.jpg) repeat-y center;
	background-color: #d0c8bf;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	color: #333;
	margin: 10px 0;
}

/* --------------- TEXT --------------- */

h1
{
	font-size: 1.7em;
	font-weight: normal;
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
}

h3
{
	font-size: 1.4em;
	font-weight: normal;
}

h4
{
	font-size: 1.1em;	
		font-weight: normal;
}

h5
{
	font-size: 0.8em;	
	font-weight: normal;
}

strong
{
	font-weight: bold;
}

q
{
	display: block;
	font-style: italic;
	margin: 0 10px;
	clear: both;
}

/* --------------- LÄNKAR --------------- */

a 
{
	text-decoration: none;
	color: blue;
	outline: none;
}

a:hover
{
	text-decoration: underline;
	outline: none;
}

a:active
{
  outline: none;
}

a:visited
{
	color: blue;
	outline: none;
}

a img
{
	border: 0;
}

/* --------------- FLAGGOR --------------- */

.top_bottom a
{
	display:block;
	margin-right: 10px;
	width: 32px;
	height: 25px;	
	float: right;
}

.gb
{
	background-image: url(icons/gb_gray.gif);	
}

a:hover.gb
{
	background-image: url(icons/gb.gif);	
}

.gb_active
{	
	margin-right: 10px;
	width: 32px;
	height: 25px;	
	float: right;
	background-image: url(icons/gb.gif);
}

.se
{
	background-image: url(icons/se_gray.gif);	
}

a:hover.se
{
	background-image: url(icons/se.gif);	
}

.se_active
{	
	margin-right: 10px;
	width: 32px;
	height: 25px;	
	float: right;
	background-image: url(icons/se.gif);
}

/* --------------- MENY CSS --------------- */

#menu
{
	font-size: 10pt;
	position: absolute; /* position absolute för att förhindra att menyn hamnar under headern */
	z-index: 999; /* högt z-index för att förhindra att menyn faller under headern */
	width: auto;
	margin: -21px 0 10px 10px;	
}

#menu ul
{
	margin: 0 10px 0 0;
	list-style-type: none;
	font-size: 13px;	
}

#menu li
{
	float: left;
	display: inline;
}

#menu a
{
	display: block;
	width: 80px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #382e1f;
	text-align: center;
	border-right: 1px solid black;
	border-top: 1px solid black;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#menu a:hover
{
	color: #fff;
	background-color: #7d7365;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#menu a.current_page
{
	background-color: #fff;
	color: #444;
	border-bottom: 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Sub Menu*/

#no_sub_menu
{
	height: 8px;
}

#sub_menu
{
	height: 22px;
	clear: both;
	font-size: 10pt;
	font-weight: bold;
	width: auto;
	margin: 5px 20px 0;	
	border-bottom: 1px solid #e0dedc;
}

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

#sub_menu li
{
	list-style: none;
	display: inline;
	margin-right: 30px;
	float: left;
}

#sub_menu a
{
	display: block;
	padding-left: 10px;
	color: #777;
	text-decoration: none;

}

#sub_menu a:hover
{
	color: #333;
	text-decoration: none;
	background: url(icons/sub_menu_arrows.gif) no-repeat 0% 50%;
	text-decoration: underline;
}

.current_sub_page
{
	color: #333;
	background: url(icons/sub_menu_arrows.gif) no-repeat 0% 50%;
	padding-left: 10px;
	text-decoration: underline;
}

/* --------------- FOOTER CSS --------------- */

#footer
{
	clear: both;
	background-image: url('images/footer.jpg');
	margin: 0 auto;
	width: 940px;
	height: 30px;
}

#footer p
{
	float: left;
}

#footer_content
{
	margin: 0 20px;
}

#footer img
{
	margin: 0 5px;
	float: left;
}

/* --------------- ALIGNMENT CSS --------------- */

.right
{
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}

.block
{
	display: block;
}

/* --------------- COLOR CSS --------------- */

.blue
{
	color: blue;
}

.red
{
	color: red;
}

.black
{
	color: #333;
}

/* --------------- Övriga ID --------------- */

#content
{
	margin: 0 auto;
	clear: both;
	width: 910px;
	min-height: 600px;
}

#header_logo
{	
	position: absolute;
	z-index: 999; /* högt z-index för att logotypen ska ligga över bildspelet */
	margin: 15px 25px;
	width: 274px;
	height: 110px;	
}

#image_used_for_javascript
{
	float: left;	
	margin: 0 10px 10px 0;
}

#short_header
{
	background: url(images/short_header.jpg) no-repeat 100%;
	height: 160px;
	width: 920px;	
	margin: 0 0 0 10px;
	background-color: #e3cdaa;
}

#tall_header
{
	height: 281px;
	width: 920px;	
	margin: 0 0 0 10px;
}

#thumbnail_column
{
	width: 170px;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #e0dedc;
}

#wrapper 
{	
	width: 940px;
	background: url(images/mainCol.jpg) repeat-y center;
	margin: 0 auto;
	background-color: white;
}

/* --------------- Övriga klasser --------------- */

.book_cover
{
	margin: 0 10px 0 0;
	width: 152px;
	float: left;
}

.book
{
	margin: 5px 0;
	font-size: 8pt;
	width:490px;
	float: left;
}

.box
{
	
	margin: 10px 0 0 10px;
}

.box h3
{
	margin-bottom: 10px;
}


.commercial
{
	margin: 2px 30px;	
}


.decorative_separator
{	
	margin: 10px 0;
	height: 1px;
	background: url(images/decorative_separator.gif) no-repeat center bottom;
}

.destination_small
{
	border: 1px solid #fff;
	float: left;
	width: 152px;
	padding: 8px;
	margin: 0 25px;
	color: #333;
}

a:hover.destination_small
{
	border: 1px solid #999;
	background: url(images/travelFrame.jpg) no-repeat;
	background-color: #faf7f4;
	text-decoration: none;
}

.destination_small img
{
	border: 1px solid #333;
}

.ex_resguide
{
	border: 1px solid #fff;
	float: left;
	width: 650px;
	padding: 8px;
	margin-top: 10px;
	color: #333;
}

a:hover.ex_resguide
{
	border: 1px solid #999;
	background: url(images/travelFrame.jpg) no-repeat;
	background-color: #faf7f4;
	text-decoration: none;
}

.example_sites
{
	clear: both;
	padding-top: 10px;		
	width: 910;
}

.image_map_column
{
	float: left;
	width: 340px;
	margin-left: -50px;
}

.no_underline
{
	text-decoration: none;
}

.left_column
{
	width: 680px;
	float: left;
	margin: 10px 10px 0;
}

.polaroids
{
	float: left;
	width: 263px;
}

.polaroids_right_column
{
	width: 400px;
	float: left;
	margin-left: 10px;
}

.region_with_icon
{
	clear: both;
}

.region_icon
{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.region_icon_large
{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.right_column
{
	border-left: 1px solid #e0dedc;
	width: 199px;
	float: left;
	min-height: 500px;
}

.right_column img
{	
	float: left;
}

.separator
{	
	margin: 10px 0;
	border-bottom: 1px solid #e0dedc;
	clear: both;
}

.text_column
{
	float: left;
	width: 390px; /* image_map_column width+margin + text_column width = left_column width */
	margin-top: 30px;
}

.thumbnail
{

}

.top_bottom
{
	height: 30px;
	margin: 0 auto;
	width: 920px;
}

.transparency 
{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.utbud_image
{
	float: left;
	margin: 0 10px 10px 0;
}
