@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #032a8f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

html, body { height: 100%; }

img { border: none; behavior: url(iepngfix.htc); }

#container {	
	margin: 0 auto -33px;
	width: 865px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/container.jpg);
}

#holdit {
	float: left;
}

#header {
	height : 40px;
	padding: 55px 0 0 250px;
	background-image: url(../images/header.jpg);
}

#navcontainer {
	width: 615px;
}

#navlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist li {
	float: left;
	padding-left: 1px;
	background-image: url(../images/pipe.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#navlist li a {
	display: block;
	float: left;
	height: 12px;
	padding: 8px 9px 8px 9px;
	color: #FFFFFF;
	background:none;
}

#navlist li a:hover {
	color: #000000;
	background-image: url(../images/nav.jpg);
}

#top-image {
	height: 154px;
	width: 865px;
	background-image: url(../images/top-image.jpg);
	background-position: bottom ;
	background-repeat: no-repeat;
	float: left;
}

#top-image-sshow {
	width: 616px;
	height: 110px;
	float: right;
}

#logoABS {
	width: 265px;
	height: 110px;
	top: 95px;
	left: 50%;
	margin-left: -432px;
	*margin-left: -433px;
	position: absolute;
	z-index: 99;
}

.lgofix { width: 182px; height: 110px; float: left; }
.topimagefix { width: 67px; height: 110px; float: right; }

#left {
	float: left;
	width: 203px;
	padding-left: 62px;
	background-image: url(../images/left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#nyheter {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 31px;
	border-bottom: 1px dashed #000000;
	width: 120px;
	margin-bottom: 30px;
}

#nyheter-img {
	font-size: 11px;
	padding-left: 31px;
}

#nyheter-img img {
	padding-bottom: 30px;
	border-bottom: 1px dashed #000000;
}

#subnav-container {
	padding-left: 31px;
	margin-bottom: 30px;
}

#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav li {	
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #000000;
	width: 140px;
}

#subnav li.subnav { margin-left: 20px; width: 120px; }

#content {
	margin-left: 265px;
	padding: 0 147px 20px 78px;
}

.footer, .push {
	height: 33px; /* .push must be the same height as .footer */
}

.foottxt { 	padding-left: 93px; }

#footer {
	clear: both;
	margin: 0px auto;
	height: 20px;
	width: 865px;
	padding-top: 13px;
	font-size: 11px;
	background-image: url(../images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 0 0 0 31px;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}

h4 {
	margin: 0;
	padding: 12px 0 12px 0;
	font-size: 18px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #0047ff;
}

a:hover { color: #000000; }

.orange { color: #0047ff; }
.smalltxt { font-size: 11px; }

/* FIX */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
