html {
	height: 100%;
    font: arial, sans-serif;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#00000;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.listblock{
	width:100%;
	background:url(../images/blend_linksblauw.gif) repeat-x top left;
	padding:13px 0px 8px 0px
}

#menu {
	align: center; 
	text-align: center; 
	width: 1020px ;
	height:25px;
	margin-left: auto ;
	margin-right: auto ;
}

h2
{
	color: #3300CC; 
	font-size: 18px;
}















