@charset "utf-8";
@import url("nwg_form.css");

/* CSS fr Kostaboda Arthotell

CSS r rtt enkel att flja, hr r det redan frberett fr Fleixble Content Elements (FCE) 
Frsta delen r vergripande fr hemsidan, med html som gr att scrollen i y-led alltid syns p mozilla.
Hr finns ven rubrikerna, paragraferna och bildinstllningar.

Del tv r menyerna, dr huvudmenyn egentligen definieras i typoscriptet. 
Submeny r den som finns p vnster sida, det r undermenyer
Topmeny r den som finns lngst upp p sidan.

Efter menyerna kommer content, dr content_root r sjlva boxen fr att samla olika FCE:s, just nu finns det 2, content och content_start,
inuti dessa finns det dr element fr information. 

Sist kommer botten som hnger med p alla sidor, dr str kontakt informationen.

 */
*
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
html
{
	overflow-y: scroll;
}
body
{
	background: #242424;
	margin: 0;
	padding: 0;
	outline: 0;
}
#body_business
{
	background-color: #c4cfb6;
	margin: 0;
	padding: 0;
	outline: 0;
}
#body_spa
{
	background-color: #bcd5d7;
	margin: 0;
	padding: 0;
	outline: 0;
}
#body_glasbar
{
	background-color: #62819c;
	margin: 0;
	padding: 0;
	outline: 0;
}
#body_rummen
{
	background-color: #9cc1b8;
	margin: 0;
	padding: 0;
	outline: 0;
}
img
{
	border: 0;
	outline: 0;
}
a
{
	border: 0;
	outline: 0;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #666666;
}
p
{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
	margin: 0;
	color: #FFFFFF;
}
h1
{
	font: 18px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #FFFFFF;
}
h2
{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
}
h3
{
	font: 14px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
}
#wrap
{
	margin: auto;
	background: none;
	width: 900px;
	height: 680px;
	height: auto !important;
	min-height: 680px;
	margin-top: 10px;
}
#header
{
	float: left;
	width: 900px;
	height: 320px;
	background-color: #000000;
}
#toppicture
{
	float: left;
	width: 900px;
	height: 320px;
	background-color: #000000;
}
#logo
{
	position: absolute;
	float: right;
	/*left: 740px;
	top: 40px;*/
	/*margin-right: 40px;*/
	/*margin-top: 40px;*/
	width: 120px;
	height: 103px;
	background-color: #000000;
	z-index: 2;
	background: url(img/web_logo.gif) no-repeat;
}
.push
{
	clear: both;
	width: 900px;
	height: 1px;
}
/******** Meny *********/
.right
{
	float: right;
	height: 29px;
}
.left
{
	float: left;
	height: 29px;
}
#menycontainer
{
	float: left;
	width: 900px;
	height: 29px;
	background-color: #000000;
	margin: 0;
	display: inline;
}
#meny
{
	width: auto;
	height: 29px;
	background-color: #000000;
	margin: 0;
	padding: 0;	
	display: inline;
}
#meny li
{
	float: left;
	width: auto;
	height: 29px;
	letter-spacing: 0;
	list-style: none;
	background: #000000;
	display: inline;
}
#meny a
{
	width: auto !important;
	text-decoration: none;
	padding: 5px 15px 0px 15px;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
}
#meny a:link{color: #FFFFFF; text-transform: uppercase;}
#meny a:visited{color: #FFFFFF; text-transform: uppercase;}
#meny a:hover{color: #FFFFFF;}
#meny a.meny_a{color: #FFFFFF;}
/******** Meny slut *********/

/******** Submeny *********/

#submenycontainer
{
	float: left;
	width: 160px;
	background-color: #121212;
	padding: 0;
	margin: 0;
	display: inline;
}
#submeny
{
	float: left;
	width: auto;
	margin: 0;
	padding: 0;	
	display: block;
	list-style-type: none;
}
#submeny li
{
	list-style: none;
	display: block;

	width: 160px;
}

