p {font-family: "Georgia", "Times New Roman", serif}
p.brodtext {font-family: "Arial", "Tahoma", san-serif;}
p.imgtext {font-family: "Georgia", "Times New Roman", serif; font-style: italic;}
p.date {font-family: "Georgia", "Times New Roman", serif; font-weight: bold;}
p.table {font-family: "Georgia", "Times New Roman", serif;}
li {font-family: "Georgia", "Times New Roman", serif}


body {
	/*text-align: center; centrerer indholdet*/
	margin: 0px;
	color: black;
	background-color: rgb(227,246,253);
	background-image: url("http://l3go.bugge.com/core/starfield03.jpg"); 
	background-position: top left;
	background-attachment: fixed;
	background-repeat: repeat-x ;
}

#topbanner {
	position: fixed; top: 0; 
	left: 50%; margin-left: -400px;
	margin-top: 10px;
	z-index: 2;
	height: 54px;
	width: 140px;
}

#content {
	position: relative;
	left: 50%; margin-left: -250px;
	overflow: hidden;
	text-align: left;
	width: 640px;
	margin-top: 10px;
	padding: 5px;
	color: black;
	background-color: white;
}

#leftmenu {
	position: fixed; top: 0;
	left: 50%; margin-left: -400px;
	text-align: left;
	margin-top: 84px;
	z-index: 2;
	width: 140px;
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0; width: 120px;
}

#navcontainer a
{
display: block;
color: #FFF;
background-color: #000000;
width: 5em;
padding: 3px 12px 3px 8px; /*top, right, bottom, left*/
text-decoration: none;
font-size: 16px;
/*border-bottom: 1px solid #4d4d4d;*/
font-weight: bold;
width: 120px;
}

#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}

#navcontainer li li a
{
display: block;
color: #FFF;
background-color: #363636;
width: 5em;
padding: 3px 3px 3px 17px;  /*top, right, bottom, left*/
text-decoration: none;
border-bottom: 1px solid #4d4d4d;
font-weight: normal;
width: 120px;
}

