@charset "utf-8";

* {
padding: 0;
margin: 0;
}

body {
font-family: "century gothic", arial, sans-serif;
background: url("pic/top.gif") repeat-x;
}

#contain {
margin: 50px auto;
width: 500px;
}

img.logo {
float: left;
margin-right: 50px;
}

p {
font-size: small;
}

p.small {
font-size: smaller;
margin-top: 2px;
}

p.onderschrift {
color: #999;
margin: 0 auto;
width: 420px;
font-size: smaller;
}

p.onderschrift a {
color: #999;
}

p.onderschrift a:hover {
color: #FFAC42;
}

a:link {
color: #4CA6BF;
background: #fff;
text-decoration: none;
}

a:visited {
color: #4CA6BF;
background: #fff;
border: 0;
}

a:hover {
color: #FFAC42;
background: #fff;
text-decoration: underline;
}

a:active {
color: #FFAC42;
background: #fff;
text-decoration: underline;
}

a.uitleg {
color: black;
text-decoration: none;
border-bottom: 1px dotted black;
}

h1 {
margin-top: 4px;
margin-bottom: 15px;
}

h2 {
font-size: medium;
font-weight: normal;
margin-bottom: 1em;
}