body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
margin:0px;
background-image: url("billeder/flag_.jpg");
}

#container {
width: 840px;
margin: 0 auto;
}

.header {
	color: white;
	text-align: center;
	font-size: 300%;
}
/*
#top {
	width: 100%;
	height: 88px;
	color: #fff;
	overflow:hidden;
}*/

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 3.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:3px;
	display:block;
	float:left;
	padding-left: 10px;
	font-weight: bold;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: white;
}

#topmenu {
	display: block;
	float: left;
	border-bottom: 2px solid red;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: block;
	float: left;
}

#topmenu li a {
	display: block;
	padding: 5px 20px 12px 20px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 110%;
}

#topmenu li a:hover {
	color: white;
}

#topmenu li a.current {
	text-decoration: underline;
}

#content {
	width: 100%;
	margin-top:30px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}

#leftmenu a {
	text-decoration: none;
	color: black;
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
}

#leftmenu a:hover {
	color: white;
}

#leftmenu ul {
	margin: 0;
	list-style: none;
}

#leftmenu li {
	display: block;
}

#leftmenu {
	display: block;
	border-right: 1px solid red;
}

#leftmenu li a.new {
	color: white;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 140px;
	float:left;
	display: block;
    margin-left: 0px;
	display: inline;
}

#right {
	width: 685px; 
	float: right;
	display:block;
	margin-top: 10px;
}



