body
{
width: 100%;
background-image:url('images/01.gif');
background-attachment:fixed;
background-position:center; 

}

.text
{
font-family: verdana;
color: #000;
font-size: 11px;
margin-left: 7px;
}

.datum
{
font-family: verdana;
color: #000;
font-size: 11px;
margin-left: 7px;
font-weight: bold;
}
/* Rechter teksten */

.text_rechts
{
font-family: verdana;
color: #fff;
font-size: 11px;
margin-left: 3px;
}

.datum_rechts
{
font-family: verdana;
color: #fff;
font-size: 11px;
margin-left: 3px;
font-weight: bold;
}

/* Tekst koppen */
.header
{
font-family: arial;
color: #000;
font-size: 17px;
font-weight: bold;
margin-left: 7px;
}

/* Tekst footer */
.footer
{
font-family: arial;
color: #fff;
font-size: 10px;
font-weight: bold;
margin-left: 7px;
}

.footer a
{
font-family: arial;
color: #e8d82a;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

.footer a:hover
{
font-family: arial;
color: #e8d82a;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}