@charset "UTF-8";
body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4B8A6C;
	margin-top: 10;
	line-height: 150%;
}
#navbar {
	height: 25px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #eee;
}
.twoColFixLtHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	margin-top: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 20;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	background-color: #eee;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.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;
}
.photocenter {
	text-align: center;
}
#container #mainContentValp ul {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}
.twoColFixLtHdr #container #mainContentValp .resultat tr th {
	font-weight: normal;
}
.listautanpunkter {
	list-style-type: none;
	line-height: 180%;
}
#agenda {
	width: 800px;
	margin-right: 30px;
	margin-left: 30px;
}
.smalltext {
	font-size: 9px;
}
.grabakgrund {
	background-color: #FFC;
}
