@charset "utf-8";
/* CSS Document */

body{
margin: 0px;
background-image: url(images/background.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #060;
text-align: left;
}

img{
border-width: 0px;
}

/*** Website indeling ***/

#site{
margin: 0px auto;
padding: 0px;
width: 991px;
display: block;
height: 100%;
}

#header{
margin: 0px;
padding: 0px;
width: 991px;
height: 150px;
display: block;
float: left;
}

#header_links{
width: 20px;
height: 150px;
display: inline;
float: left;
background-image: url(images/header_links.jpg);
}

#header_midden{
padding: 125px 0px 0px 50px;
width: 901px;
height: 25px;
display: inline;
float: left;
background-image: url(images/header_midden.jpg);
}

#header_rechts{
width: 20px;
height: 150px;
display: inline;
float: left;
background-image: url(images/header_rechts.jpg);
}

#container{
margin: 0px;
padding: 0px;
width: 991px;
height: 100%;
display: block;
float: left;
background-image: url(images/bg_container.jpg);
}

#links{
width: 20px;
display: block;
float: left;
}

#navigatie{
width: 191px;
height: 100%;
display: block;
float: left;
background-image: url(images/bg_navigatie.jpg);
background-repeat: repeat-x;
text-align: center;
}

#menu{
margin: 0px;
padding: 0px;
}

#menu img{
padding-bottom: 2px;
width: 191px;
height: 29px;
}

#content{
padding: 40px 30px 0px 15px;
width: 715px;
height: 100%;
display: block;
float: left;
background-image: url(images/bg_content.jpg);
background-repeat: no-repeat;
}

#bg_frankrijk{
background-image: url(images/bg_frankrijk.png);
background-repeat:no-repeat;
}

#rechts{
width: 20px;
display: block;
float: left;
}

/*** Tabellen offres à la baisse ***/

.offres_titel{
margin: 0px 15px 7px 15px;
font-weight: bold;
font-size:13px;
color:#ffffff;
background-color:#060;
padding:3px 3px 3px 3px;

}

.offres{
margin: auto;
margin-bottom: 15px;
width: 150px;
height: 153px;
text-transform: uppercase;
border-width: 0px;
}

.offre_gemeente{
width: 150px;
height: 20px;
background-color: #afd07f;
}

.offre_foto{
width: 150px;
height: 113px;
}

ul{
list-style: decimal;
}

/*** HTML indeling ***/

p{
margin: 5px 0px 10px 5px;
}

h1{
margin: 0px 230px 20px 0px;
font-weight: bold;
font-size: 11pt;
}

h2{
margin: 5px 0px 10px 5px;
font-size: 8pt;
font-weight: bold;
}

a:link, a:hover, a:visited, a:active{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #060;
text-align: left;
text-decoration: underline;
}

