body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#CCC;
	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;
	margin-top: 2px;
	background: #BBB url(../images/layout/bg-body.png) repeat-x;
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
}
/*pngfix*/
img, div { behavior: url(iepngfix.htc) }

h1{
	font-size:1em;
	font-weight:bold;
}
h2{
	font-size:0.9em;
	font-weight:bold;
}
h3{
	font-size:0.75em;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}
p{
	font-size:0.75em;
	line-height:1.4em;
}
.bildetekst {
	padding: 0 20px;
	margin-top: 5px;
	font-size:0.6em;
	color:#666;
}

#resultat ul{
	padding-left: 0;
	list-style:none;
}
li{
	font-size:0.75em;
	margin-bottom: 8px;
}
.litenTekst{
	font-size:0.9em;
}
a{
	color:#2868b1;
}
a:hover{
	color:#C83C34;
}
a:visited{
	color:#666;
}
#container { 
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:5px;
	margin-bottom:20px;
	border: 1px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}
div#top{
	height:250px;
	background:url(../images/layout/bg-topp.jpg) no-repeat;
	padding: 35px 0 0 75px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 144px; /* 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 */
	padding: 15px 10px 0px 0px;
	margin-bottom: 20px;
}
#sidebar1 #menu{
	background:#2868b1 url(../images/menu/meny-topp.gif) no-repeat;
	padding: 1px 0 0 0;
}
#sidebar1 #menu #endMenu{
	background:#FFF url(../images/menu/meny-bunn.gif) no-repeat 0 0;
	padding: 30px 0 0 0;
}
a img{
	text-decoration:none;
	border:0;
}
#sidebar1 #menu ul{
	list-style:none;
	padding-left: 5px;
}
#sidebar1 #menu ul li{
	margin: 0;
}
#sidebar1 #menu span{
  display: none;
}
#sidebar1 #menu li a, #sidebar1 #menu li a:hover{
	display: block;
	width: 130px;
  	height: 55px;
}
#sidebar1 #menu li.item01 a{
	background:url(../images/menu/btn-bakgrunn.png) no-repeat 0 0;
}
#sidebar1 #menu li.item01 a:hover, #bakgrunn #sidebar1 #menu li.item01 a{
	background:url(../images/menu/btn-bakgrunn-hover.png) no-repeat 0 0;
}
#sidebar1 #menu li.item02 a{
	background:url(../images/menu/btn-resultat.png) no-repeat 0 0;
}
#sidebar1 #menu li.item02 a:hover, #resultat #sidebar1 #menu li.item02 a{
	background:url(../images/menu/btn-resultat-hover.png) no-repeat 0 0;
}
#sidebar1 #menu li.item03 a{
	background:url(../images/menu/btn-nyheter.png) no-repeat 0 0;
}
#sidebar1 #menu li.item03 a:hover, #nyheter #sidebar1 #menu li.item03 a{
	background:url(../images/menu/btn-nyheter-hover.png) no-repeat 0 0;
}
#sidebar1 #menu li.item04 a{
	background:url(../images/menu/btn-artikler.png) no-repeat 0 0;
}
#sidebar1 #menu li.item04 a:hover, #artikler #sidebar1 #menu li.item04 a{
	background:url(../images/menu/btn-artikler-hover.png) no-repeat 0 0;
}
#sidebar1 #menu li.item05 a{
	background:url(../images/menu/btn-kontakt.png) no-repeat 0 0;
}
#sidebar1 #menu li.item05 a:hover, #kontakt #sidebar1 #menu li.item05 a{
	background:url(../images/menu/btn-kontakt-hover.png) no-repeat 0 0;
}
#sidebar1 #menu li.item06 a{
	background:url(../images/menu/btn-linker.png) no-repeat 0 0;
}
#sidebar1 #menu li.item06 a:hover, #linker #sidebar1 #menu li.item06 a{
	background:url(../images/menu/btn-linker-hover.png) no-repeat 0 0;
}
#sidebar1 #menu li.item07 a{
	background:url(../images/menu/btn-hester.png) no-repeat 0 0;
}
#sidebar1 #menu li.item07 a:hover, #hester #sidebar1 #menu li.item07 a{
	background:url(../images/menu/btn-hester-hover.png) no-repeat 0 0;
}
#sidebar1 #menu li.item08 a{
	background:url(../images/menu/btn-stallhester.png) no-repeat 0 0;
}
#sidebar1 #menu li.item08 a:hover, #stallhester #sidebar1 #menu li.item08 a{
	background:url(../images/menu/btn-stallhester-hover.png) no-repeat 0 0;
}
#sidebar1 #menu li.item09 a{
	background:url(../images/menu/btn-andelslag.png) no-repeat 0 0;
}
#sidebar1 #menu li.item09 a:hover, #andelslag #sidebar1 #menu li.item09 a{
	background:url(../images/menu/btn-andelslag-hover.png) no-repeat 0 0;
}

#sidebar1 #menu li.item10 a{
	background:url(../images/menu/btn-tips.png) no-repeat 0 0;
}
#sidebar1 #menu li.item10 a:hover, #tips #sidebar1 #menu li.item10 a{
	background:url(../images/menu/btn-tips-hover.png) no-repeat 0 0;
}


#mainContent, #top { 
	margin: 0 0 0 144px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent #textfield {
	float:left;
	width:350px;
	margin: 10px 0 30px 30px;
	padding-right: 10px;
}

#mainContent #images {
	float:right;
	width:400px;
	margin: 30px 35px 0 10px;
}
#mainContent #moreText {
	float:right;
	width:400px;
	margin: 30px 35px 0 10px;
}
#hjem #mainContent #images {
	float:right;
	width:800px;
	height:240px;
	margin: 10px 35px 0 10px;
}
.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;
}
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
