html{ width: 100%; height: 100%; }
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #003e7e;
	letter-spacing: 0.05em;
}

a img{ border: 0; margin: 0; padding: 0;}


#global{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#headerback{
	width:100%;
	background: url(../media/images/bg.png) no-repeat;
	background-position: top center;
	z-index: 95;
	position: relative;
}

#header{
	width: 950px;
	height: 198px;
	background: url(../media/images/header.png) no-repeat;
	z-index: 99;
	position: relative;
	margin: 0 auto;
}

.hdr-es{
	background: url(../media/images/header-es.png) no-repeat !important;
}

	#header ul#vlags{
		margin: 0;
		margin-left: 30px;
		margin-top: 10px;
		padding: 0;
		list-style: none;
		float: left;
	}
		
		ul#vlags li{
			width: 18px;
			height: auto;
			text-align: center;
			float: left;
			margin-right: 10px;
		}	
		
		ul#vlags li a{
			font-family: Arial;
			font-size: 11px;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none;
			font-weight: bold;
		}
		
	#header ul#smallnav{
		margin: 0;
		margin-top: 3px;
		padding: 0;
		list-style: none;
		float: right;
		font-family: Arial;
		font-size: 11px;
		color: #fff;
	}
		
		ul#smallnav li{
			width: auto;
			height: auto;
			text-align: center;
			float: left;
			margin-right: 10px;
		}	
		
		ul#smallnav li a{
			font-family: Arial;
			font-size: 11px;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none;
		}
	
	#header ul#extralinks{
		position: absolute;		
		right: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		color: #fff;
		margin-bottom: 15px;
	}
		
		ul#extralinks li{
			width: auto;
			height: auto;
			text-align: center;
			float: left;
			margin-right: 10px;
		}	
		
		ul#extralinks li a{
			font-family: Arial;
			font-size: 13px;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none;
			font-weight: bold;
		}
#bigimg{
	width: 1000px;
	height: 220px;
	margin: 0 auto;
	margin-top: -47px;
	z-index: 95;
}

#content{
	width: 950px;
	margin: 0 auto;
	background: url(../media/images/content_bg.png) top no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
}

	h1{
		height: auto;
		width: 905px;
		background: url(../media/images/header_bg-v2.png) repeat;
		margin: 0;
		margin: 0 auto;
		padding: 5px;
		padding-left: 40px;
		margin-top: -39px;
		z-index: 97;
		position: relative;
		color: #fff;
		font-size: 24px;
	}

#tekst{
	width: 875px;
	height: auto;
	margin: 0 auto;
	line-height: 22px;
	text-align: justify;
}
	
	#tekst ul { list-style: square;}
	
	#tekst a{
		color: #EF4135;
	}
	
#boximages{
	width: 230px;
	height: auto;
	float: right;
	margin: 5px 0 40px 40px;
}	

	#boximages h1{
		height: auto;
		width: auto;
		background: url(../media/images/header_bg-v2.png) repeat;
		margin: 5px;
		padding: 5px;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: normal;
	}

#img1{
	width: 230px;
	height: 50px;
	background: url(../media/images/index_clip_image001.jpg) no-repeat;
	padding-top: 150px;
}
#img2{
	width: 230px;
	height: 50px;
	background: url(../media/images/index_clip_image003.jpg) no-repeat;
	margin-top: 30px;
	padding-top: 150px;
}

#footer{
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

	#footer a{
		color: #8f8ec6;
	}

.manual-list { margin: 0px; padding: 0px; list-style: none; }
.manual-list li { margin: 0 0 5px 0; }
.manual-list a { text-decoration: none; }
.manual-list a:hover { text-decoration: underline; }

ul#gallery { padding: 0px; margin: 0px; list-style: none; }
ul#gallery li { float: left; margin: 0 5px 0 0; list-style: none;}
ul#gallery li a img { padding: 1px; border: 1px solid #ccd8e5; }