@charset "iso-8859-1";
body {
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(/images/Baggrund.png);
	background-color:#000;
	background-repeat:inherit;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
a:link, a:visited{
	color:#fff;
	text-decoration:underline;
	}
a:hover{
	color:#FCD400;
	text-decoration:underline;
	}
 #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	background: #DDDDDD;
	background-image:url(/images/topbar.jpg);
	width:940px;
	height:278px;
}
 #h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FCD400;
	font-size:13px;
	font-weight:bold;
}
 #mainContent {
	 position:relative;
	 
	 }
 #footer {
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:20px;
	color:000;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* CSS Menu */
#menu
{
	padding:0px;
	margin:0px;
	border:0px;
	list-style:none;
	height:44px;
	position:relative;
	z-index:500;
	background-image:url(/images/menu/inactive.jpg);
	font-size:13px;
}

#menu li
{
	float:left;
	margin-right:1px;
}

#menu li a
{
	display:block;
	float:left;
	height:44px;
	line-height:44px;
	color:#000;
	text-decoration:none;
	padding:0 30px 0 20px;
}

#menu table
{
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
	
}

/* AKTIV MENU */

/* CSS Menu */
#pad {height:140px;}
#menu {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:40px; line-height:40px; background-image:url(/images/menu/inactive.jpg); color:#000; text-decoration:none; font-size:14px; padding:0 30px 0 20px;}
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
/* Default link styling */
 
/* Style the list OR link hover. Depends on which browser is used */
#menu li a:hover {z-index:200; position:relative;color:#fff;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background-image:url(/images/menu/active.jpg);}
 
/* PLacering af sub menuen */ 
#menu :hover ul {left:0; top:40px; width:120px; background:#000;}
 
/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 
 
#menu :hover ul li {margin:0; border-top:1px solid #000;}
#menu :hover ul li a {width:165px; padding:0; text-indent:10px; background:#000; color:#000; height:30px; line-height:30px;}
#menu :hover ul li a.fly { background-image:url(/images/menu/inactive.jpg); color:000;}
 
#menu :hover ul :hover { background-image:url(/images/menu/active.jpg); color:#fff;}
#menu :hover ul :hover a.fly { background-image:url(/images/menu/active.jpg); color:#fff;}
 
#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}
 
#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#d70; color:#fff;}
 
#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}
 
#navigation{
	margin-top:10px;
	
	}

table{
	padding-right:0px;
	position:relative;
	vertical-align:top;
	border-color:#FCD400;
	width:910px;

	
	}
table h2{
	font-size:11px;
	font-weight:bold;
	color:#FCD400;
	}

tr{
	vertical-align:top;
	}
	
td{
	vertical-align:top;
	width:auto;
	}
	
/* Articles */
.articles
{
    list-style:none;
    margin:0;
    padding:0;
    }
.articles li
{
    width:180px;
    float:left;
    
    }
.title_articles
{
    float:left;
    margin-right:15px;
    margin-bottom:5px;
    width:205px;
    }
.articles h1
{
    display:block;
    font-size:12px;
    
    }
.date_articles
{
    display:block;
    }
.boxmidt
{
    overflow:hidden;
    
    }
