html {
background-color: #ccff00;
font-family: verdana;
font-size:12px;
}

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


#page {
   display: block;
	margin: 0px 0px 150px 130px;
   padding:0px 0px 10px 0px;
   width: 650px;
   list-style: none;
}

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

h1, h2 {
margin-top: 10px;
margin-bottom: 10px;
}

h1 {
	margin-left:8px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}
h2  {
	font-size:16px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:4px;
	line-height: 150%;
}
.center {
	text-align: center;
}
.item {
background-color: #2ab9f1;
padding: 4px 8px 4px 8px;
margin-top: 5px;
margin-bottom:5px;
}

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

.item h1, .item h2 {
	margin-left:0px;
}

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

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


}

.newscontinue {
font-size: 10px;
}

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

#home {
display:block;
position:fixed;
top:8px;
left:5px;
width:113px;
border: thin solid Fuchsia;
color: Fuchsia;
background-color:white;
font-size: 14px;
font-weight: bold;
text-align: justify;
padding:6px;
height: 39px;
}
* html #home {
	position:absolute;
}

.hi { color: Fuchsia; }

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

.clear {clear:both;}


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

#menu {
display: block;
top: 70px;
left: 4px;
width: 130px;
position: fixed;
border: 0;
padding: 10px 2px 2px 2px;
text-align: left;
font-size: 11px;
color: Fuchsia;
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: 120%;
	color: Fuchsia;
padding-left:2px;
}

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

.floatright {
	float: right;
	padding: 4px;
	width: 120px;
}
