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

body  {
	background: #f7f7f7;
	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;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
}


.twoColFixLtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/bgr.gif);
	margin: 0 auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #footer {
	width: 750px;
	margin: 0px auto;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/bgr_bottom.gif) bottom;
	height: 50px;
} 
#footer #text {
	width: 749px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#form {
background: #FFFFFF;
	width: 749px;
}
#form table {
	width: 730px;
}
#form   #anmalan   .right {
	text-align: right;
	padding-right: 1px;
	vertical-align: top;
}
#form #anmalan {
	width: 749px;
}

#form   .top  {
	vertical-align: top;
	text-align: center;
}




#mainbgr {
	background: #FFFFFF;
	width: 749px;
}
#mainbgr table {
	font-family: Verdana, Helvetica, sans-serif;
	border-width: 0px;
	width: 737px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 0px;
}

#mainbgr table td.side {
	background: #f7f7f7;
	width: 240px;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
}
#mainbgr .side_bild {
	height: 250px;
}
#mainbgr table td.right {
	text-align: left;
	vertical-align: top;
	padding: 7px;
}



#header {
	height: 228px;
	padding: 0px;
	margin: 0px;
	position: relative;
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;


}
#sidebar {
	width: 250px;
	background: #E6E6E6;
	border-right: 1px solid #CCCCCC;
	margin: 0px 495px 0px 0px;
	padding: 0px;
}
#maincontent {
	width: 480px;
	padding: padding:0 0 5px;
	margin: 0px 0px 0px 270px;
}

#header #top {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 42px;
	width: 690px;
	padding-top: 17px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-align: right;
	padding-right: 60px;
	font-size: 0.8em;
}
#header #top .vanligtext {
	font-weight: normal;
}
#container #header #top img {
	text-align: right;
	vertical-align: top;
	position: absolute;
	right: 9px;
	top: 9px;
}

#header #img {
	position: absolute;
	top: 60px;
	left: 0px;
	background: url(images/header.jpg);
	width: 747px;
	height: 140px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#header #meny {
	position: absolute;
	left: 0px;
	top: 202px;
	border-bottom: 1px solid #CCCCCC;
	width: 750px;
}
#header #meny ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header  #meny  li  {
	float: left;
}
#header   #meny   li  a,#header #meny li a:visited {
	text-decoration: none;
	color: #333333;
	display: block;
	background: #FFFFFF;
	padding: 5px 8px;
	font-weight: bold;
	border-right: 1px solid #CCCCCC;
}
#header #meny a.last {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
#header #meny li a:hover {
	background:url(images/nav_hover.gif) top
}




#sidebar h3 {
	padding-right: 25%;
	padding-left: 25%;
}
#sidebar  ul {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #999999;
}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
}
#sidebar li a {
	display: block;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #000000;
	line-height: 2em;
	background: #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar li a:hover {
	background: url(images/sidebar_nav.gif) no-repeat left;
}



.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;
}
#mainbgr .bakg {
	float: right;
	padding: 7px;
	border: 1px solid #CCCCCC;
}
#mainbgr .nyf {
	float: right;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}
#mainbgr .lager {
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-left: 20px;
}
#form_utv {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-top: 10px;
	margin: 0px;
}
#form_utv p {
	margin: 0px;
}
a {
	color: #000000;
}
a:hover {
	color: #999999;
}
a:visited {
	color: #000000;
}
