@charset "utf-8";

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
}

#container {
	width: 840px;
	margin-left: 120px;
	background-image: url(img/bg840.jpg);
	border: 1px solid #fff;
	margin-top: 5px;
}

#container_k {
	width: 840px;
	margin-left: 120px;
	background-image: url(img/bg840k.jpg);
	border: 1px solid #fff;
	margin-top: 5px;
}

#footer {
	border-top: 1px dashed #fff;
	background: url(img/1x1_75p.png);
	margin: 0;
	height: 25px;
	text-align: center;
}
#footer p {
	font-size: 11px;
	color: #000000;
	margin: 5px;
	font-weight: bold;
}

#header {
	padding: 0;
	height: 75px;
	border-bottom: 1px dashed #fff;
	background-image: url(img/header840.gif);
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent #myBoxFaq h2 {
	color: #990000;
}

#meny {
	height: 35px;
	width: 662px;
	margin-right: auto;
	margin-left: auto;
}
#piktogram {
	height: 138px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.hide {
	visibility: hidden;
}

.transparent {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#myBox {
	width: 619px;
	padding: 15px;
	text-align: left;
	background-image: url(img/gradient.png);
	border:1px solid #CC3300;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
}
.box1 {
	width: 614px;
	border: 1px solid #CC3300;
	height: 140px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-color: #eee;
	padding: 15px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#frontBox {
	margin-left: auto;
	margin-right: auto;
	color: #000;
	width: 640px;
	text-align: center;
	background-image: url(img/gradient.png);
	border:1px solid #CC3300;
	background-repeat: repeat-x;
	margin-bottom: 1px;
	margin-top: 265px;
	padding-left: 15px;
	padding-right: 15px;
	
}
#myBox2 {
	color: #000;
	width: 624px;
	padding: 15px;
	text-align: left;
	background-image: url(img/1x1_90p.png);
	border:1px solid #CC3300;
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
	padding: 0px;
	width: 840px;
}
#mainContentFront {
	padding: 0px;
	width: 840px;
}
#mainContent p {
	color: #000000;
	font-size: 1em;
}
#mainContent h2 {
	color: #003300;
	text-align: center;
}
#mainContent h1 {
	color: #FFFFFF;

}

#mainContentFront  h1 {
	font-size: 1.5em;

}
#mainContentFront h3 {
	font-size: 1.2em;
}
#mainContentFront  h2 {
	font-size: 1.4em;

}
#mainContentFront p {
	font-size: 0.9em;
	margin-left: 10px;
}


#myBoxFaq {
	color: #000;
	width: 760px;
	padding: 15px;
	text-align: left;
	border:1px solid #CC3300;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background-image: url(img/splat.png);
	background-repeat: no-repeat;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#myBoxFaq  p  {
	margin-left: 30px;
}
#a img {
	border: 0;
}
#myBox2 li a {
	font-weight: bold;
	line-height: 1.6em;
	font-size: 20px;
	color: #000000;
}
#myBox2 ul ul li a {
	font-weight: bold;
	font-size: 18px;
}
#myBox2 p{
	margin-left: 15px;
	margin-top: 5px;
}
#myBox2 h4{
	margin-left: 15px;
	margin-top: 15px;
}
#myBoxFaq blockquote {
	font-size: 0.9em;
}
#myBoxFaq blockquote a:link {
	text-decoration: underline;
	font-weight: normal;

}
.bluebold {
	font-weight: bold;
	color: #000099;
}

.marginleft {
	margin-left: 15px;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
#mainContentFront a:link, #mainContentFront a:visited {
	color: #990000;
	text-decoration: none;
}
#mainContentFront a:hover, #mainContentFront a:focus, #mainContentFront a:active {
	text-decoration: underline;
}
#mainContent  a:link, #mainContent  a:visited   {
	text-decoration: none;
	color: #990000;
}
#mainContent a:hover, #mainContent a:focus, #mainContent a:active {
	text-decoration: underline;
}
#mainContent blockquote a:link, #mainContent blockquote a:visited {
	text-decoration: underline;
	font-weight: normal;
}
#mainContent blockquote a:hover, #mainContent blockquote a:focus, #mainContent blockquote a:active {
	font-weight: normal;
	color: #FF0000;
}
#myBox2 blockquote {
	font-size: 0.9em;
	margin-left: 5px;
	margin-top: 5px;
}
.button {
	border: 0px;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: baseline;
	margin-bottom: -5px;
}
#FrontBox  h4 {
	font-size: 1.1em;
}
.red {
	font-weight: bold;
	color: #900000;
}
.uline {
	text-decoration: underline;
}
.byline {
	font-size: 0.9em;
}
#myBoxFaq p a img {
	margin: 0px;
}
