@charset "iso-8859-1";

/* Hoved klasser og stiler */
html, body
{
	margin:0;
	padding:0;
	/* height:100%;  needed for container min-height */
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*a
{
	text-decoration: none;
	color: #0066FF;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}*/
a:link {
	color: #006ea9;
	text-decoration: none;
}
a:visited {
	color: #006ea9;
	text-decoration: none;
}
a:hover {
	color: #006ea9;
	text-decoration: underline;
}
a:active {
	color: #006ea9;
	text-decoration: none;
}
p
{
	margin-top: 0.8em;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
    padding: 0;
}
h1 {
	font-size: 40px;
	font-weight: normal;
	line-height: 42px;
	padding-bottom: 5px;
	margin: 0px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	padding-bottom: 5px;
	margin: 0px;
}
h4 {
	margin-top: 10px;
	margin-bottom: 0px;
}
img
{
	border: 0;
}
#maincontainer
{
	width: 1000px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */	
}
#logo
{
	float: left;
	width: 120px;
	height: 60px;
	margin-top: 15px;
	/*
	background-image:url(../gfx/logo.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	*/
}
#menu {
	float: left;
	width: 865px;
	height: 72px;
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	overflow: hidden;
}

#main {
	width: 1000px;
	margin-top: 15px;
	/*padding-left: 15px;*/
	text-align: left;
	/*background-color: #FFFFFF;*/
}

.clear-left
{
	clear: left;
	overflow: hidden;
	height: 1px;
}

.clear-right
{
	clear: right;
	overflow: hidden;
	height: 1px;
}

.clear-both
{
	clear: both;
	overflow: hidden;
	height: 1px;
}

/* main */

#main-img-left
{
	float: left;
	width: 715px;
	height: 375px;
}
#main-text-left
{
	float: left;
	width: 480px;
	padding: 20px;
	min-height: 335px;
}
#main-text-right
{
	float:left;
	width: 260px;
	margin-left: 15px;
	/*padding-top: 15px;*/
}
#main-img-right
{
	float: right;
	width: 465px;
	min-height: 375px;
	overflow: hidden;
}
#main-text-full
{
	width: 980px;
	padding-left: 20px;
	padding-top: 20px;
	min-height: 335px;
}
#main-full
{
	width: 1000px;
	padding-top: 20px;
	min-height: 335px;
}
.main-footer
{
	width: 1000px;
	margin-top: 15px;
}