body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #eee;
	background-image: url(../grafik/sbback.jpg);
}

#header {
	margin: 10px 10px 10px 10px;
	padding: 5px 0px 5px 15px; 
	height: 55px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	background-color: #f8f8f8;
	color: #333;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 18pt;
	font-weight: bold;
	color: #008;
	text-align: center;
	font-style: italic;
}

#leftcol {
	/* position: absolute; fjernet for at bal kol*/
	float: left; /* for at få bal kol */
	/* top: 70px; fjernet for at bal kol*/
	/* left: 1px; fjernet for at bal kol*/
	/* background-color: lime;	test */
	width: 148px;
	padding-top: 10px;
	padding-left: 2px; /* laver venstre margin i menuen  */
}

    ul.cssmenu {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 0px;	
}

  ul.cssmenu li {
  display:inline; 
	list-style: none; 
  float: left;
	width: 95%;
 	margin: 2px;  /* sørger for luft imellem nebupunkterne */
	padding: 3px 5px 4px 3px;  
	border-width: 1px;
	border-style: dashed;
	border-color: #aaa;
}

ul.cssmenu li a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bolder;
	color: #eee;
	background-color: transparent;
	display: list-item;
	text-decoration: none;
}

ul.cssmenu li a:hover {
	color: #fff;    /* background-color:#1a0080;  */
	background-color: #004180;
}

body.m-sektion05 a#link05,
body.m-sektion10 a#link10,
body.m-sektion15 a#link15,
body.m-sektion25 a#link25,
body.m-sektion35 a#link35,
body.m-sektion40 a#link40,
body.m-sektion41 a#link41,
body.m-sektion45 a#link45,
body.m-sektion50 a#link50,
body.m-sektion80 a#link80
{
  background: #888; 
  }

body.m-sektion42 a#link42
{
  background: #9B5F47; 
  }



body.m-sektion01 h1 {color:#0f0;}

		
#content {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	position: relative;
	width: auto;
	min-height: 440px;
	height: auto;
	margin: 0px 50px 20px 170px;
	background-color: transparent;
	padding: 10px;
}

#content table td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}


/*
#leftcologcontent {
	float: left;
	background-color: orange;
 }
 */

 
/* kompenserer for hø margin, men ikke ens i EI og Firefox */
/*
#content table
{
  width: 100%; 
}
*/

/*** Footer ***/
div#footer {
  clear: left;
/*  position:relative; */
  margin:10px 10px 10px 10px;
  border-style:solid;
  border-color:#000;
  border-width:1px;
	background-color: #f8f8f8;
  color:#008;
}

div#footer address {
  font-size:9px;
  line-height:16px;
  font-style:normal;
  color:#008;
  padding:5px 10px 5px 170px;
}
div#footer a:link, div#footer a:visited {
  color:#008;
}

