html, body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font: 12px/16px  Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	margin:0px;

	padding:0;
 } 
 
a {
	color: #0B80B3;
	text-decoration: none;
}

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

.leadtekst {
FONT: 12px/16px Verdana, Arial, Helvetica, sans-serif; 
COLOR: black; 
TEXT-DECORATION: none
}

.external {
	padding-right: 8px;
}
   
#topfix {
	width: 100%;
	height: 180px;
	margin-left: 0px;
	position: absolute;
}
 
#pagewidth{
	width:816px;
	margin-left: 0px;
} 
 
#header{
 position:relative; 
 height:220px; 
 width:100%;
} 

#pagetop{
	width: 666px;
	height: 21px;
	position: absolute;
	bottom: 0;
	right: 0px;
	background-color: #FFF;
}

#login{
	width: 98px;
	height: 21px;
	position: absolute;
	bottom: -1px;
	right: 164px;
	background-color: #FFF;
}

#login a {
	color: #F20202;
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: -2px 2px;
}
 
#leftcol{
	width:200px;
	float:left;
	position:absolute;
	margin-left:150px;
	background-color: #FFF;
 }

#holder {
	height: 310px;
}

#navigation{
	color: white;
	margin-top: 25px;
}

#navigation a:hover {
	margin-left: 0px;
	padding-left: 20px;
	color: #000;
	background-color: #FFF;
	background-image: url(include/menu_highlight.gif);
	background-repeat: no-repeat;
	background-position: -4px 1px;
	list-style-type: none;
	font-weight: normal;
}

#navigation a {
	margin-left: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

#navigation a.active {
	margin-left: 0px;
	padding-left: 20px;
	color: #0B80B3;
	background-color: #FFF;
	background-image: url(include/menu_highlight.gif);
	background-repeat: no-repeat;
	background-position: -4px 1px;
	font-weight: normal;
}

#navigation ul {
	margin: 0;
	padding: 10px 1px;
	background-color: #FFF;
}

#navigation li{
 margin: 3px;
 padding: 0;
 list-style: none;
}

#navigation ul ul{
	margin: 0;
	padding: 1px 25px;
	background-color: #FFF;
}

#secondhalf {
	padding-left: 0px;
	background: inherit;
	color: #999;
	padding-top: 40px;
	text-align: center;
}

#secondhalf a{
	color: #999;
	text-decoration: none;
}
 
#twocols{
	width:465px;
	float:right;
	position:relative;
  }
 
#rightcol{
	width:163px;
	float:right;
	position:relative;
	background-color:#FFF;
 }

.button {
 background: #b4b3b0;
 padding: 0 0 4px 4px;
 margin: 7px;
 font-size: 11px;
}

h4 {
 font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
}
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:460px;
 }

#topnavigation {
	padding: 16px 24px 20px 24px;
	background: url(include/schaduw-breadcrumbbar.gif) 100% 100% repeat-x transparent;
	color: #F00;
	font-weight: bold;
}

#topnavigation a {
 font-weight: bold;
 text-decoration: none;
 margin: 0 5px;
}

#content {
 margin: 0px 38px;
 padding: 0px;
}

#fter {
	font-size: 10px;
	color: #999;
	text-align: center;
	padding-top: 15px;
}

#content h1 {
 background: 0 2px no-repeat;
 margin-left: -18px;
 padding-left: 18px;
 font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
 margin-top: 20px;
}

#intro {
 margin-top: 150px;
 padding: 0px;
}

.clear {
 clear: both;
 display: block;
 height: 1px;
 overflow: hidden;
 margin: 0;
 padding: 0;
}

 
 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

