body
	{background: #BFBFBF url('alle-baggrund.gif') no-repeat top center; background-attachment: fixed; overflow: auto; text-align: center; font: 12px verdana; color: #000000; scrollbar-base-color: #e2e3e5;}

.ramme
	{margin: 0px auto; width: 850px; height: 550px; text-align: left;}

.indholdsramme
	{background: url('data-baggrund.gif') no-repeat; border: 0; width: 850px; height: 550px; position: relative; margin: 25px auto; }

.indhold
	{background: url('alle-logo.gif') no-repeat top center; background-attachment: fixed; width: 650px; height: 420px; overflow: auto; padding: 5px; margin: -150px 0 0 180px; background-color: #ffffff; border: 1px solid #780700; }

a 
	{color: #232323;}
a:link 
	{color: #780700;} 
a:visited 
	{color: #780700;}
a:hover 
	{color: #FF0000;}
a:active
	{color: #FF0000;}

h1 
	{font: normal 25px verdana; font-weight: bold; text-align: center; color: #000000;}
h2 
	{font: normal 18px verdana; color: #000000;}


table  {font: 12px verdana;}

#datalink a {
  position: absolute;
  height: 42px;
  width: 218px;
  top: 2px;
  left: 13px 
  }

#abclink a {
  position: absolute;
  height: 42px;
  width: 220px;
  top: 2px;
  left: 234px 
  }



ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	z-index: 100;
	position: relative;
	top: 60px;
	left: 15px;
	font : normal 15px verdana;
	border-top: 1px solid #780700;
	}


ul li {
	position: relative;
	z-index: 100;
	}


li ul {
	position: absolute;
	left: 160px;
	width: 290px;
	top: 0px;
	display: none;
	z-index: 100;
	font : normal 13px verdana;
	}

li:hover ul, li.over ul {
	display: block; 
	z-index: 100;}

ul li a {
	display: block;
	text-decoration: none;
	color: #780700;
	background: #ffffff;
	padding: 5px;
	border-bottom: 1px solid #780700;
	border-left: 1px solid #780700; 
	border-right: 1px solid #780700; 
	z-index: 100;
	}

ul li a:hover {
	color : #780700;
	background : #e2e3e5;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


ul.disc {list-style: disc outside; padding: 0 5px; width: 90%; border: 0;}
