.header {
position: relative;
margin: 0 auto;
width: 750px; 
height: 100px;
padding: 10px;
}

.menu {
position: absolute;
left: 15px;
top: 160px;
width: 750px;
}

.home forum {
position:absolute;
left:100px;
top:150px;
}


.inloggen {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border: 1px solid #060; 
	text-align: right;
}

.home{
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000000;
	padding-top: 1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	
	margin: .5em 0;
	background-color: #FFFFFF;
	color: #333333;
	}
.home a{
	
}
.home legend {
	font-weight: bold;
	color: #666666; 
	background: #CCCCCC; 
	padding: .5em 1em;
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.2em;
}
.home legend a:link{
	text-decoration: none; 
	color: #666666;
}
.home legend a:active{
	text-decoration: none; 
	color: #000000;
}

.home legend a:hover{
	text-decoration: underline; 

}
.home legend a:visited{
	text-decoration: none; 
	color: #666666;
}

