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

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../img/bg/topBG.png);
	background-repeat: no-repeat;
	background-position: top center;
}
body,td,th,div, p	{
				 font-family: Arial, Verdana, sans-serif;
				 color: #000;
				 font-size: 12px;
				 }
.oneColFixCtrHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1070px;
	background-image:url(../img/bg/mainBG.png);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 70px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #meny	{
	width: 896px;
	height: 28px;
	padding: 0px;
	margin: 0 auto;
	color: #FFF;
	font-size: 12px;
	margin-left: 50px;
	margin-top: 6px;
	}
.oneColFixCtrHdr #topimage	{
	width: 896px;
	height: 270px;
	background-color: #000;
	margin-top: 10px;
	margin-left: 48px;
	}
.oneColFixCtrHdr #starttop	{
	width: 896px;
	height: 206px;
	margin-top: 30px;
	margin-left: 48px;
	}
.oneColFixCtrHdr #svang	{
	width: 896px;
	height: 9px;
	margin-top: 3px;
	margin-left: 48px;
	margin-bottom: 2px;
	padding-bottom: 3px;
	}		
.oneColFixCtrHdr #mainContent {
	width: 896px;
	height: 320px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	margin-left: 48px;
	overflow: auto;
}
.oneColFixCtrHdr #StartMainContent {
	width: 896px;
	height: 380px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	margin-left: 48px;
	overflow: none;
}
.oneColFixCtrHdr #leftCL	{
	 float:left;
	background-color: #FFF;
	width: 620px;
	height: 315px;
	overflow: auto;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 7px;
	margin-top: 20px;
	margin-left: 48px;
		line-height: 18px;
	}
.oneColFixCtrHdr #rightCL	{
	background-color: #000;
	width: 200px;
	height: 320px;
	overflow: auto;
	padding: 10px;
	 margin-top: 20px; 
	margin-left: 727px;
	 overflow-y: hidden;
			 overflow-x: hidden;
	}
.oneColFixCtrHdr #news_holder {
			 width: 200px;
			 height:300px;
			 overflow-y: auto;
			 overflow-x: hidden;
			 
					 }
.oneColFixCtrHd #image_holder	{
					width: 200px;
					 height: 300px;
			 overflow-y: auto;
			 overflow-x: hidden;
			 
					 }
.oneColFixCtrHd#flash	{
			 width: 698px;
			 height: 270px;

			 }	
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 896px;
	height: 65px;
	margin-top: 2px;
	margin-left: 48px;
}
.oneColFixCtrHdr #footer td p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #banner
{
width: 288px;
height: 206px;
}
.oneColFixCtrHdr #banner2
{
width: 288px;
height: 206px;
}
.oneColFixCtrHdr #banner3
{
width: 288px;
height: 206px;
}
.oneColFixCtrHdr #banner4
{
width: 220px;
height: 146px;
}
.oneColFixCtrHdr #player1
{
width: 550px;
height: 310px;
}
.footer	{
		 font-size: 11px;
		 }
a:link {
	color:#888;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #888;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0;
}
h1 {
	font-size: 24px;
	color: rgb(228,39,121);
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	color: rgb(228,39,121);
}
h3 {
	font-size: 12px;
	color: rgb(228,39,121);
}
h4 {
	font-size: 12px;
	color: rgb(228,39,121);
}
h5 {
	font-size: 11px;
	color: rgb(228,39,121);
}
.yellowtxt	{
			 color: rgb(255,255,0);
			
			 }
.whitetxt	{
			 color: #FFF;
			 padding: 10px;
			 }
.nyheter	{
			 color: #FFF;
			 }			 