* {
    margin: 0;
    padding: 0;
}
body { color: white; font-family: Tahoma, Verdana, sans-serif; background-color: #bebebe; padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
p { font-size: 10pt; margin-bottom: 15px; }
p.lead { font-weight: bold; }
td {  }
a:link { }
a:visited { }
a:hover { }
a:active { }
#container { background: #003771 url(../resources/images/background3.jpg) no-repeat; width:954px; margin:10px auto 0; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	height: 552px; }
#content { margin-left: 56px; padding-top: 310px; width: 432px; min-height: 138px; }
#flash { position: absolute; top: 11px; width: 390px; margin-left: 525px; min-height: 228px; }
#adress {
	text-align: left;
	position: absolute;
	top: 460px;
	width: 365px;
	margin-left: 550px;
	height: 72px;
	vertical-align: bottom;
	font-size: 9pt;
}
#adress img {
float:left; display:inline;
margin-bottom:5px;
margin-right: 15px;
}


#nav {
font-size: 11px;
font-weight: bold;
position: absolute;
top: 257px;
height: 22px;
width: 954px;
border-top: 1px solid white;
border-bottom: 1px solid white;
}

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

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

#nav a:hover {
	display: block;
	background-color: #bebebe;
}

#nav li li a {
	display: block;
	font-weight: normal;
}

#nav li li a:hover {
	background-color: #bebebe;
}

#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	border-width: 1px 0;
	
	display: block;
	width: 130px;
	min-height: 2px;
	line-height: 22px;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.2em 0 1em 0;
}



#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#opsomming {
	font-weight: normal;
	font-size: 8pt;
	list-style:disc;
	list-style-position:inside;
	line-height: 130%;
