* {
	margin: 0;
	padding: 0;
}

body {
	background: #8ad8f6 url(../img/bg.jpg) top left repeat-x;
	font-family: tahoma, verdana, sans-serif;
}

	#wrapper {
		width: 889px;
		padding-top: 20px;
		margin: auto;
		position: relative;
	}

		#header {
			background: #fff url(../img/header.jpg) no-repeat;
			width: 890px;
			height: 305px;
			margin-top: 0px;
			overflow: hidden;
		}

		.boxLeft_smallest, .boxLeft_small, .boxLeft_medium, .boxLeft_big {
			float: left;
			min-height: 200px;
			margin-right: 20px;
		}

		.boxRight_smallest, .boxRight_small, .boxRight_medium, .boxRight_big {
			float: left;
			min-height: 200px;
		}

		.boxLeft_smallest, .boxRight_smallest, .box_smallest  {
			width: 280px;
			background: #fff url(../img/bottom_border_smallest.gif) left bottom no-repeat;
		}

		.boxLeft_small, .boxRight_small, .box_small {
			width: 305px;
			background: #fff url(../img/bottom_border_small.gif) left bottom no-repeat;
		}

		.boxLeft_medium, .boxRight_medium, .box_medium {
			width: 430px;
			background: #fff url(../img/bottom_border_medium.gif) left bottom no-repeat;
		}

		.boxLeft_big, .boxRight_big, .box_big {
			width: 564px;
			background: #fff url(../img/bottom_border_big.gif) left bottom no-repeat;
		}

		.box_full {
			width: 889px;
			background: #fff url(../img/bottom_border_full.gif) left bottom no-repeat;
		}

		.top_smallest {
			background: #fff url(../img/top_border_smallest.gif) no-repeat;
			width: 280px;
			height: 20px;
		}

		.top_small {
			background: #fff url(../img/top_border_small.gif) left top no-repeat;
			width: 305px;
			height: 18px;
		}

		.top_medium {
			background: #fff url(../img/top_border_medium.gif) no-repeat;
			width: 430px;
			height: 20px;
		}

		.top_big {
			background: #fff url(../img/top_border_big.gif) no-repeat;
			width: 564px;
			height: 23px;
		}

		.top_full {
			background: #fff url(../img/top_border_full.gif) no-repeat;
			width: 889px;
			height: 23px;
		}

		#footer {
			background: #fff url(../img/top_border_full.gif) no-repeat;
		}

		#footer hr{
			display: none;
		}

.textbox_main{
	padding: 0 20px 30px 20px;
}


h1 {
	font-size: 1.1em;
	padding: 2px 0 2px 0;
}

h2 {
	font-size: .9em;
	margin: .4em 0 0 0;
}

h3 {
	font-size: .95em;
}

h3 a{
	text-decoration: none;
	color: #000;
}

h3 a:hover{
	text-decoration: underline;
}



h4 {

}

h5 {

}

h6 {

}

p {
	margin: 0 0 1.2em 0;
	font: .7em/1.3em tahoma, verdana, helvetica, sans-serif;
}

a{
	color: #2C8EB4;
}
a:hover{
	color: #000;
}



ul, ol {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1em;
	margin-left: 15px; /* För IE */
	padding-left: 5px; /* För riktiga webbläsare */
}

li{
	font-size: .7em;
	line-height: 1.4em;
}

table{
	font-size: 1em;
}

th{
	color: #fff;
	font-size: .6em;
	padding: 3px;
	text-align: left;
}

td{
	font-size: .7em;
}

tr.header{
	background: #4FC8F7 url(../img/th_bg.gif) left bottom repeat-x;
	height: 20px;
	}
tr.even{ background: #f5f5f5;}
tr.odd{ background: #fafafa;}

.right{ text-align: right;}
.center{ text-align: center;}

div.funbox{
	background-color: #d9f3fd;
	border-bottom: solid 2px #c4ecfc;
	padding: 15px 15px 5px 15px;
}


.hr{
	background: url(../img/hr.gif) repeat-x;
	height: 12px;
	overflow: hidden;
	margin: 10px 0;	
}
	.hr hr{
		display: none;
	}


.alert{
	color: #c00;
}

.orange{
	color: #F90;
}

#pageselector a:link, #pageselector a:visited, #pageselector a:active{
	background: #80C8E4;	
	color: #fff;
	padding: 1px 4px;
	text-decoration: none;
}

#pageselector a:hover{
	background: #FF9900;
}

#pageselector a.active{
	background: #FF9900;
}



img {
	border: none;
}

form{
	font-size: 1em;
}
input{
	font-size: .8em;
}

textarea{
	font-size: 11px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}




#gallery a img{
	border: solid 1px #fff;
}

#gallery a img:hover{
	border: solid 1px #16a9e1;
}


#headertext{
	position: absolute;
	left: 23px;
	top: 29px;
}
#headertext h1, #headertext p {
	text-transform: uppercase;
	color: #29A6D7;
	display: block;
	font-size: 11px;
	margin-top: -200px;
}
#headertext p{ color: #000;}


#flags {
	position: absolute;
	left: 793px;
	top: 281px;
	width: 83px;
}

#flags img{
	display: block;
	float: left;
	margin-right: 5px;
}

.preload{
	display: none;
}


#huvudmeny {
	font-size: 1.1em;
	position: absolute;
	top: 282px;
	left: 22px;
	margin-left: 0;
	padding-left: 0;
	text-transform: uppercase;
}

#huvudmeny li{
	float: left;
	margin-right: 11px;
	list-style: none;
}

#huvudmeny li a{
	font-weight: bold;
	color: #4fc8f7;
	text-decoration: none;
}

#huvudmeny li a:hover{
	text-decoration: underline;
}

#submenucontainer a:hover{
	text-decoration: underline;
}

#submeny_camping,
#submeny_restaurang,
#submeny_aktiviteter,
#submeny_underhallning,
#submeny_konferens,
#submeny_priser,
#submeny_kontakt
{
	font-size: 1.1em;
	line-height: 1em;
	z-index: 99;
	display: none;
	background: #FF9900 url(../img/meny.gif) no-repeat;
	padding: 30px 0 20px 0;
}

#submeny_camping li,
#submeny_restaurang li,
#submeny_aktiviteter li,
#submeny_underhallning li,
#submeny_konferens li,
#submeny_priser li,
#submeny_kontakt li
{
	list-style: none;
	margin: 0 10px;
}

#submeny_camping li a,
#submeny_restaurang li a,
#submeny_aktiviteter li a,
#submeny_underhallning li a,
#submeny_konferens li a,
#submeny_priser li a,
#submeny_kontakt li a{
	color: #fff;
	text-decoration: none;
}

#submeny_camping{
	position: absolute;
	top: 297px;
	left: 2px;}

#submeny_restaurang{
	position: absolute;
	top: 297px;
	left: 190px;}

#submeny_aktiviteter{
	position: absolute;
	top: 297px;
	left: 288px;}

#submeny_underhallning{
	position: absolute;
	top: 297px;
	left: 387px;}
	
#submeny_konferens{
	position: absolute;
	top: 297px;
	left: 487px;}

#submeny_priser{
	position: absolute;
	top: 297px;
	left: 556px;}
	
#submeny_kontakt{
	position: absolute;
	top: 297px;
	left: 618px;}
