@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

html, body{
	margin:0;
	padding:0;
}
body{
	font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/backgroundnew.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	background-color: #f0f0f0;
	padding: 20px 0;
	font-weight: normal;
	font-size: 15px;
	color: #000000;
}
a:link, a:visited{
	text-decoration: underline;
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #1A3F69;
}
h1{
	font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	font-size: 35px;
	line-height: 120%;
	color: #000000;
}
h2{
	font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	font-size: 25px;
	line-height: 120%;
	color: #000000;
}
hr{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
table, tr, th, td{
	font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 15px;
	color: #000000;
	padding: 5px;
}
p{
	padding: 0px;
	margin: 0px;
}
label{
	font-weight: bold;
}
form{
	margin: 0;
	padding: 26px 0 0 0;
	width: 100%;
	float: left;
}
input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background: -o-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(top, #ffffff, #f0f0f0);
	/* Rundande hörn */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 7px 1%;
	width: 98%;
}
select{
	width: 100%;
	padding: 15px 5px;
	height: 50px !important;
}
textarea{
	height: 80px;
}
input.submit{
	background-color: #1A3F69;
	background: -webkit-gradient(linear, left top, left bottom, from(#315F94), to(#1A3F69));
	background: -webkit-linear-gradient(top, #315F94, #1A3F69);
	background: -moz-linear-gradient(top, #315F94, #1A3F69);
	background: -ms-linear-gradient(top, #315F94, #1A3F69);
	background: -o-linear-gradient(top, #315F94, #1A3F69);
	background: linear-gradient(top, #315F94, #1A3F69);
	-webkit-box-shadow: 0px 1px 0px 0px #A0B0C5 inset;
	-moz-box-shadow: 0px 1px 0px 0px #A0B0C5 inset;
	-ms-box-shadow: 0px 1px 0px0px #A0B0C5 inset;
	-o-box-shadow: 0px 1px 0px 0px #A0B0C5 inset;
	box-shadow: inset 0px 1px 0px 0px #A0B0C5;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	border: 1px solid #A0B0C5;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
}
input.submit:hover, input.submit:active{
	background-color: #1A3F69;
	border: 1px solid #1A3F69;
	-webkit-box-shadow:0 0 10px 5px #1A3F69 inset;
	-moz-box-shadow: 0 0 10px 5px #1A3F69 inset;
	-ms-box-shadow: 0 0 10px 5px #1A3F69 inset;
	-o-box-shadow: 0 0 10px 5px #1A3F69 inset;
	box-shadow: 0 0 10px 5px #1A3F69 inset;
	text-shadow: -1px -1px 1px rgba(0,0,0,.5);
	cursor: pointer;
	color: #A0B0C5;
}
img{
	max-width: 100% !important;
	height: auto !important;
	border: 0;
}
#wrapper{
	margin: 0 auto 0 auto;
	width: 1080px;
	float: none;
	text-align: center;
}
#logo{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	text-decoration: none;
}
#logo img{
	max-width: 600px !important;
}
.shadow, table.boxes img{
	-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.25);
	-ms-box-shadow: 0 0 10px 5px rgba(0,0,0,.25);
	-o-box-shadow: 0 0 10px 5px rgba(0,0,0,.25);
	box-shadow: 0 0 10px 5px rgba(0,0,0,.25);
}
table.boxes a{
	text-decoration: none;
}
table.boxes img:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#main{
	padding-top: 20px;
}
header{
	background-color: #1A3F69;
	border-bottom: 8px solid #A0B0C5;
	width: 100%;
	z-index: 200;
	position: relative;
}
header ul.menu{
	padding: 0 1%;
	margin: 0;
	list-style-type: none;
	width: 98%;
	float: none;
	text-align: center;
}
header ul.menu li{
	display: inline-block;
	position: relative;
	margin: 0 5px 0 5px;
}
header ul.menu li a:link, header ul.menu li a:visited{
	text-decoration: none;
	text-align: center;
	display: block;
	color: #ffffff;
	margin: 0;
	padding: 20px 20px 15px 20px;
}
header ul.menu > li > a:link, header ul.menu > li > a:visited{
	white-space: nowrap;
	font-size: 19px;
}
header ul.menu > li a > img{
	display: none;
}
header ul.menu > li > a > span{
	font-size: 12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: none;
}
header ul.menu li ul{
	display: none;
}
/* Fixar pil uppåt (vitt fält) */
header ul.menu > li > ul:after{
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ffffff;
	display: inline-block;
	position: absolute;
	content: '';
	left: 49%;
	top: -7px;
}

header ul.menu > li:hover > ul{
	display: block;
}
header ul.menu > li > a:hover{
	background-color: #A0B0C5;
	color: #ffffff;
}
header ul.menu > li > a.active:link, header ul.menu > li > a.active:visited{
	background-color: #A0B0C5;
}
header ul.menu > li > ul{
	background: #ffffff;
	position: absolute;
	top: 55px;
	margin: 0;
	margin-left: -90px;
	left: 50%;
	z-index: 3000 !important;
	display: none;
	width: 170px;
	padding: 5px 0px 5px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25); 
}
header ul.menu > li > ul > li{
	background-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 170px;
}
header ul.menu > li > ul > li > a:link, header ul.menu > li > ul > li > a, header ul.menu > li > ul > li > a:visited{
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #1A3F69;
	display: block;
	width: 150px;
	font-size: 14px;
	margin: 0px;
	text-transform: none;
	padding: 10px;
}
header ul.menu > li > ul > li > a:hover{
	background-color: #f0f0f0;
	font-weight: bold;
	color: #1A3F69;
}

/* Fixar pil uppåt (vitt fält) */
header ul.menu > li > ul > li > ul:after{
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #ffffff;
	display: inline-block;
	position: absolute;
	content: '';
	left: -7px;
	top: 18px;
}

header ul.menu > li > ul li:hover > ul{
	display: block;
}
header ul.menu > li > ul > li > ul{
	background: #ffffff;
	position: absolute;
	top: -5px;
	margin: 0;
	left: 100%;
	z-index: 800 !important;
	display: none;
	width: 170px;
	padding: 5px 0px 5px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25); 
}
header ul.menu > li > ul > li > ul > li{
	background-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 170px;
}
header ul.menu > li > ul > li > ul > li > a:link, header ul.menu > li > ul > li > ul > li > a, header ul.menu > li > ul > li > ul > li > a:visited{
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #1A3F69;
	display: block;
	width: 150px;
	margin: 0px;
	text-transform: none;
	padding: 10px;
}
header ul.menu > li > ul > li > ul > li > a:hover, header ul.menu > li > ul > li > ul > li.current_page_item > a{
	background-color: #f0f0f0;
	font-weight: bold;
	color: #1A3F69;
}
#content{
	background-color: #ffffff;
	max-width: 1080px;
	padding: 0;
}
#content #info{
	background-color: #ffffff;
	padding: 30px 20px 20px 20px;
	line-height: 20px;
	overflow: hidden;
	max-width: 1040px;
	text-align: left;
}
iframe{
	-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.25);
	-ms-box-shadow: 0 0 10px 5px rgba(0,0,0,.25);
	-o-box-shadow: 0 0 10px 5px rgba(0,0,0,.25);
	box-shadow: 0 0 10px 5px rgba(0,0,0,.25);
}

