body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
    font-weight: normal;
	font-style: normal;
	line-height: 12pt;
	letter-spacing: 0px;
	background-color: #ffffff; /*#e4e5e5* #676767 #ababab*/
	background-image: url('');
	background-repeat:no-repeat; /*repeat-x ,  no-repeat*/
 	background-position: center top; /* right top bottom*/
 	background-attachment: scrol; /* scrol inherit fixet*/
	margin-top: 10px;
	margin-bottom: 10px;
	
}

td  {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
	font-style: normal;
	line-height: 12pt;
}

#tekst {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 15pt;
	color: blak;
}


pre {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 15pt;
	color: blak;
}

li  {
	color: #ff6900;
	margin-right: 0px; /*spacing between each image*/
	margin-left: 2px; /*spacing between each image*/
}

 #ramme{
 width:160px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 color:black;
 background:#758ba3;
 border:solid 0px #758ba3;
 text-align:left; /* neutralisering af ovenstående hensyn */
 padding:0px;
 position:relative; /* sæt referencenul i #side */
 }

a:hover { 
	color: #ff6900;
	background-color: none;
	
}

a {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	}


