body{
width: 100%;
padding: 0;
margin: 0;
background-color: #3d3d3d;
font-family: trebuchet ms, arial, sans-serif;
font-size: 13px;
}


h1{
text-align: center;
font-size: 20px;
font-weight: bold;
color: #943577;
}

h2{
text-align: center;
font-size: 16px;
font-weight: bold;
color: #000;
}

h3{
text-align: left;
font-size: 14px;
font-weight: bold;
color: #943577;
}

.container{
width: 1100px;
position: relative;
margin: 0 auto;
}

.header{
width: 1100px;
height: 310px;
background: url('../img/header3.png');
position: relative;
margin: 0 auto;
}

.bgcontent{
width: 1100px;
background: url('../img/content.png');
overflow: auto;
}

.content{
width: 844px;
position: relative;
margin-left: auto;
margin-right: auto;
min-height: 400px;
}

.artikel{
margin-top: 30px;
border: 1px solid #e9e9e9;
padding-left: 25px;
padding-right: 25px;
padding: 40px;
overflow: auto;
}

.artikel a{
text-decoration: none;
font-weight: bold;
color: #943577;
}

.artikel a:hover{
text-decoration: underline;
}

.form{
margin-left: 150px;
}

.input input{
width: 300px;
}
.navigatie{
width: 844px;
height: 50px;
border: 1px solid #d4d4d4;
margin-top: 25px;
background: url('../img/bgnav.png');

}
.menu-element{
float: left;
width: 120px;
height: 35px;
text-align: center;
padding-top: 15px;
display: block;
cursor: pointer;
}

.menu-element2{
float: right;
width: 110px;
height: 35px;
text-align: center;
padding-top: 15px;
display: block;
}

.navigatie a, .navigatie a:visited, .navigatie a:active {
color: #3d3d3d;
text-decoration: none;
}

.menu-element:hover{
background: url('../img/bgnav2.png');
cursor: pointer;
}

.menu-element2:hover{
background: url('../img/bgnav2.png');
}

.lead{
margin-bottom: 30px;
}

.column-left{
width: 360px;
float: left;
}

.column-right{
width: 360px;
float: right;
}

.footer{
width: 1100px;
height: 70px;
color: #fff;
font-size: 11px;
font-size: 11px;
text-align: center;
padding-top: 100px;
background: url('../img/footer.png') no-repeat;
}

.footer a, .footer a:visited{
color: #943577;
}