html {
	background-color: #777777;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	line-height: 150%;
}

body {
padding:0px; 
height:100%; 
overflow:auto; 
	}


#page {
   display: block;
   margin: 0px 0px 180px 180px;
   padding:0px 0px 10px 0px;
   width: 500px;
   list-style: none;
}

p {}
a { text-decoration: none; color: #fff; }
a:hover { color: blue; }

h1, h2, h3 {
margin-top: 14px;
margin-bottom: 12px;
margin-left:0px;
padding-left:0px;
font-weight: bold;
}

h2 {
	font-size: 14px;
	margin-bottom: 12px;
	padding-left:0px;
}
h3  {
	font-size:12px;
	line-height: 150%;
	padding-left:0px;
}
.center {
	text-align: center;
}
.item {
background-color: #777777;
padding: 4px 0px 4px 8px;
margin-top: 5px;
margin-bottom:5px;
width:400px;
}

.item p {
	margin-left: 8px;
}

.subitem, .nieuwsitem {
background-color: #777777;
padding: 1px 0px 4px 0px;
margin-bottom: 4px;
}

.nieuwsitem {
background-color: #777777;
font-size: 12px;
margin-top: 14px;
padding: 4px 8px 4px 8px;
}

.blk {
	padding-left:40px;
}

ul {
  margin-left: 0px;
  padding-left: 20px;
  margin-top: 4px;
  margin-bottom: 0px;
}


.newscontinue {
font-size: 10px;
}

.subitem p {
	margin-left: 0px;
}

#home {
	display:block;
	position:fixed;
	top:4px;
	left:12px;
	width:130px;
	color: white;
	background-color:transparent;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	padding:2px;
	height: 30px;
}
* html #home {
	position:absolute;
}
#home h1 {
	font-size: 12px;
}

#home a, #home a:visited {
clear:both;
color: white;
text-decoration:none;
background-color:transparent;
}
#home a:hover {
display:block;
color: black;
}

.clear {clear:both;}


#menu #submenu, #menu #submenu a:visited, #menu #submenu a {
color: white;
font-size: 9px;
}
#menu #submenu a:hover {
color:white;
background-color: black;
}

#menu {
display: block;
top: 30px;
left: 4px;
width: 130px;
position: fixed;
border: 0;
padding: 10px 2px 2px 2px;
text-align: left;
font-size: 10px;
color: #dddddd;
z-index: 101;
background-color: transparent;
}

* html #menu {
position: absolute;
}

#menu a:visited, #menu a {
display: block;
width: 120px;
margin: 0 auto;
text-align: left;
text-decoration: none;
line-height: 110%;
color: #dddddd;
padding-left:2px;
padding-bottom:5px;
}

#menu a:hover {
color:white;
background-color: black;
}

.floatright {
	float: right;
	position:relative;
	left: 20px;
	padding: 0 0 16px 0px;
	width: 0px;
}
.floatright:hover { cursor:pointer; }


