html, body
{
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#b1bfc6;
	background-image:url("../images/back02.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
}

a, a:visited, a:active
{
	text-decoration: underline;
	color: #512b1a;	
}
a:hover
{
	text-decoration: underline;
}


#outer-wrapper
{
	height:auto !important;
	min-height:100%;
	position:relative;
	width:100%;
	min-height:100%;

}

	#top-outer-wrapper
	{
		width:100%;
	}
	
	#top-inner-wrapper
	{
		position:relative;
	}

		#outer-wrapper.start #top-outer-wrapper #top-inner-wrapper, #outer-wrapper.doc-low #top-outer-wrapper #top-inner-wrapper
		{
			width:906px;
			height:367px;
			text-align:left;
			margin:0 auto;
			background-color:#ffffff;
		}
		
		#outer-wrapper.doc-high #top-outer-wrapper #top-inner-wrapper
		{
			width:906px;
			height:109px;
			text-align:left;
			margin:0 auto;
			background-color:#ffffff;
		}
		
			#flash-container
			{
				position:absolute;
				width:906px;
				height:366px;
				top:0;
				left:0;
			}
			
			#flash-container-small
			{
				position:absolute;
				width:906px;
				height:111px;
				top:0;
				left:0;
			}

	#lower-outer-wrapper
	{
		width:100%;
		border-top:solid 1px #a5aeb6;
	}

	#lower-inner-wrapper
	{
		width:906px;
		text-align:left;
		margin:0 auto;
	}

		#outer-wrapper.start #lower-outer-wrapper #lower-inner-wrapper
		{
			min-height:315px;
			background-color:#b1bfc6;
			background-image:url("../images/back_main.jpg");
			background-repeat:no-repeat;
			background-position:bottom;
		}
		
		#outer-wrapper.doc-low #lower-outer-wrapper #lower-inner-wrapper
		{
			min-height:315px;
			background-color:#f0f2f4;
		}
		
		#outer-wrapper.doc-high #lower-outer-wrapper #lower-inner-wrapper
		{
			min-height:570px;
			background-color:#f0f2f4;
		}
		
#content-wrapper
{
	padding:27px 40px 10px 40px;
}

	#submenu-container
	{
		float:left;
	}

		.link
		{
			display:block;
			width:181px;
			height:29px;
			border-top:solid 1px #ced3d8;
		}
				
			 .link img
			 {
				border:0;
			 }
	
	#content-container
	{
		float:right;
		width:460px;
		padding-right:135px;
	}
	
	
	.flower
	{
		min-height:288px;
		background-image:url("../images/split_flower_bottom.png");
		background-position:right top;
		background-repeat:no-repeat;
	}
	
/* Contact info */
.perm_item1
{
	cursor:pointer;
}

.perm_item1_over
{
	cursor:pointer;
	color: #512b1a;
}
/**/
	
#footer
{
	width:906px;
	height:20px;
	line-height:20px;
	font-size:10px;
	margin:0 auto;
}

	#footer a
	{
		text-decoration:none;
		color:#4e4d4d;
	}
	
	
/* Nyhetsliste */
#newslist
{
	float: left;
	width: 181px;
}

#newslist .newsitem
{
	width:181px;
	padding: 4px 0px 4px 0px;
	border-bottom: solid 1px #c4ced5;
	vertical-align:top;
	height: 51px;
}
#newslist .newsitem_top
{
	width:181px;
	padding: 4px 0px 4px 0px;
	vertical-align:top;
	height: 51px;
	border-top: solid 1px #c4ced5;
	border-bottom: solid 1px #c4ced5;
}

.clearer
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clickable
{
	cursor:hand;
	cursor:pointer;
}



