html, body {
	height:100%;
	width:100%;
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6a6a6a;
	text-align: left;
	line-height: 15px;
	font-size: 10px;
	overflow:hidden;
}


td {
	font-size: 10px;
}

/* Struktur */
p {
	margin-top: 3px;
	color: #9d9ca0;
}

a:link, a:visited {
	color: #6a6a6a;
	text-decoration: none;
}

a:hover {
	color: #9d9ca0;
	text-decoration: none;
}

a: active {
	color: #FF0000;
}

h1 {
	font-size:16px;
	color:#01ba00;
	line-height:22px;
	margin: 0px;
	font-weight: 100;
}

h2 {
	font-size: 10px;
	color: #666666;
	line-height: 22px;
	margin: 0px;
	font-weight: bold;
}

#top {
	width:777px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	display:table-cell;
	height: 30px;
	vertical-align: bottom;
	text-align:left;
}

#menu {
	width: 777px;
	text-align:left;
	margin-bottom:10px;
	display: table-row;
}

.menutable {
	border:0px;
	width:777px;
	height:100%;
	padding-top: 19px;
}

.menupunkt {
	float:left;
}

#indhold {
	width:777px;
	border-bottom: 1px solid #cccccc;
	height: 227px;
	text-align:left;
	padding-top: 26px;
	display: table-cell;
}

#content1 {
	float:left;
	height:227px;
	text-align:left;
}

#content2 {
	float:left;
	width:480px;
	height: 227px;
	text-align:left;
}

#subnav {
	width: 777px;
	padding-bottom: 5px;
	padding-top: 20px;
	text-align:left;
}

#green {
	background-color: #01ba00;
	width:777px;
	height: 175px;
}

#casesekst {
	width: 777px;
	height: 35px;
	text-align:left;
	display:block;
	padding-top: 20px;
}

/* below in external file */
div#wn	{ 
	position:relative; 
	width: 780px; 
	height: 165px;
	overflow: hidden;
}
div#scrollbar
{ 
	cursor: pointer;
	position: relative; 
	width: 780px; 
	height: 3px;
	display: block; /* display:none initially */
	font-size: 1px;  /* so no gap or misplacement due to image vertical alignment */
}

div#track 
{ 
	position: absolute; 
	top: 0;
	width: 780px;
	height: 4px; 
	background: #CCC;
}
div#dragBar 
{
	position: absolute; 
	left: 1px; 
	top: 1px;
	width: 10px; 
	height: 3px; 
	background-color: #01BA00;
}  
div#left { position:absolute; left:0; top:0; }  
div#right { position:absolute; right:0; top:0;  }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right
{
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img 
{
	display: block; 
	border: 0px solid #FFFFFF;
} 
