* { 
	margin: 0; 
	padding: 0; 
}
html {
	height:100%;  
	 overflow-y: scroll; 
}

body { 
	width:800px;
	height:100%; 
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	color:#777;
	background:#6aa5d6 url(/images/bg3.jpg) no-repeat fixed center bottom; 
}

/* Links */
a { 
	color:#6ba5d6; 
	text-decoration:underline;
	outline: none;
}

/* General Class */
img { border:none; }
li { line-height: 14px; }

/* FORMS */
.text { 
	border: 1px solid #ddd;
	font-size: 11px;
	padding: 3px 5px 2px 5px;
	color: #777;
	margin-bottom: 5px;
}
.print { 
	height:20px;
	background:url(/images/print.png) no-repeat;
	padding-left:42px;
	padding-top:10px;
	padding-bottom:10px;
}
.button { 
	border: 0;
	background: #6ba5d6;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	color: #fff;
	margin-top: 5px;
}

.button:hover {	
	background: #6398c5;
	cursor: pointer;	
}

.select { 
	font-size:11px;
	color:#6b6b6b; 
	width:120px;
	height:18px;
	font-weight:normal;
}


/* HEADINGS */

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 25px; 
	font-weight: normal; 
	letter-spacing: -1px; 
	color:#a6a6a6;
	margin-bottom:20px;
}

h2 { 
	font-family: "Arial"; 
	font-size: 12px; 
	font-weight: normal; 
	padding-bottom: 10px; 
}

h3 { 
	font-size: 10px; 
	font-weight: bold;
}

p { 
	font-size:11px; 
	line-height: 14px; 
	color:#777;
} 

/* Page container */
#page {
	width:800px; 
	height:100%; 
	float:left;
	margin:0 auto;
} 

/* Header */
#header {
	width:800px; 
	height:54px; 
	float:left; 
	margin:34px auto 18px;
}

#logo {
	width:158px;
	height:53px;
	float:left;
}

#logo a { display:block;}

/* Navigation */
#menu	{
	width:800px;   
	float:left; 
	background-color:#fff; 
	margin-bottom:18px;
}

#menu ul { 
	width:auto; 
	list-style-type: none; 
	list-style:none;
	padding-left:22px;
}

#menu ul li	{ 
	float:left; 
	display: inline;
	paddsing-bottom:2px;
}

#menu ul li a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px;
	padding: 6px 20px 7px 20px;
	color:#78797c;
	text-decoration:none; 
	display:block;
	
}

#menu ul li a:hover {
outline: none;
}

#menu ul li a.current {
	background: #78797c;
	color: #fff;
	padding: 6px 20px 7px 20px;
}

/* Main contain */

#main { 
	min-height:449px;
	padding-bottom: 40px; 
	width:800px;
	background-color:#fff; 
	float:left;
} 

#content { 
	width:500px;
	float:left;
	/*margin:52px 0 0 54px;*/
	margin-top:52px;
}

#content p { 
	width:300px; 
	margin-left:54px;
}
#content h1, #content h2, #content form, #content ul{
	margin-left:54px;
}
#content form h2 { margin: 0;}
#content h4 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#bbbbbb; 
	font-weight:normal; 
	padding-bottom:5px;
	margin-left:54px;
}
#content label {
	margin: 0 0 2px;
	float:left;
	width:190px;
}

#content .facts { 
	margin-left:54px;
	margin-top: 20px;
}

#content .facts p { 
	color: #999;
	font-size: 9px;
	margin-left: 0;
}

#box_container { 
	width:220px; 
	margin-top:21px; 
	float:right; 
	margin-right:24px;
}

.box { 
	background:#f1f1f1;
	width:220px; 
	margin-bottom:15px; 
	padding-bottom:18px;
}

.box img { 
	padding-top:21px; 
	margin-bottom:10px; 
}

.box h2, .box p {
	margin-left:20px; 
	color:#a6a6a6; 
}

h2 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#a6a6a6;
}

.box img { 
	display: block;
}

.box p { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	line-height:12px;
}
.small {
	font-size:9px;
}

#copyrights { 
	width:284px; 
	float:left; 
	color:#fff; 
	font-size:9px;
}

#languagebar { 
	width:20px;
	height: 26px;
	line-height:27px;
	text-align: right;
	color: #dbdbdb;
	float: right;
	margin-right:8px;
}

#languagebar a { 
	color: #aaa;
	text-decoration: none;  
}

#languagebar a:hover { 
	text-decoration: none; 
}
#languagebar span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78797c;
}
#languagebar .sv {
	padding-left: 21px; 
	background: url(/images/flags/se.png) no-repeat left;
	
}
#languagebar .en {
	padding-left: 21px; 
	background: url(/images/flags/uk.png) no-repeat left;
}

#footer {
	width:800px;
	height:27px;
	border-top:1px solid #e2e3e7;
	margin-top:10px;
	float:left;
	padding-top:7px;
	padding-bottom: 15px;
	}
#footer img {
	float:right;

}
#footer_nav { 
	float:left; 
	color:#fff; 
}

#footer_nav a { 
	color:#fff; 
	font-size:9px;
	text-decoration:none;
}

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix 		{ display: inline-block; }
html[xmlns] .clearfix 	{ display: block; }
* html .clearfix 		{ height: 1%; }

/* CMS */
.mceContentBody { 
	width:auto !important;
	height:auto !important;
	margin:0; 
	background:#fff; 
}