body {
	font-family: Tahoma,Verdana;
	font-size: 10pt;
	color: #666666;
	background: url('dl_bg_kort.png') no-repeat;
}

h1,h2,h3{
	margin-top:0px;
}

h1 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
}

p {
margin-top: 0px;
}

td{
	padding: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}
table{
	border-collapse:collapse;
}

div.topcontainer
{
	position: absolute;
	top: 300px;
	left: 412px;
	width: 500px;
}

div.menucontainer
{
	position: absolute;
	left: 235px;
	top: 310px;
}

div.leftcontainer
{
	position: absolute;
	left: 235px;
	width: 140px;
	top: 380px;
	z-index: -1;
}

div.bottomcontainer
{
	position: absolute;
	left: 388px;
	width: 538px;
	top: 380px;
	z-index: -1;

	line-height: 1.4;

	height: 1000px;
}

div.bottomcontainer h1
{
	line-height: 1;
	margin-bottom: 3pt;
	margin-top: -1pt;
}

div.menu
{
	float: left;
	margin-top: 33px;
	margin-left: 26px;
}
div.menuitem
{
	float: left;
	margin-right: 20px;
}
div.menuitemtitle
{
	position: relative;
	font-size: 10pt; font-weight: bold; color: #145A5F;
	text-transform: uppercase;
}
div.menuitemtitle:hover
{
	color: #666666;
	cursor: pointer;
}

div.menuitemcont
{
	position: absolute;
	width: 200px;
	/*max-height: 240px;
	overflow: auto;*/
	padding-bottom: 10px;
	z-index: 5;
	background-color: white;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;
}

div.menuitemcont ul
{
	list-style: none;
	margin:0;
	padding:0;
	color: black;
}
div.menuitemcont ul li
{
	margin:0;
	padding:0;
	font-size: 9pt; color: #666666; line-height: 2em;
	cursor: pointer;
}
div.menuitemcont ul li:hover
{
	color: #FF0000;
}
div.menuitemcont ul li.selected
{
	color: #FF0000;
}

div.menuitemcont ul ul
{
	list-style: none;
	margin-left:12px;
	padding:0;
}

/* Gallery Image Popup */
div.popupimg
{
	position: absolute;
	z-index: 2;
	background-color: red;
	top: 30px; left: 30px;
	cursor: pointer;
}
div.thumbscontainer
{
	margin-top: 20px;
}
span.thumb {
	cursor: pointer;
	margin-right: 10px;
}

img{
border: 0px;
}

a{
text-decoration: none;
color: #666666;
}
