/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #1a1a1a; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #1a1a1a; }
body { background: url('../images/bodyBg.gif') #f0f0f0 repeat-x; }
img { border: 0px; display: block; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; height: 1px; }

/* ### WRAPPER ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; padding-bottom: 25px; width: 982px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 982px; height: 415px; background: url('../images/headerBg.gif') repeat-x bottom; }
	#headerCntr h3 { position: absolute; top: 61px; left: 0px; }
	#headerCntr h3 a { display: block; width: 159px; height: 44px; text-indent: -9999px; background: url('../images/logo.gif') no-repeat; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { position: absolute; top: 79px; right: 0px; width: 675px; }
		#menuCntr ul { overflow: hidden; width: 675px; list-style: none; }
		#menuCntr li { padding-left: 1px; float: right; display: inline; font-size: 13px; }
		#menuCntr li a { padding: 0px 10px 0px 10px; display: block; float: left; height: 26px; line-height: 26px; text-decoration: none; color: #313131; background: url('../images/menuBg.gif') repeat-x 0px -40px; }
		#menuCntr li a:hover, #menuCntr li.selected a { color: #fff; background-position: top; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { overflow: hidden; width: 982px; background: #fff; }
	
		/* ### PAKKET BOX ### */
		.pakkeBox { overflow: hidden; width: 982px; height: 228px; background: url('../images/pakkeBg.gif') repeat-x; }
		.pakkeBox div.pakke { padding: 25px 30px 0px 15px; float: left; overflow: hidden; width: 200px; background: url('../images/line.gif') no-repeat top right; }
		.pakkeBox div.last { background: none; }
		.pakkeBox img { float: right; }
		.pakkeBox ul { list-style: none; }
		.pakkeBox li { color: #585858; }
		.pakkeBox h3 { padding-bottom: 8px; font-size: 14px; font-weight: bold; color: #3a3a3a; }
		
		/* ### TEXT BOX ### */
		.textBox {
	padding: 0px 25px 15px 25px;
	width: 932px;
}
		.textBox h2 { padding-bottom: 10px; font-size: 16px; font-weight: bold; }
		.textBox h2 span { color: #fab456; }
		.textBox p {
	padding-bottom: 10px;
	text-align: left;
}
	
