body
{
    margin: 0;
    padding: 0;
    color: #5e5e5e;
    background: #fff;
    font: 12px 'Century Gothic';
    line-height: 1.4em;
    background-image: url('img/bg_tiled.jpg');
    background-repeat: repeat;
    background-attachment: scroll;
    background-color:#ffffff;
}

*	{
	margin:  0;
	padding: 0;
	border:  none;
	outline: none;
	}

li 	{
	list-style-type: none;
	}

a,
a:link,
a:visited
	{
	color: #808080;
	text-decoration: none;
	}

a:hover {
	color: #000;
	}

.clear {
	width: auto;
	height: 0px;
	font-size: 0px;
	clear: both;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

/*
--------------------------------------------------------------------
WRAP
--------------------------------------------------------------------
*/

#outer_wrap {
	margin:  0 auto;
	padding: 75px 0;
	width:  1046px;
	height: auto;
	}
	
#inner_wrap 
{
    width:  1046px;
}

#inner_wrap .ileft
{
    background-image: url(./img/left_shadowtile.png);
    background-repeat: repeat-y;
    min-width:1036px;   
    float:left;
    width:19px;
}

#inner_wrap .iright
{
    background-position: right top;
    background-image: url(./img/right_shadowtile.png);
    background-repeat: repeat-y;
    padding-right: 19px;
    float:right;
}

#inner_wrap .wrap
{
    border: 1px solid #000000;
    padding: 0px 36px 0px 36px;
    width: 926px;
    background-color: #ffffff;
    float:left;
}

#wrap_top, #wrap_bottom
{
    display: block;
    width: 1040px;
    height: 19px;
    font-size: 0;
    background: url(./img/top_shadow.png) no-repeat 0 0;
}

#wrap_bottom {
	background: url(./img/bottom_shadow.png) no-repeat 0 0;
	}

/*
--------------------------------------------------------------------
HEADER
--------------------------------------------------------------------
*/

#header {
	background: url() no-repeat 0 0;
	width:  auto;
	height: auto;
	} 

#header .logo
{
    margin:25px 0px 0px 13px;
    float: left;
    width:433px;
    height:74px;
}

/*
#header h1 a {
	margin: 40px;
	width: 285px;
	height: 30px;
	background: url(./img/hotell_norrtull.jpg) no-repeat 0 0;
	text-indent: -9999px;
	
	}
*/

#header .right {
	padding: 29px 20px 0 0;
	width: 200px;
	float:right;
	}

#header span
{
    font: 11px 'Century Gothic';
    text-align: right;
    float: right;
    clear: right;
}

#header span a:hover {
	color: #808080;
	border-bottom: #808080 1px dotted;
	}

#header img {
	margin: 0 20px;
	clear: both;
	display: inline;
	}

#header #language {
	padding: 0 0 2px 0;
	float: right;
	}

#header #language a {
	margin: 0 0 0 5px;
	}

#header #language a img {
	margin: 0;
	padding: 0;
	}

/*
--------------------------------------------------------------------
MENY
--------------------------------------------------------------------
*/

#menu {
	margin: 10px 20px;
	width: 896px;
	height: 36px;
	background: url(./Img/meny_bg.gif) no-repeat;
	}
/*
#menu {
	margin: 10px 20px;
	width: 896px;
	height: 36px;
	background: url(./Img/meny_off2.jpg) no-repeat;
	}
*/
#menu li {
	float: left;
	}

#menu a
{
    height: 36px;
    width: 112px;
    background: url(./Img/meny_off2.gif) no-repeat;
    display: block;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: bold;
    padding-top: 13px;
    text-align: center;
}

#menu a.active 
{
    background: url(./Img/meny_on2.gif) no-repeat;
}
	
#menu a:hover
{
    
    color:#000000; 
}

/* erbjudanden nav */

#e_nav {
	margin: 0 20px 0 0;
	border-top: #ddd 1px solid;	
	float: left;
	}	

#e_nav li {
	width: 140px;
	background: #fbfbfb;
	border-bottom: #ddd 1px solid;
	border-left: #eee 1pd solid;
	border-right: #eee 1pd solid;
	}
	
#e_nav li a {
	padding: 3px 5px;
	text-transform: capitalize;
	display: block;
	}	

#e_nav li a:hover {
	background: #eee;
	}

/* e_nav end */

/*
--------------------------------------------------------------------
CONTENT
--------------------------------------------------------------------
*/

#content {
	margin:  0;
	padding: 0 20px;
	width: auto;
	text-align: left;
	}

h2
{
    margin: 0 0 5px 0;
    color: #dd9634;
    font: normal 22px 'Century Gothic';
}

h1
{
    margin: 0 0 5px 0;
    color: #dd9634;
    font: normal 22px 'Century Gothic';
}

p {
	padding: 0 0 10px 0;
	line-height: 1.6em;
	}

b	{
	color: #000;
	}

#beskrivning {
	margin: 0 0 10px 15px;
	}

#beskrivning li {
	padding: 2px 0;
	list-style-type: disc;
	}

img.border {
	padding: 5px;
	border: #ddd 1px solid;
	}

.center {
	text-align: center;
	width: 100%;
	display: block;
	}

.center img {
	margin: 10px;
	}

/* priser */

#priser {
	margin: 0 0 10px 0;
	width: auto;
	}

#priser li {
	padding: 2px 0 0 0;
	}

#priser li span {
	display: block;
	width: 160px;
	float: left;
	}

#kontakta address {
	width: 160px;
	font-style: normal;
	float: left;
	}

#kontakta #form {
	width: 450px;
	float: right;
	}

/* form */

input, textarea, select
{
    margin: 2px 0;
    padding: 3px;
    background: #fbfbfb;
    font: 12px 'Century Gothic';
    width: 240px;
    border: #ddd 1px solid;
}

select {
	width: 248px;
	}

textarea {
	width: 440px;
	}

input.submit {
	padding: 5px 15px;
	width: auto;
	border: #eee 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	}

/*
--------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------
*/

#footer {
	width: auto;
	height: 60px;
	background: url() no-repeat left bottom;
	font-size: 0px;
	clear: both;
	}
/*

*/

#submenu
{
    width:auto;
}

#submenu .left
{
    width:140px; 
    float:left;
}

#submenu .right
{
    float:left;
    margin-left:20px;
    width:720px;
}


