body{
  background-color: #efefef;
  padding: 0;
  margin: 0;
  font-family: trebuchet ms, arial, sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #2d2d2d;
}

* a, * a:visited{
color: #058AD7;
font-weight: bold;
text-decoration: none;
}

* a:hover{
text-decoration: underline;
}

h1{
color: #058AD7;
font-size: 24px;
text-align: center;
padding-top: 30px;
margin-bottom: 30px;
}

h2{
color: #058AD7;
font-size: 18px;
text-align: left;
}

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

.kiddobanner{
float: left;
border: 0;
margin-left: -145px;
position: absolute;
}

.header{
  width: 1040px;
  height: 380px;
  position: relative;
  margin: 0 auto;
  background: url('../img/header_kov.jpg');
}

.bgcontent{
  width: 1040px;
  position: relative;
  margin: 0 auto;
  background: url('../img/bgcontent.png');
  overflow: auto;
}

.content{
  width: 900px;
  min-height: 450px;
  position: relative;
  margin-top: 40px;
  margin-left:auto;
  margin-right:auto;
}

.footer{
  width: 1040px;
  height: 84px;
  position: relative;
  margin: 0 auto;
  background: url('../img/footer.png');
}

.programmaswitch{
  width: 187px;
  height: 80px;
  float: right;
  background-image: url('../img/naarbso.png');
  background-position: top right;
  margin: 0;
  padding: 0;
}

.programmaswitch:hover{
  background-position: bottom right; 
}

.navigatie{
  width:991px;
  height: 30px;
  float: left;
  margin-left: 25px;
  background: #000;
  display: inline;
  text-align: center;
}

.navigatie a{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  height: 20px;
  padding: 5px 29px 5px 29px;
  float: left;
  font-family: 'droid sans', trebuchet ms, arial, sans-serif;

}

.navigatie a:hover{

background: #058ad7;
}

.column{
float: left;
padding-left: 20px;

}