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

* {
margin: 0px;
padding: 0px;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #444444;
background: #ffffff;
text-align:left;
}

/* Tekst stijlen */

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #444444;
font-weight: normal;
padding: 0px 0px 10px 0px;
}

h1 {
font-size: 24px;
font-weight: bold;
color: #f29c00;
padding: 0px 0px 10px 0px;
}

h2 {
font-size: 18px;
font-weight: bold;
color: #f29c00;
padding: 0px 0px 10px 0px;
}


h3, h4, h5, h6 {
font-size: 15px;
font-weight: bold;
color: #000000;
padding: 0px 0px 5px 0px;
}

a {
color: #f29c00;
text-decoration: underline;
}

a:hover {
color: #f29c00;
}

/* Overige stijlen */

img {
border: 0px;
}

ul {
margin: 0px 0px 0px 25px;
}

#main img {
padding: 0px 10px;
}

hr {
border: 0;
color: #000000;
height: 1px;
}

#footer a, #footer p {
color: #444444;
font-size: 11px;
}

#footer a:hover {
color: #ed252c;
}

/* DIV's */

#menubalk, #logo, #footer {
display:none;
}