@charset "utf-8";
/* CSS Document */

html,body
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#397aaa url(../images/bg.png);
	background-repeat:repeat-x;	
}

p
{
	font-family:myriad pro, arial;
}

#nonfooter
{
	position:relative;
	width:1024px;
	height:550px;
	margin:0 auto;	
}

#top
{
	position:relative;
	width:830px;
	height:322px;
	background:url(../images/bg_top.png);
	background-repeat:no-repeat;
	top:10px;
	margin:0 auto;	
}

#bottom
{
	position:relative;
	width:830px;
	height:350px;
	background:url(../images/bg_bottom.jpg) bottom;
	background-repeat:no-repeat;
	margin:0 auto;	
}

/* ====== Menu ====== */

ul
{
	position:relative;
	margin:0px;
	padding:0px;
	width:600px;
	height:50px;	
	top:103px;
	left:260px;
}

ul li
{
	width:95px;
	height:25px;
	float:left;
	margin-left:1px;
	list-style:none;
	list-style-type:none;
	background:#356180;
}

ul li a
{
	width:95px;
	height:25px;
	text-align:center;
	line-height:23px;
	display:block;
	text-decoration:none;
	color:#fff;
	font-family:myriad pro, arial;
	font-weight:bold;
	font-size:15pt;
}

ul li a:hover
{
	color:#9d1204;	
}

/* ====== Content ======= */

#content
{
	position:relative;
	width:420px;
	height:180px; 
	top:75px;
	left:260px;	
}

#content span
{
	position:relative;
	width:420;
	height:180;
	color:#9D1204;
	font-weight:700;
}

#content p.tekst
{
	margin:0px;
	margin-bottom:10px;	
}

#content p.kop
{
	font-weight:bold;
}

#content p a
{
	color:#000;
	text-decoration:none;	
}

#content p a:hover
{
	color:#9D1204;
	text-decoration:none;	
}

	

/* ====== Bottom =======*/

#bottom p
{
	position:relative;
	margin:0px;
	padding:0px;
	width:543px;
	height:100px;
	text-align:justify;
	top:20px;
	color:#fff;
	margin:0 auto;	
}