body {
	margin:0;
	padding:0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	//background-image: url(back.gif);
	//background-repeat: repeat-xy;
	background: #000;

}

#container{
	background: #FFF;
	width: 750px;
	height: 1000px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 10px solid #FFF;
}

#header{
	background: #CCCCCC;
	width: 749px;
	height: 106px;
	text-align: center;

}

#header img{
	padding-top: 0px;
}


#navigatie {
	padding-left: 0px;
	margin-left: 0px;
	}
#navigatie ul {
	list-style: none;
	margin: 0;
	padding: 0em;
	text-idnent: 0em;

}

#navigatie ul li{
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #FFF;
}

#navigatie ul li a {
	color : #FFF;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
	width: 149px;
	line-height: 26px;
	
	}
#navigatie ul li a:hover, #navigatie ul li a:active, #navigatie ul li a.active {
	background: #006699;
	height: 26px;
	width: 149px;
	line-height: 26px;
	
}
 

#active
{
background-color: #006699;
}
#nactive
{
background-color: #666;
}

#events{
width: 200px;
height: 500px;
float: left
color: #006699;
text-align: center;
padding-top: 20px;
}

#login{
text-align: center;
margin-top: 20px;
width: 200px;
height: 200px;
background-color: #006699;
color: #FFF;
padding-top: 10px;
}


#main{
width: 540px;
height: 1500px;
float: left;
color: #006699;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

