﻿@charset "utf-8";
/* CSS Document */

@import url(init.css);

html,body
	{
	height: 100%;
	}

body
	{
	background: url(../wsimages/bakgrunn_gul.gif) repeat-x #fff;
	}

div#mainwrapper
	{
	width: 780px;
	margin: 0 auto;
	}

/*div#body_element1
	{
	background: url(../wsimages/body_bg2.jpg) no-repeat right bottom transparent;
	width: 100%;
	height: 100%;
	min-width: 780px;
	}*/

/* page design */
div#page_top
	{
	background: url(../wsimages/page_top_bg.png) no-repeat transparent;
	height: 35px;
	width: 780px;
	}

div#page_content
	{
	background: url(../wsimages/page_content_bg.png) repeat-y transparent;
	padding: 0 25px;
	width: 730px;
	}
	
	div#leftColumn
		{
		padding: 10px 0px 20px 0px;
		width: 194px;
		float: left;
		
		}
		
		div#leftColumn img
			{
			display: block;
			margin: 0 auto;
			margin-bottom: 10px;
			padding: 0;
			border: 0;
			float: none;
			background-color: #fff;
			}
	
	div#rightColumn
		{
		padding: 58px 20px 20px 20px;
		width: 496px;
		float: left;
		}

div#page_bottom
	{
	background: url(../wsimages/page_bottom_bg.png) no-repeat transparent;
	height: 35px;
	width: 780px;
	}

/**/
div.newsbox
	{
	width: 238px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
	}

div.clear
	{
	clear: both;
	height:1px;
	overflow: hidden;
	}

/* dev */
div#dev a
	{
	color: #9AB01E;
	display: block;
	float: right;
	margin-right: 20px;
	padding: 0px 5px 20px 5px;
	font-size: 0.625em;
	text-decoration: none;
	}