html{
	height: 100%;
}

body {
 	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	color: #333333;
  	
	
}

.main{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

.intro_text{
 	color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.header_wit {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom:10px;
}

.header_rood {
    color: #ff0000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom:10px;
 }
 
 .header_grijs {
    color: #666666;
    font-size: 28px;
    font-weight: bold;
    margin-bottom:10px;
}

.header_wit_klein {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:5px;
}

.header_rood_klein {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:5px;
 }
 
 .header_grijs_klein {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:5px;
}

 .header_grijs_gbook {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:5px;
}

.kop_wit {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    margin:10px;
    margin-left:35px;
	margin-right:35px;
}

.kop_rood {
    color: #ff0000;
    font-size: 28px;
    font-weight: bold;
    margin:10px;
    margin-left:35px;
	margin-right:35px;
 }
 
 .kop_grijs {
    color: #666666;
    font-size: 28px;
    font-weight: bold;
    margin:10px;
    margin-left:35px;
	margin-right:35px;
}

img {
    border: none;
}

.topmenu{
	font-size: 14px;
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
}

a.topmenu:hover{
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

.bottommenu{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.bottommenu:hover{
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

.topmenu_container{
	margin:10px;
	margin-left:35px;
	margin-right:35px;
	
}

.content{
	margin:10px;
	margin-left:35px;
	margin-right:35px;
	
}


