/* Basis- en hoofdelementen --------------------------------------*/
* {
margin					: 0px;
padding					: 0px;
font					: 11px Tahoma, "Verdana", "Arial", "Helvetica", sans-serif;
}

body {
color					: #333;
background				: #cdcdcd url(../img/bg.gif) repeat-x;
}


/*
Opmaak teksten ----------------------------------------------------- */
h1 {
padding					: 0px 0px 0.3em 0px;
color					: #f00;
font-size				: 18px; 
font-weight				: bold;
}

h2 {
padding					: 0.4em 0px 0.2em 0px;
color					: #f00;
font-size				: 12px; 
font-weight				: bold;
}

h3 {
padding					: 0px 0px 0px 0px;
font-size				: 11px; 
font-weight				: bold;
line-height				: 18px;
}

p {
padding					: 0px 0px 1em 0px;
font-size				: 11px; 
line-height				: 18px;
}

#content ul {
padding					: 0px 0px 1em 20px;
}

#content li {
line-height				: 18px;
list-style-type			: square;
}

#content a {
color					: #333;
text-decoration			: underline;
}

#content a:hover {
color					: #f00;
text-decoration			: underline;
}

#content img {
float					: left;
padding					: 3px 5px 0px 0px;
border					: 0px;
}

strong {
font-weight				: bold;
line-height				: 18px;
}


/*
Container -------------------------------------- */
#container {
margin					: auto;
width					: 768px;
}


/*
Header ----------------------------------------- */
#header,
#header2 {
width					: 768px; /* 768 px*/
height					: 105px; /* 105px */
background				: url(../img/bg_header.gif);
}

#header2 {
background				: url(../img/bg_header2.gif);
}

#header h1,
#header2 h1 {
display					: none;
}


/*
Navigatie -------------------------------------- */
#navigatie {
width					: 718px; /* 768 px*/
height					: 19px; /* 39px */
padding					: 10px 25px 10px 25px;
background				: url(../img/bg_nav.gif);
}

#navigatie ul {
list-style				: none;
}

#navigatie li {
float					: left;
}

#navigatie li a {
display				: block;
float				: left;
height				: 20px;
padding				: 0px 12px 0px 12px;
color				: #fff;
font-size			: 11px;
font-weight			: bold;
text-decoration		: none;
line-height			: 20px;
}

#navigatie li a:hover {
background-color	: #0d77a9;
color				: #fff;
}

#navigatie li a.selected {
background-color	: #0b6995;
color				: #fff;
}

#navigatie a.vlag {
background-color	: none;
}

#navigatie a:hover.vlag {
background-color	: none;
}

#navigatie a.vlag img {
padding				: 2px 0px 0px 345px;
border				: 0px;
}



/*
Content -------------------------------------- */
#content {
width					: 691px; /* 768px*/
padding					: 15px 40px 30px 37px;
background				: url(../img/bg_content.gif);

}

x#content h3 {
font-size			: 11px;
margin				: 0px 0px 2px 0px;
padding				: 0px 0px 0px 0px;
color				: #333;
font-weight			: bold;
line-height			: 18px;
}

x#content a {
background-color	: transparant;
color				: #333333;
text-decoration		: underline;
}

x#content a:hover {
background-color	: transparant;
color				: #1979b0;
text-decoration		: underline;
}


/*
Footer ------------------------------------------------------------- */
#footer {
width					: 733px; /* 768 px*/
height					: 34px; /* 41px */
padding					: 7px 35px 0px 0px;
background				: url(../img/bg_footer.gif);
color					: #f00;
text-align				: right;
}

#footer a {
color					: #f00;
font-family				: "Comic Sans MS";
font-size				: 12px;
font-weight				: bold;
text-decoration			: none;
}

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






