footer{
	margin: 0 auto;
	padding: 0 0 20px 0;
	max-width: 1080px;
}
footer #sitemap{
	background-color: #1A3F69;
	padding: 0px 0px 5px 0px;
	width: 100%;
	margin: 0;
	float: left;
}
footer #sitemap ul{
	padding: 15px 0 0 0;
	width: 98%;
	margin: 0 1%;
	list-style-type: none;
}
footer #sitemap ul li{
	padding: 5px 10px 20px 10px;
	margin: 0 0 10px 0;
	width: 14%;
	float: left;
}
footer #sitemap ul li a:link, footer #sitemap ul li a:visited{
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	display: block;
	color: #ffffff;
	margin: 0;
	width: 100%;
}
footer #sitemap ul li a.sub, footer #sitemap ul li a.sub2{
	font-weight: normal;
	font-size: 12px;
}
footer #sitemap ul li p{
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	display: block;
	color: #ffffff;
	margin: 0px;
}
footer #sitemap ul li a:hover{
	text-decoration: underline;
	color: #ffffff;
}
footer #sitemap ul li ul{
	border-left: 3px solid rgba(255,255,255, .15);
	margin: 0 0 0 1px;
	float: left;
	padding: 0;
}
footer #sitemap ul li ul li{
	padding: 5px 10px 0px 10px;
	float: left;
	width: 100%;
	margin: 0;
}
footer #sitemap ul li a.current:link, footer #sitemap ul li a.current:visited{
	font-weight: bold;
}

