html {
	height: 100%;
}
body {
	text-align:center;
	margin:0;
	padding:0;
	background:transparent url(images/bck_rpt.gif) repeat;
	height:100%;
}

body, p, td, h1, h2, h3, div, input {
	font:normal normal normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}

div, form {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:8px 0;
	padding:0;
}
form {
	margin:0.5em;
	padding:0.5em;
}
table {
	width:100%;
	border-top:1px dashed #fff;
	border-left:1px solid #CEE783;
	border-right:1px solid #CEE783;
	border-bottom:1px solid #CEE783;
}
th {
	border-bottom:1px dashed #fff;
}
td {
	vertical-align:bottom;
	padding:2px;
}
input {
	color:#FF6600;
	font-size:10px;
	border:1px solid #ccc;
}
h1 {
	color:#A9398B;
	margin:0.5em 0 1.5em 0;
	padding:0 0 0.5em 0;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px dotted #fff;
}
h2 {
	color:#A9398B;
	margin:0.4em 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
h3 {
	color:#619AAB;
	margin:0.3em 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
/*
	ID
*/

#wrapper {
	background:transparent url(images/bck_rpt_repeat.png) repeat-x top;
	width:auto !important;
	width:100%;
}
#site {
	background:transparent url(images/background_1.jpg) no-repeat top center;
	width:760px;
	margin:0 auto;
}
#header {
	width:700px;
	margin:0 auto;
	height:230px;
}
#header #topmenu {
	width:240px;
	background-image:url(images/background_top.png);
	height:20px;
	float:right;
}
#header #topmenu ul {
	margin:0 0 0 43px;
	padding:0;
}
#header #topmenu li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	width:auto;
}
#header #topmenu li a {
	color:#000;
	padding:0 0.5em;
	margin:0;
	width:auto;
	border-right:1px solid #000;
	font-size:11px;
}
#header #topmenu li a.menu_last {
	border:none;
}
#header #topmenu li a.current_last {
	border:none;
}

#header #toptext {
	color:#FF6600;
	font-weight:bold;
	text-align:left;
	padding-top:6px;
}
#content {
	width:700px;
	margin:0 auto;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	background:#666 url(images/background_menu.jpg) repeat-y 0px 0px;
	position:relative;
}
#leftcontent {
	padding:0;
	margin:0;
	width:169px;
	float:left;
}
#mainlogo {
	position:absolute;
	top:-160px;
	left:-21px;
	width:auto;
	height:auto;
}
#leftmenu {
	margin:60px 0 0 0;
	border-top:1px solid #fff;
}
#leftmenu ul {
	margin:0;
	padding:0;
}
#leftmenu li {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	background:transparent url(images/icon.png) no-repeat 8px 4px;
}
#leftmenu li a {
	font-weight:bold;
	color:#fff;
	display:block;
	padding:2px 0px 2px 26px;
}
#search_box {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:left;
}
#contactinfo {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:left;
	padding:2px 6px;
	color:#fff;
}
#bottomimage {
	border-top:1px solid #fff;
	border-bottom:2px solid #fff;
}
#maincontent {
	margin-left:169px;
	float:none;
	padding:25px;
	width:auto;
	min-height:550px;
	height:auto !important;
	height:550px;
	text-align:left;
	background-color:#B3D940;
}
#maincontent td p {
	margin:0;
	padding:0;
}
#maincontent hr {
	width:100%;
	border:1px dashed #fff;
}
#maincontent #tekst {
	position:relative;
	top:-45px;
	left:0;
}
#footer {
	border-top:2px dotted #fff;
	padding-top:2em;
	margin-top:2em;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

