@charset "utf-8";

* {padding:0;	margin:0;}

body
{
	font-family: Verdana;
	font-size: 70%;
	background-image:url(bg.png);
	background-repeat:repeat-y;
}

h1
{
	font-size:1.7em;
	padding-top:0.5em;
}

#container a
{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

#container 
{
	float: left;
	width:900px;
	padding-left:1em;
	padding-top:1em;
	background-color:#FFFFFF;
}

#head
{
	float:left;
	height:120px;
	width:900px;
	background-image:url(head.jpg);
	background-repeat:no-repeat;
}

#menu
{
	float:left;
	width:900px;
	height:30px;
	margin-top:5px;
	background-image:url(meny.jpg);
	background-repeat:repeat-x;
}

#menu ul
{
	padding:1em;
}

#menu li
{
	display:inline;
	list-style-type:none;
	height:30px;
	padding-left:1em;
	padding-right:1em;
}

#menu a
{
	text-decoration:none;
	color:#FFFFFF;
}

#menu a:hover
{
	text-decoration:underline;
}

#content
{
	float:left;
	padding:1em;
	width:600px;
	min-height:400px;
}

#content p
{
	padding-top:0.5em;
	padding-bottom:0.5em;
}

#right
{
	float:left;
	text-align:center;
	padding:1em;
	width:250px;
}

#foot
{
	float:left;
	height:30px;
	width:900px;
	padding-top:1em;
	text-align:center;
	border-top:#999999 thin solid;
}