footer #sitemap div.contactinfo{
	border-top: 3px solid rgba(255,255,255, .15);
	text-align: center !important;
	padding: 15px 0 15px 0;
	color: #ffffff;
	float: left;
	line-height: auto;
	font-size: 14px;
	width: 100%;
}
footer #sitemap div.contactinfo a:link, footer #sitemap ul li.contactinfo a:visited{
	color: #ffffff;
	text-decoration: none;
}
footer #sitemap div.contactinfo span{
	padding: 0 30px;
	border-right: 1px solid rgba(255,255,255, .25);
}
footer #sitemap div.contactinfo span:last-child{
	border-right: 0;
}
footer #sitemap div.contactinfo br{
	float: left;
}
footer #copy{
	width: 100%;
	padding: 10px 0 15px 0;
	color: rgba(0,0,0,.5);
	display: block;
	float: left;
}
footer #copy a{
	text-decoration: none;
	color: rgba(0,0,0,.5);
}
footer #copy a:hover{
	text-decoration: underline;
	color: rgba(0,0,0,.5);
}

#nav > a, #sitemap > a{
	display: none;
}


@media all and (max-width: 940px) {
	#info > table td, #info > table th{display:inline; max-width: 100%; float: left; padding: 0;}
	#info > table td img, #info > table th img{
		max-width: 100% !important;
		height: auto !important;
		border: 0;
	}
}
@media all and (max-width: 650px) {
	#info > table{display:block !important; width: 100% !important; float: left;}
	#info > table tbody{display: inline; padding: 0; margin: 0;}
	#info > table td, #info > table th{display:inline; width: 100% !important; height: auto; float: left; padding: 10px;}
	#info > table tr{display: inline; padding: 0; margin: 0;}
	#info > table td img, #info > table th img{
		max-width: 100% !important;
		height: auto !important;
		border: 0;
	}
}
@media all and (max-width: 500px) {
	#info > table td, #info > table th{display:inline; width: 100% !important; float: left; padding: 0;}
}

