	

html {
	height: 100%;
	margin: 0px; 
	padding: 0px;
	background: transparent;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}
	
body {
	height: 100%;
	margin: 0px; 
	padding: 0px;
	background: transparent;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow-y: scroll;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px -5px 0px;
	}
h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 25px 0px -5px 0px;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #d90119;
	padding: 0px;
	margin: 0px 0px -10px 0px;
	}
hr {
	border-color: #dddddd;
	color: #dddddd;
	margin: 30px 0px 10px 0px;
	}
h1 {color: #dd060f; font-size: 50px; margin-bottom: 0; padding-bottom: 0;}

.rub {
font-size: 15px; font-weight: bold; 
}
.rub1 {
font-size: 18px; font-weight: bold; 
}
.red {
font-weight: bold; color: #d90119;
}
.form {
font-size: 11px;
}
	#wrapper {
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -350px;
		width: 700px;
		background: transparent
		margin-bottom: 30px;


	}
	#knapp {
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -350px;
		z-index: 99;
		display: none;
	}

	#meny {
		float: left;
		background: #ffffff;
		width: 700px;
		height: 30px;
		margin-top: 20px;
		margin-bottom: 10px;
		padding: bottom: 0px;
	}
	#underwrapper {
		display: none;
	}
			#undermeny {
				position:relative;
				float: left;
				background: #d90119;
				padding-top: 2px;
				padding-bottom: 1px; 
				width: 700px;
				vertical-align: middle;
				
				}
			#underpil {
				position:relative;
				float: left;
				width: 8px;
				height: 4px;
				margin-top: 0px;
				margin-left: 170px;
				margin-bottom: 0px;
	}
	#content {
		float: left;
		background: #ffffff;
		width: 680px;
		border: #ffffff 10px solid;
		margin-top: 10px;
		display: block;
		}
			#contentrubrik {
				margin-top: 15px;
				margin-left: 15px;
				z-index: 20;
				text-align: left;
				}
			#contentbild {
				z-index: 20;
				}
			#contentguide {
				z-index: 20;
				padding-top: 15px;
				}
			#contenttext {
				font-family: "trebuchet ms";
				font-size: 12px;
				color: #000000;
				margin-top: 15px;
				padding-left: 15px;
				margin-left: 0px;
				z-index: 20;
				width: 500px;
				text-align: left;
				float:left;
				}
			a {color: #d90119; text-decoration: none;}
			a:hover {text-decoration: underline;}
			.contentinfo {
				float: left;
				padding-right: 15px;
				}
			.contentinfo a {color: #d90119; text-decoration: none; }
			.contentinfo a:hover {color: #d90119; text-decoration: underline; }
			#contentgubbar {
				position: absolute;
				z-index: 1;
				bottom: 40px;
				right: 0px;
				}
			td {
				font-family: "trebuchet ms";
				font-size: 12px;
				color: #000000;
				}
	#endline {
		float: left;
		background: transparent;
		width: 700px;
		margin-top: 10px;
		height: 30px;
		margin-top: 10px;
	}
	img {
vertical-align:bottom;
}

#flashcontainer{
	position: fixed;
	 width: 100%;
  height: 100%;
	}

#flashcontent{
position: fixed;
 width: 100%;
  height: 100%;
  _top:expression(eval(document.body.scrollTop));
    _position:absolute;
      top:0;
        left:0;
          margin:0;
  padding:0;
background: #000000;


				}
 
!--[if gte IE 5.5]
!--[if lt IE 7]

CSS:

div#flashcontent {
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
right: auto; bottom: auto;
left: expression( ( -20 - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( -10 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div#flashconainer {
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
right: auto; bottom: auto;
left: expression( ( -20 - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( -10 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}



![endif]
![endif]--


