html{ width: 100%; height: 100%; }
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #00007d;
	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(../images/bg.png) no-repeat;
	background-position: top center;
	z-index: 95;
	position: relative;
}

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

	#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;
	min-height: 1040px;
	margin: 0 auto;
	background: url(../images/content_bg.png) no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
}

	h1{
		height: auto;
		width: 905px;
		background: url(../images/header_bg.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: 30px;
}

	#tekst ul{
		font-weight: bold;
	}
	
	#tekst a{
		color: #00007d;
	}
	
#boximages{
	width: 275px;
	height: auto;
	float: right;
	margin-top: 5px;
	margin-left: 20px;
}	

	#boximages h1{
		height: auto;
		width: 255px;
		background: url(../images/header_bg.png) repeat;
		margin: 5px;
		margin-left: 0px;
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: normal;
	}
#img1{
	width: 275px;
	height: 50px;
	background: url(../images/img_1.png) no-repeat;
	padding-top: 225px;
}
#img2{
	width: 275px;
	height: 50px;
	background: url(../images/img_2.png) no-repeat;
	margin-top: 30px;
	padding-top: 225px;
}
#img3{
	width: 275px;
	height: 50px;
	background: url(../images/img_3.png) no-repeat;
	padding-top: 225px;
}
#img4{
	width: 275px;
	height: 50px;
	background: url(../images/img_4.png) no-repeat;
	margin-top: 30px;
	padding-top: 225px;
}

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

	#footer a{
		color: #8f8ec6;
	}
