/* CSS Document */
<style type="text/css">
* { margin:0; padding:0; }
#imgId {
width:100%;
max-width:2048px;
max-height:1536px;
height:auto;
}


A:link {text-decoration: underline; color: #333333;}
A:visited {text-decoration: underline; color: #333333;}
A:active {text-decoration: underline; color: #333333;}
A:hover {text-decoration: underline; color: #000000;}

body { 
	overflow:hidden;
	scrollbar-face-color:#333333; 
	scrollbar-shadow-color:#687888;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #687888;
	scrollbar-darkshadow-color: #DCE0E2;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff; 
}

#Layer1 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	left: 0px;
	top: 0px;
}

#Layer2 {
	position:absolute;
	width:261px;
	height:20px;
	z-index:9;
	left: 97px;
	top: 131px;
	background-image: url(images/bgmenu.png);
}

#Layer3 {
	position:absolute;
	width:786px;
	height:410px;
	z-index:2;
	top: 174px;
	left: 114px;
	overflow: auto;
	background-color: none;
}

#Layer4 {
	position:absolute;
	width:786px;
	height: 410px;
	z-index:2;
	top: 174px;
	left: 114px;
	overflow: auto;
	background-color: #ffffff;
	filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;

	
}		

.style1 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left:30px;
}

.style3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	padding:20px 100px 20px 64px;
}

.menukop {
	color: #767523;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
}

.nbkop {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.nb {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
}

#bottom {
background-color: #333333;
position: absolute; bottom: 0; width: 100%; z-index: 3;
height:17px;
margin-bottom: 0px;
}

#info {
	position:absolute;left:2px;top:2px;
}


</style>
