*{
	margin: 0;
	padding: 0;
}

body{
	background: #e3e3e3;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background: #2d3633 url(body-bg.jpg) repeat-x;
}

#bgwrapper{
	width: 100%;
	background: url(body-shadow.png) center top repeat-y;
	margin: 0 auto;
}
#bgwrapper_bottom{
	width: 100%;
	height: 35px;
	background: url(body-shadow-bottom.png) center top no-repeat;
}

#page{
	background: #fff;
	width: 880px;
	margin: 0 auto;
}

.content{
	/*Innehåller textbox + sidebar */
	background: url(content-bg.png) repeat-y;
	background-position: 583px 0;
}

span.break{
	clear: left;
	display: block;
}

#flags{
	position: relative;
	width: 100%;
	background: #cfd0d2;
	height: 1px;
}
#flags div{
	position: absolute;
	width: 100px;
	height: 30px;
	top: 5px;
	left: 795px;
}

#top{
	background: #fff;
	height: 153px;
}

#footer{
	clear: both;
	height: 136px;
}

#coop{
	position: absolute;
	width: 470px;
	padding-top: 15px;
	height: 25px;
	color: #fff;
	text-align: center;
}

img#logo{
	float: left;
}


.textbox{
	float: left;
	width: 490px;
	padding: 30px 45px 0 45px;
	/*background-attachment: fixed;
	background: url(../img/spar.gif) top right no-repeat;*/
	/*
	height: 415px;
	overflow: auto;
	*/
}

.abscontainer{
	position: relative;
}


div.pngimage{
	position: absolute;
	margin: 15px 0 0 -40px;
}

div.sign-1{
	position: absolute;
	width: 275px;
	padding: 30px;
	margin: 15px 0 0 -40px;
	height: 135px;
	background: url(sign1-bg.png) no-repeat;
	color: #fff;
}
	.sign-1 a:link, .sign-1 a:visited, .sign-1 a:hover, .sign-1 a:active{
		color: #fff200;
	}
	.sign-1 a:hover{
		color: #fff;
		text-decoration: underline;
	}

div.sign-gschallenge{
	position: absolute;
	width: 275px;
	padding: 30px;
	margin: 15px 0 0 -40px;
	height: 135px;
	background: url(sign-gschallenge.png) no-repeat;
	color: #000;
}


.paper-1-1, .paper-1-2, .paper-1-3{
	margin: 0 0 0 -36px;
	width: 330px;
}
.paper-1-1{
	margin-top: 20px;
	background: url(paper-1-1.png) no-repeat;
	height: 45px;
}

.paper-1-2{
	background: url(paper-1-2.png) repeat-y;
	width: 280px;
	padding: 0 25px 0 25px;
}
	.paper-1-2 div{
		margin-top: -40px;
	}

	.paper-1-2 a:link, .paper-1-2 a:visited, .paper-1-2 a:hover, .paper-1-2 a:active {
		color: #6a6623;
	}

	.paper-1-2 a:hover{
		color: #000;
	}

.paper-1-3{
	background: url(paper-1-3.png) no-repeat;
	height: 25px;
}

div.bokningsruta{
	background: url(bokning-bg.png) no-repeat;
	height: 152px;
	text-align: center;
	padding-top: 25px;
}

table, th, td{
	text-align: left;
	vertical-align: top;
}
th{
	white-space: nowrap;
}



ul.big{
	margin-top: 0;
}

ul.big li{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

a{
	text-decoration: underline;
}
a:link{
	color: #28459E;
}
a:visited{
	color: #28459E;
}
a:hover{
	color: #000;
}

a img{ border: 0;}

h1{
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 8px;
}

h2{
	font-size: 24px;
	margin: 8px 0 4px 0;
}
	h2 a:link, h2 a:visited, h2 a:hover, h2 a:active{
		text-decoration: none !important;
	}

h3{
	font-size: 20px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 10px;
}

p{
	margin-bottom: 12px;
}

div.hr{
	overflow: hidden;
	background: #ccc;
	height: 1px;
	margin: 8px 0;
}

ul#nav{
	font-size: 12px;
	background: #424242;
	height: 22px;
	width: 100%;
	padding: 8px 0 0 0;
	margin: 0;
	list-style-type: none;
	/*text-transform: uppercase;*/
}
ul#nav li{
	float: left;
	margin-left: 14px;
	display: inline;
}

#nav a{
	text-decoration: none;
}
#nav a:link{
	color: #fff;
}
#nav a:visited{
	color: #fff;
}
#nav a:hover{
	color: #fff;
	text-decoration: underline;
}

ul#nav .menucontainer{
	position: relative;
}

#menu_deactivator{
	display: none; /* hide at page load */
}

ul#nav ul{
	position: absolute;
	top: -7px;
	left: -20px;
	background: #424242;
	/*display: block;*/
	display: none; /* hide at page load */
}

ul#nav ul li{
	width: 160px;
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0;
	float: none;
}

ul#nav ul li a{
	display: block;
	width: 100%;
}



ul, ol{
	margin: 1em 0 1em 15px;
	/* Leftmargin = För IE6 */
	padding-left: 5px; /* För riktiga webbläsare */
}

li{
	margin-bottom: 2px;
	line-height: 14px;}