body  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background: #FFFFFF;
	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(bilder/bg.gif);
	background-repeat: repeat-x;
}

#container {
	width: 846px;
	height: 600px;
	background: #FFFFFF;
	margin: 0px auto;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(bilder/bg_main.gif);
	background-repeat: no-repeat;
}

.links {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
.links:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: underline;
}
.submenu {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
.submenu:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: underline;
}
 

#header { 
	background: #FFFFFF;
	background-image: url(bilder/header.jpg);
	background-repeat: no-repeat;
	height: 87px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#header h1 {
	margin: 0px 0px 0px 0px;
	/*padding: 10px 0; */
}

#main { 
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.thrColFixHdr #footer 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: 50px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 160px; 
	background: #EBEBEB; 
	padding: 0px 0px 0px 0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#menycontainer ul{
	float: left;
	width: 845px;
	margin-left: 0;
	padding-left: 1px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(bilder/meny2.gif);
	background-repeat: no-repeat;
}
#menycontainer li{
	display: inline;
	height: 49px;
}
#menycontainer ul a{
	display: block;
	float: left;
	width: 108px;
	height: 49px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	background: #FFFFFF;
	margin-right: 0px;
	background-image: url(bilder/meny_alternativ2.gif);
	background-repeat: no-repeat;
}
#menycontainer a:link{
	display: block;
	color: #333333;
	padding-top: 4px;
}
#menycontainer a:visited{
	color: #333333;
	padding-top: 4px;
}
#menycontainer a:hover{
	color: 000000;
	background-image: url(bilder/meny_over2.gif);
	padding-top: 4px;
}
#menycontainer a#current{
	background-image: url(bilder/meny_vald2.gif);
	padding-top: 4px;
} 

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.list  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
.list:hover  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: underline;
}


.listgrey  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
}

.listwhite  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	background-color: #FFFFFF;
}
.list2  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
}

.rubrik {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	vertical-align: top;
	color: #000000;
}









































