﻿@charset "utf-8";
/* CSS Document */

*
	{
	margin: 0;
	padding: 0;
	}

body
	{
	background: url(../wsimages/body_bg.jpg) #fff repeat-x;
	width: 800px;
	margin: 0 auto;
	}

div#mainwrapper
	{
	padding-bottom: 25px;
	}

div#header
	{
	}
	
	h1#headerImg
		{
		background: url(../wsimages/dødeladen_bilde.jpg) #fff no-repeat;
		height: 329px;
		margin-top: 2px;
		width: 800px;
		display: block;
		clear: both;
		margin-bottom: 20px;
		}
	
	h1#headerImg a#logo
		{
		background: url(../wsimages/logo.png) transparent no-repeat;
		width: 234px;
		height: 183px;
		display: block;
		overflow: hidden;
		text-indent: -9999em;
		margin-top: -40px;
		position: absolute;
		}

div#content
	{
	float: left;
	width: 516px;
	margin-right: 20px;
	}

/* div#news
	{
	background:  url(../wsimages/aktuelt_bg.png) transparent no-repeat;
	padding: 65px 30px;
	width: 204px;
	height: 108px;
	float: left;
	overflow: hidden;
	}
	
	div#news .overflowHide
		{
		height: 130px;
		overflow: hidden;
		}
*/

/* NEWSBOX
------------------------------------------- */
div#news_body
	{
	background: url(../wsimages/news_body.jpg) repeat-y #fff;
	float: left;
	width: 264px;
	}
	
div#news_header
	{
	background: url(../wsimages/news_header.jpg) no-repeat #fff;
	height: 122px;
	}

div#news_content
	{
	margin-top: -40px;
	padding: 0px 35px 60px 35px;
	clear: both;
	background: url(../wsimages/news_bottom.jpg) no-repeat transparent bottom;
	}

div.clear
	{
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
	}

div#dev
	{
	float: right;
	bottom: 10px;
	}
	
	div#dev a
		{
		font-size: 0.925em;
		color: #DE9701;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		}