 
body  {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	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 */
}
.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.thrColFixHdr #header {
	background-image: url(images/topback.gif);
	background-repeat: no-repeat;
	height: 120px;
}
.thrColFixHdr #meny {
	padding-right: 14px;
	padding-left: 18px;
	padding-top: 0px;
	background-repeat: no-repeat;
}
.thrColFixHdr #right {
	float: right; /* since this element is floated, a width must be given */
	width: 235px;
	padding-left: 0;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-top: 27px;
	height: 435px;
	overflow: visible;
}
.thrColFixHdr #center {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size:0.7em;
	color:#666;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #bottom {
	height: 25px;
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#container #center #contentheadred {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.Headsvart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	vertical-align: top;
}
.Headsvart_stor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: 200;
	vertical-align: top;
	letter-spacing: 1px;
}
.Headsvart_kontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 200;
	vertical-align: top;
}
.Headsvart_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	font-weight: 900;
	vertical-align: top;
}
.Headsvart_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	font-weight: bold;
}
.Headgrey_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-weight: lighter;
	vertical-align: top;
}
.Headgrey_lightsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #888;
	font-weight: lighter;
	letter-spacing: 1px;
}
.ruta {
	background-image: url(images/ruta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.singleline {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}
.dubbelline {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.bread {
	font-size:11px;
	color:#666;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.bread_black {
	font-size:13px;
	color:#000;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.bread_blackbold {
	font-size:11px;
	color:#000;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
}
.bread_orange {
	font-size:11px;
	color:#F90;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.orange_link {
	font-size:11px;
	color:#F90;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: lighter;
}
.side {
	font-size: 11px;
	color:#666;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.side0 {
	font-size:11px;
	color:#000;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.side2 {
	font-size:11px;
	color:#666;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.side3 {
	font-size:11px;
	color:#000;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
.side4 {
	font-size:13px;
	color:#000;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}
.nyhetsruta {
	font-size:14px;
	color:#000;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}
a:link {
	text-decoration: none;
	line-height: 17px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
a:active {
	text-decoration: none;
}

