/* askstil.css */

body,p,h1,h2,h3,h4,h5,h6,ul,ol {
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #00569D;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div#wrapper {
	position: relative;
	z-index: 1;
	width: 816px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


div#innerwrapper {
	position: absolute;
	left: 10px;
	top: 182px;
	z-index: 2;
	width: 787px;
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D9;
	text-align: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8D9;
	border-right-color: #D8D8D9;
	border-left-color: #D8D8D9;
	background-image: url(../bilder/sa_logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}



/* ::: header :::::::::::::::::::::::::::: */

div#saheader {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 816px;
	height: 182px;
	margin-left: 0;
	margin-top: 0;
}

div#saheader img {
	display: inline;
}





/* ::: tkatoppmeny :::::::::::::::::::::::::::: */

div#toppmeny {
	position: absolute;
	display: none;
	visibility: hidden;
	width: 424px;
	height: 16px;
	left: 368px;
	top: 157px;
	font-size: 11px;
	color: #FFF;
	z-index: 21;
}

div#toppmeny a {
	color: #FFF;
	text-decoration: none;
}

div#toppmeny a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* ::: menyvenstre :::::::::::::::::::::::::::: */

div#menyvenstre {
	z-index: 11;
	width: 150x;
	float: left;
	color: #333333;
	margin-top: 40px;
	font-size: 11px;
	line-height: 22px;
	text-align: left
}

div#menyvenstre a {
	display: block;
	text-decoration: none;
	padding-left: 15px;
	color: #333333;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D9;
}

div#menyvenstre a:hover {
	color: #D8D8D9;
	padding-left: 15px;
	background-color: #00569D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBC040;
}



/* ::: innhold :::::::::::::::::::::::::::: */

div#innhold {
	position: relative;
	z-index: 6;
	width: 595px;
	float: left;
	color: #003;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D8D9;
	font-size: 12px;
}

div#innhold a {
	color: #000099;
	text-decoration: underline;
}

div#innhold a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00569D;

}

div#innhold p {
	line-height: 15px;
	margin-bottom: 8px;

}

div#innhold h1, div#innhold h2, div#innhold h3, div#innhold h4, div#innhold h5, {
	margin-bottom: 5px;

}



/* ::: menyhoyre :::::::::::::::::::::::::::: */

div#menyhoyre {
	display: none;
	position: relative;
	z-index: 7;
	width: 185px;
	float: left;
	color: #003;
	margin-top: 40px;
	padding-left: 5px;
	padding-right: 3px;
	font-size: 11px;
}

div#menyhoyre a {
	color: #006;
	text-decoration: underline;
}

div#menyhoyre a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #4D6AA1;
}


div#menyhoyre p {
	margin-bottom: 8px;
}



/* ::: bunntekst :::::::::::::::::::::::::::: */

div#bunntekst {
	position: relative;
	z-index: 8;
	height: 25px;
	width: 787px;
	left: 0px;
	clear: both;
	float: left;
	color: #003;
	font-size: 11px;
	background-image: url(../images/_bunn_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D9;

}

/* ::: diverse :::::::::::::::::::::::::::::::: */

.imgBorder {
	border: 1px solid #4D6AA1;
}

