
body {
	background-color: #fff;
	background-image:url(systempix/contentback.jpg);
  	background-position: center 300px;
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: "segoe UI", tahoma, arial, verdana;
	color:#000000;
}
	a {color: #444444; text-decoration:none}
	a:hover {color: #000000; text-decoration:underline;}

ul {
padding: 6px;
margin: 2px;
}
p {
	font-size: 13px;
	padding-bottom:15px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	font-family: "segoe UI", tahoma, arial, verdana;
	color: #000000;
}

td {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

h2
{
	font-family: "segoe UI", tahoma, arial, verdana;
	font-size: 15px;
	margin: 0px; padding: 0px;
  margin-left: -10px;
  margin-bottom: 15px;
  padding-top:2px;
	padding-bottom:4px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 13px;
	color: #FFFFFF;
	background-image:url(systempix/h2back.png);

}
h3
{
	font-family: "segoe UI", tahoma, arial, verdana;
	font-size: 14px;
	margin: 0px; padding: 0px;
	padding-bottom:10px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

h4
{
	font-family: "segoe UI", tahoma, arial, verdana;
	font-size: 16px;
	margin: 0px; padding: 0px;
	padding-bottom:2px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}



em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}
.orange
{
	color: #ff8800;
}
.black
{
	color: #000000;
}
.white
{
	color: #ffffff;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 995px;
	height: 300px;
}

#content_info {
	width: 510px;
  margin-left: 10px;
}

#meny {
	position: absolute;
	left: -60px;
	top: 278px;
	height: 21px;
	width: 800px;
}

#latest {
	position: absolute;
	left: 188px;
	top: 190px;
	width: 300px;
	height: 100px;
}

#login {
	position: absolute;
	left: 740px;
	top: 255px;
	width: 280px;
	height: 100px;
}



#wrapper{
	width:995px;
	margin: 0px auto 0px auto;
	padding:0;
}


#contentor{
	width:995px;
	height: auto;
	margin: 0px auto 0px auto;
	padding:0;
}




#left {
	position:relative;
  float: left;
	width: 45px;
	left: 12px;
	top: 30px;
}

#right {
	position:relative;
  float: right;
	width: 340px;
  top: 10px;
	right: 15px;
 }

#content {
	position:relative;
	width: 533px;
  height: auto;
	left: 80px;
	top: 10px;
}








		.loginboxfieldinput {
			padding: 0;
			margin-top: 0;
			margin-bottom: 0;
			margin-right: 0;
			margin-left: 0px;
			width: 180px;
			padding-left: 0px;
			border: 1px solid #000000;
			color: black;
			font-size: 10px;
	font-family: "segoe UI", tahoma, arial, verdana;
			/* background-color: white; */
			background-color: #ffffff;
			height: 18px;
		}
		.loginboxfieldbutton {
			height: 18px;
			width: 32px;
			margin-top: 0px;
			margin-bottom: 2px;
			margin-right: 0;
			margin-left: 0px;
			padding: 0;
			font-size: 10px;
	font-family: "segoe UI", tahoma, arial, verdana;
			color: white;
			text-align: center;
			border: 1px solid #000000;
			background-color: #815d12;
		}
		
		