#submeny a
{
	display: block;
	width: auto !important;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	background: none;
	height: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#submeny a:link{color: #FFFFFF;}
#submeny a:visited{color: #FFFFFF;}
#submeny a:hover{color: #666666;}
#submeny a.submeny_a{color: #666666;}
/* Step 2 in the submenu */
#submeny .submeny2 {
    background: none;
}
#submeny .submeny2 li {
	list-style: none;
	display: block;
	height: 19px;
	width: 160px;
}
#submeny .submeny2 a {
	display: block;
	width: auto !important;
	text-decoration: none;
	padding: 2px 0px 2px 20px;
	background: none;
	height: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#submeny .submeny2 a:hover{background: none; color: #666666; text-decoration: underline;}
#submeny .submeny2 a.submeny_a{background: none; color: #666666; text-decoration: underline;}


/******** Submeny slut *********/

/********  Top meny *********/
#topmenycontainer
{
	float: right;
	width: 900px;
	height: 25px;
	background: none;
	margin: 0;
	display: inline;
}
#topmeny
{
	width: auto;
	height: 25px;
	background: none;
	margin: 0;
	padding: 0;	
	display: inline;
}
#topmeny li
{
	float: right;
	width: auto;
	height: 25px;
	letter-spacing: 0;
	list-style: none;
	background: none;
	display: inline;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#topmeny a
{
	width: auto !important;
	text-decoration: none;
	padding: 0px 8px 0px 5px;
	margin: 0px 0px 0px 0px;
	font: 10px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#topmeny a:link{color: #ffffff; text-transform: uppercase;}
#topmeny a:visited{color: #ffffff; text-transform: uppercase;}
#topmeny a:hover{color: #ffffff;}
#topmeny a.meny_a{color: #ffffff;}

/**************** SprÃ¥l ******************/

#sprakmenycontainer
{
	float: right;
	width: 900px;
	height: 40px;
	background: none;
	margin: 0;
	display: inline;
}
#sprakmeny
{
	float: right;
	width: auto;
	height: 20px;
	background: none;
	margin: 0;
	padding: 0;	
	display: inline;
}
#sprakmeny li
{
	float: right;
	width: auto;
	height: 20px;
	letter-spacing: 0;
	list-style: none;
	background: none;
	display: inline;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#sprakmeny a
{
	width: 20px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: 10px Arial, Helvetica, sans-serif;
}

/******** Top meny slut *********/

#subcontainer
{
	float: left;
	width: 900px;
	height: 10px;
	/*background: url(img/toning_under_menyn.gif) repeat-x #FFFFFF;*/
	background: #121212;
	display: inline;
}

/* HR BRJAR HANTERINGEN FR CONTENTEN */ 
/* content_root r sjlva boxen dr alla Flexible Content Elements ska sttas in */
#content_root
{
	float: left;
	width: 900px;
	height: auto;
	background-color: #121212;	
	display: inline;
	min-height: 380px;
	color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
}

/* Flexible Content Elments, hr har vi grund mapparna, den frsta r fr undersidor, den andra fr startsidan */
#content
{
	float: left;
	width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 380px;
	background-color: #121212;	
	display: inline;
}
#content_start
{
	float: left;
	width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 380px;
	background-color: #121212;	
	display: inline;
}

/* Flexible Content Elments, de olika elementen dÃ¤r man kan stta in information, bilder mm. */
#content_left_start
{
	float: left;
	width: 660px;
	height: auto !important;
    height: 100%;
    min-height: 100px;
    height: 200px;
	background-color: #121212;	
	display: inline;
	padding: 20px 20px 20px 20px;
    margin: 0;
}
#content_left
{
	float: left;
	width: 160px;
	height: auto;
	background-color: #121212;	
	display: inline;
	padding: 20px 20px 20px 20px;
    margin: 0;
}
#content_middle
{
	float: left;
	width: 460px;
	height: auto;
	background-color: #121212;	
	display: inline;
	padding: 20px 20px 20px 20px;
    margin: 0;
}
#content_right
{
	float: left;
	width: 160px;
	height: auto;
	background-color: #121212;	
	display: inline;
	padding: 20px 20px 20px 20px;
    margin: 0;
}
.box_left
{
	float: left;
	width: 460px;
	height: auto;
	background: none;	
	display: inline;
	padding: 0px 40px 0px 0px;
    margin: 0;
}
/*Text formatering fÃ¶r box_left */
.box_left p
{
	font: 13px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
	margin: 0;
	color: #FFFFFF;
    margin: 0;
}
.box_right
{
	float: left;
	width: 160px;
	height: auto;
	background: none;	
	display: inline;
	padding: 0px 0px 0px 0px;
    margin: 0;
}
/* FCE fÃ¶r 2 columner i texet med auto width */
#box_2colsautowidth_start
{
	width: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.box_2colsautowidth_left
{
	width: auto;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	float: left;
}
.box_2colsautowidth_right
{
	width: auto;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
}
/************** Content med meny till vÃ¤nster och ett stort content block till hÃ¶ger, anpassad fÃ¶r DAM *****************/
#content_2colsdam
{
	float: left;
	width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 380px;
	background-color: #121212;	
	display: inline;
}
#content_2colsdamleft
{
	float: left;
	width: 160px;
	height: auto;
	background-color: #121212;	
	display: inline;
	padding: 20px 20px 20px 20px;
}
#content_2colsdamright
{
	float: left;
	width: 660px;
	height: auto;
	background-color: #121212;	
	display: inline;
	padding: 20px 20px 20px 20px;
}
/* Bottom */
#bottom
{
	width:900px;
	margin: auto;
	height: 25px;
	height: 100%;
	height: auto !important;
	padding: 7px 0px 0px 0px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#bottom_share
{
	width:900px;
	margin: auto;
	height: 25px;
	height: 100%;
	height: auto !important;
	padding: 7px 0px 0px 0px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
}

#directions
{
	background-color: #FFFFFF;
	color: #000000;
}
#directions p, #directions td
{
	color: #000000;
}
.googledir
{
	color: #000000;
}
/*intro*/
#intro
{
	width: 1024px;
	height: 768px;
	background: none;
	margin: auto;
	padding: 0;
}
.black
{
	background-color: #000000;
}

/* Tabeller */

td, tr
{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 0px;
	margin: 0;
	line-height: 1.5;
	margin: 0;
	color: #FFFFFF;
}

/*-- DAM styling definitions ---------------
.mm-dam-row-container-row
{
	float: left;
	width: 155px;
	padding: 0px 5px 5px 0px;
}
.tx-mmdamfilelist-pi1-col1
{
	float: left;
	width: 155px;
	padding: 0px 5px 5px 0px;
}
.damlist_image {
height: 135px; 
margin-bottom:5px; 
text-align:center;
position: relative;
}

.damlist_image .tx-mmdamfilelist-pi1-file_name{
	position: absolute;
	bottom: 0px;
	width: 149px;
	left: 0px;
}

.damlist_item {
	width: 149px  !important;	width: 169px;	margin:6px; 
	padding:10px;	padding-top:6px; 
	border-right:1px dotted silver;	border-bottom:1px dotted silver;}
.damlist_title { font-weight:bold; }
/*Overrides the standard p setting*/
/*
.tx-mmdamfilelist-pi1-description p{margin:0px;} 
.pwwContentRightColumn .tx-mmdamfilelist-pi1-table {width:431px; margin-top:10px;}
.pwwContentRightColumn .tx-mmdamfilelist-pi1-table td {text-align:center; vertical-align:middle;}*/

.titel
{
	float: left;
    padding: 2px;
    width: 160px;
}
.details
{
	float: left;
	padding: 2px;
}
.size
{
	float: left;
	padding: 2px;;
}
.type
{
	float: left;
	padding: 2px;
}
.download
{
	float: left;
	padding: 2px;
}
.desc
{
	float: left;
	padding: 2px;
}

#content_2colsdamright td, tr
{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}
.mm-dam-row-container-row
{
    height: 120px;
}

/********************** Valuta plugin *********************************/
.tx-currencyconv-pi1
{
    float: left;
    width: 160px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
}
/*Input knapp */
.tx-currencyconv-pi1 input {
    font-size:11px;
}

/*************** Nedräknkare **********************/
#count
{
    float: left;
    display: inline;
    padding: 200px 0px 0px 380px;
    width: 520px;
    display: inline;
}
.countdown
{
    float: left;
    display: block;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
    width: 490px;
    padding: 3px 0px 3px 30px;
	color: #FFFFFF;
}
.countdown_pretext1
{
    float: left;
    display: block;
    width: 520px;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
    color: #FFFFFF;
}
.countdown_pretext2
{
    float: right;
    display: block;
    width: 500px;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-align: right;
    padding-right: 20px;
    color: #FFFFFF;
}