
        
body{
    background-color: #e2e2e2;
}
	

#container {
    margin: 20px auto;
    width: 1080px;
    background-color:#eeeeee;
    font-family: Arial, Helvetica, sans-serif; 
    overflow: auto;
    margin-bottom:30px;

}

#header{
    height:250px;
    background-color:#262529;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
}

#text_header{
    color:#EDEDED;
    float:left;
    margin-left: 20px;
    width: 300px;
}

#text_header h1{
    margin-top:30px;
}

#images {
    float:right;
    margin-right:40px;
    margin-top:25px;
}

.img_header{
    float:left;
    height:200px;
    margin-left:40px;
}

#nav{ 
    width: 300px; 
    float:left;
    height:500px;
} 

#nav ul {
    margin-top: 20px;
    margin-left: 0; 
    padding-left: 0; 
    list-style-type: none; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 18px;
} 

#nav a { 
    display: block; 
    padding: 5px; 
    
    width: 250px; 
    background-color: #262529; 
    border-bottom: 5px solid #eee;
    color: #fff; 
    text-decoration:none;
}

 #nav a:hover { 
    background-color: #4d4b53; 
    color: #fff; 
}


#article{
    height:510px;
    margin-top: 25px;
    padding-right:20px;
}

#footer {
        background-color: #262529; 
        height:20px;
        text-align:center;

        border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#footer a {
    text-decoration:none;
    font-size:12px;
    color:#fff;
}

#footer a:hover{
    text-decoration:underline;
}

#naast_elkaar h2,form{
    float:left;
    width:300px;
}

#naast_elkaar{
    font-size:22px;
    font-weight: bold;
    float:left;
}

.knop_afspraak{
	background-color: #369; 
	color:#fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px; 
	-webkit-border-top-left-radius: 3px; 
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	font-size:18px;
        width:160px;
        border-radius:3px;
        border:1px solid #006482;
}
	
.knop_afspraak:hover{
	cursor:pointer;
     background-color: #0072d0;
}

 
 #article a{
     text-decoration:none;
     color:#000;
 }
 #article a:hover {
     text-decoration: underline;
 }
 
 #article h2{
    margin-top:30px;
    margin-bottom:5px;
 }
 
 .contactgeg_font_size{
     font-size: 22px;
     font-weight: 100;
 }