html,body {
	height: 100.1%; /* altijd verticale scrollbar */
}
body 
{
	behavior:url("csshover.htc");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #6a6a6c;
				cursor:default;
}

img {
	border: 0px;
}

#top {
	height:110px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;	
}

#menu {
	background-color: ff0d93;
	width: 100%;
}

#container
{
	text-align: left;
	margin:10px;
}

#textframe {
	width: 100%;
	height: 460px;
	display: block;
	overflow: auto;
	padding: 5px;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
	margin-bottom: 4px;
	font-size: .7em;
	z-index:1;
}
.texthead 
{
	font-size: 1.1em; 
	font-weight: bold;
	color:#963;
	display: block;
	border-bottom: 1px solid #963;
	margin-bottom: 5px;
}
a {
	color: #CCC;
	text-decoration: none;
	
}
a:hover {
	color: #AAA
}

.minitext {
	font-size: .5em;
}
#footer
{
	margin: 5px;
	text-align: left;
}

.goodmessage {
	display:inline; 
	background-color:#999999; 
	color:#005500; 
	padding: 3px;
}

.badmessage {
	display:inline; 
	background-color:#999999; 
	color:#990000; 
	padding: 3px;
}
h2 {
	font-variant: small-caps;
}

h1 {
	font-variant: small-caps; font-size: 2em;
}

.menubutton 
{
	margin-top: 30px;
	display: block;
	width: 150px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	/*height: 22px;*/
	background-color: #999999;
	font-size:12px;
	font-variant: small-caps;
	font-style: italic;
	border: 1px solid #fff;
	float: right;
}
.menubutton:hover {
	background-color: #666666;
}

