body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #202020;
	background-color: #eee;
	background-image: url(../grafik/cpback.gif);
}

#header {
	margin: 10px 10px 10px 10px;
	padding: 5px 0px 5px 15px;
	height: 60px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	background-color: #FFF8DC;
	color: #333;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 18pt;
	font-weight: bold;
	color: #303030;
	text-align: center;
	font-style: italic;
}

#leftcol {
	position: absolute;
	top: 70px;
	left: 1px;
	background-color: transparent;
	width: 148px;
	padding-top: 10px;
	padding-left: 2px; /* laver venstre margin til 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: 88%;
 	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: #FFE78C;
	background-color: transparent;
	display: list-item;
	text-decoration: none;
}

ul.cssmenu li a:hover {
	color: #fff;  /*  background-color:#1a0080;  */
	background-color: #df6d70;
}

body.m-sektion05 a#link05,
body.m-sektion08 a#link08,
body.m-sektion09 a#link09,
body.m-sektion10 a#link10,
body.m-sektion15 a#link15,
body.m-sektion20 a#link20,
body.m-sektion25 a#link25,
body.m-sektion30 a#link30,
body.m-sektion35 a#link35,
body.m-sektion40 a#link40,
body.m-sektion45 a#link45,
body.m-sektion50 a#link50
{
  background: #CC947C; 
  }

body.m-sektion01 h1 {color:#0f0;}

		
#content {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
  position:relative;
  width:auto;
  min-width:400px; 
  margin:0px 50px 20px 170px;
  background-color:transparent;
  padding:10px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 15pt;
	font-weight: bold;
	color: #336;
	text-align: center;
}


#content table td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}


/* kompenserer for hø margin, men ikke ens i EI og Firefox */
/*
#content table
{
  width: 100%; 
}
*/


/*** billedtekst ***/
.pic-txt-1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}

.pic-txt-2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-align: center;
}


/*** Footer ***/
div#footer {
  clear: left;
/*  position:relative; */
  margin:10px 10px 10px 10px;
  border-style:solid;
  border-color:#000;
  border-width:1px;
  background-color: #FFF8DC;
  color:#202020;
}

div#footer address {
  font-size:9px;
  line-height:16px;
  font-style:normal;
  color:#202020;
  padding:5px 10px 5px 170px;
}

div#footer a:link, div#footer a:visited {
  color:#008;
}