@media all and (max-width: 1079px) {
	#wrapper{
		width: 100% !important;
		max-width: 1080px;
	}
}
@media all and (max-width: 960px) {
	header #nav ul{
		width: 100%;
	}
	h1{
		font-size: 30px;
		line-height: 120%;
	}
	h2{
		font-size: 20px;
		line-height: 120%;
	}
	footer #sitemap ul li{
		width: 30%;
	}
}
@media all and (min-width: 801px) {
	
	header #nav .openmenu, header #nav .closemenu, footer #sitemap .openmenu, footer #sitemap .closemenu{
		display: none !important;
	}
	header #nav > ul, footer #sitemap > ul{
		display: block !important;
	}
	header #nav > ul > li > ul{
		display: none;
	}
	header #nav > ul > li:hover > ul{
		display: block !important;
	}
}
@media all and (max-width: 800px) {
	#logo img{
		max-width: 90% !important;
	}
	header #nav{
		width: 100%;
		overflow: hidden;
	}
	header #nav *{
		-webkit-border-radius: 0 !important;
		-moz-border-radius:  0 !important;
		-ms-border-radius:  0 !important;
		-o-border-radius:  0 !important;
		border-radius:  0 !important;
		-webkit-box-shadow: 0 0 0 0 !important;
		-moz-box-shadow: 0 0 0 0 !important;
		-ms-box-shadow: 0 0 0 0 !important;
		-o-box-shadow: 0 0 0 0 !important;
		box-shadow: 0 0 0 0 !important;
	}
	header #nav .openmenu, header #nav .closemenu, footer #sitemap .openmenu, footer #sitemap .closemenu{
		font-family: 'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
		width: 100%;
		display: block;
		text-align: center;
		color: #ffffff !important;
		text-decoration: none !important;
		padding: 15px 0 15px 0;
		background-color: #1A3F69;
		font-size: 20px;
		font-weight: bold;
		float: left !important;
	}
	header #nav .closemenu, footer #sitemap .closemenu{
		display: none;
	}
	header #nav .openmenu img, header #nav .closemenu img, footer #sitemap .openmenu img, footer #sitemap .closemenu img{
		opacity: 0.5;
		margin-left: 10px;
	}
	header #nav .openmenu:hover img, header #nav .closemenu:hover img, footer #sitemap .openmenu:hover img, footer #sitemap .closemenu:hover img{
		opacity: 1;
	}
	header #nav > ul, footer #sitemap > ul{
		width: 100% !important;
		list-style-type: none;
		display: none;
		padding: 0;
	}
	header #nav > ul li{
		background-image: none;
		width: 100% !important;
		float: right !important;
		text-align: center !important;
		margin: 0;
		padding: 0;
	}
	footer #sitemap > ul li{
		background-image: none;
		width: 46% !important;
		float: right !important;
		text-align: center !important;
	}
	header #nav > ul li a:link, header #nav > ul li a:visited{
		background-color: #1A3F69;
		width: 100% !important;
		text-decoration: none;
		float: left;
		text-align: center;
		padding: 10px 0;
		height: auto;
		color: #ffffff;
		font-size: 15px !important;
		border: 0;
	}
	header #nav > ul li a:hover, header #nav > ul li a.active{
		background-color: #A0B0C5;
		border: 0;
		text-decoration: underline;
		color: #ffffff !important;
	}
	header #nav > ul li a img{
		display: inline;
		margin: 0 0 0 10px;
		width: 15px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
		-webkit-opacity: 0.3;
		opacity: 0.3;
	}
	header #nav > ul li a span{
		display: none;
	}
	header #nav > ul > li ul:after{
		border: 0;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
	}
	header #nav > ul > li ul li{
		border: 0 !important;
	}
	header #nav > ul > li ul, header #nav > ul > li:hover ul{
		width: 100% !important;
		list-style-type: none;
		display: none;
		float: left !important;
		padding: 0 !important;
		top: 0 !important;
		margin: 0 !important;
		left: 0 !important;
		position: relative !important;
	}
	header #nav > ul > li > ul > li > a:link, header #nav > ul > li > ul > li > a:visited{
		background-color: #555555 !important;
		font-size: 14px !important;
		border: 0;
		padding: 10px 0;
		color: #ffffff !important;
	}
	header #nav > ul > li > ul > li > ul > li > a:link, header #nav > ul > li > ul > li > ul > li > a:visited{
		background-color: #1A3F69 !important;
		font-size: 14px !important;
		padding: 10px 0 !important;
		border: 0;
		color: #ffffff !important;
	}
	header #nav > ul > li > ul > li a:hover, header #nav > ul > li > ul > li > ul > li a:hover{
		background-color: #A0B0C5 !important;
		text-decoration: underline !important;
	}


	footer #sitemap *{
		font-size: 16px !important;
	}
	footer #sitemap ul li{
		width: 30%;
	}
	footer #sitemap ul li ul *{
		font-size: 13px !important;
	}
	footer #sitemap div.contactinfo span{
		display: block;
		padding: 0;
		border-right: 0 !important;
	}
	footer #sitemap div.contactinfo br{
		float: none !important;
	}
}

@media all and (max-width: 500px) {
	footer #sitemap > ul li{
		width: 100% !important;
	}
	footer #sitemap > ul li a{
		text-align: center !important;
	}
	footer #copy{
		font-size: 11px;
	}
}
