/* css file van http://blog.html.it/layoutgala/ */

/* opmaak */
html,body
{
margin:0;
padding:0;
}

body
{
font: 80% verdana,arial;
color: #D30E45;
text-align:center;
background-image:url('images/background.jpg');
}

p
{
margin:0 10px 10px
}

p#titel
{
font-size: 110%;
color: #8BA4Da;
font-weight:bold
}

p#klein
{
color: #8BA4Da;
font-size: 90%;
text-align:center
}

p#plaatje
{
filter:alpha(opacity=30);
-moz-opacity:0.3;
text-align:center
}

p#postdatum
{
color: #8BA4Da;
font-size: 80%;
text-align:right
}

a
{
color: #D30E45;
}

a:hover
{
color: #8BA4Da
}

a#blauw
{
color: #8BA4Da;
}

div#header
{
position:relative
height:75px;
background: #EEE;
}

div#container
{
background-image:none;
background-color:white;
text-align:left
}

div#content p
{
line-height:1.5
}

div#footer
{
color: #FFF;
text-align:center
}

div#footer p
{
margin:0;
padding:5px 10px
}



/* layout */

div#container
{
width:700px;
margin:0 auto
}

div#logo
{
float:left;
width:300px
}

div#toplinks
{
float:right;
width:350px
}

div#content
{
float:left;
width:700px
}

div#footer
{
clear:both;
width:100%
}
