html, body {
	background-color:#FFFFFF;
	height:100%;
}

html, body, form, img, ul, p, h1 {
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color:#660000;
}

a {
	color:#000;
	text-decoration:underline;
	cursor: pointer;
}

a:hover, a:active {
	text-decoration:none;
}

div#wrapper {
	position: relative;
	left:50%;
	margin:0 0 0 -445px;
	width:890px;
	text-align: center;
	background-image: url("img/bg.gif");
	background-position: top left;
	background-repeat: repeat;
	
	/* MSIE hack */
	min-height: 100%;
	_height:100%;
	/* END */
}

div#site {
	text-align: left;
}

div#header {
	text-align: left;
	background-image: url("img/header1.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width:100%;
	height:156px;
}

div#nav {
	float:left;
	text-align: left;
	height:130px;
	width:200px;
	background-image: url("img/nav_bg.gif");
	background-position: top left;
	background-repeat: repeat;
}

a.nav {
	display:block;
	padding: 5px 0px 6px 15px;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	cursor: pointer;
	margin:0px;
	width:185px;
}

a.nav:hover, a.nav:active, a.select {
	display:block;
	padding: 5px 0px 6px 15px;
	color:#660000;
	background:#FFF;
	text-decoration:none;
	font-size:12px;
	margin:0px;
	width:185px;
}

div#intro {
	float:left;
	text-align: left;
	background-color:#660000;
	width:470px;
	height:110px;
	padding:10px;
	color:#FFF;
}

div#intro h1 {
	font-size: 16px;
	padding-bottom:5px;
	color:#660000;
}

div#empty_square {
	float:left;
	background-color:#990000;
	width:200px;
	height:130px;
	background-image: url("img/logo.gif");
	background-position: top left;
	background-repeat: repeat;	
}

div#content {
	clear:both;
	text-align: left;
	width:490px;
	margin-left:200px;
	padding-bottom:30px;
}

div#content h2 {
	display:block;
	background-color:#CC6633;
	font-weight:bold;
	font-size:13px;
	padding-left:5px;
	
}


div#content ul {
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}

.tekst {
	padding:3px 8px 3px 8px;
}