@charset "utf-8";
/* CSS Document */

body{
background-color:#E95D0F;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:0.8em;
margin:0;
padding:0;
}

h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.8em;
color:#CC9900;
margin:0;
padding:0;
}

h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.4em;
color:#CC9900;
margin:0;
padding:0;
}

h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#CC9900;
margin:0;
padding:0;
}

a{
color:#cc9900;
text-decoration:underline;
font-size:0.85em;
}

a:hover{
text-decoration:none;
}

#container{
margin: 8px auto;
padding-top:30px;
width:986px;
height:1246px;
background: url(../images/background.jpg) 0 0 no-repeat;
}

#content_container{
margin: 0 auto;
width:920px;
height:200px;
}

.header{
background:url(../images/header_nieuws.png) 0 0 no-repeat;
background-position:center;
height:108px;
}

.logoleft{
width:136px;
height:79px;
margin:20px 0 0 20px;
float:left;
}

.title{
float:left;
margin:40px 0 0 70px;
}

.content{
background:url(../images/content_background.png) 0 0 repeat-y;
padding: 14px 0 0 23px;
height:238px;
}

.meernieuws{
background:url(../images/content_background.png) 0 0 repeat-y;
padding: 14px 0 0 28px;
}

.headermeernieuws{
background:url(../images/header_meernieuws.png) 0 0 no-repeat;
background-position:center;
height:70px;
}

#nieuwsfooter, #nieuwsfooter2{
background:url(../images/footer_nieuws2.png) 0 0 no-repeat;
background-position:center;
height:100px;
padding:0 20px 0 20px;
}

.footermeernieuws{
background:url(../images/footer_meernieuws.png) 0 0 no-repeat;
background-position:center;
height:70px;
padding:0 20px 0 20px;
}

.currentpage{
float:right;
margin:25px 25px 0 25px;
}

.imageright{
float:right;
margin: -102px 17px 0 0;
}

.textleft{
width:580px;
height:100px;
float:left;
margin-left:5px;
margin-top:-10px;
}

.clear{
clear:both;
}