/* layout opmaak */

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

html 
{  
background-color: #fff;
text-align: center; 
font-size:11px; 
font-family: Tahoma;
color: #666;
}

body 
{ 
margin: 0 auto;
text-align: center;
}

#container
{
margin: 15px auto;
text-align: center;
width: 980px;
}

/* onderdelen */

#content
{
float:right;
width: 612px;
text-align: justify;
}

#left
{
float: left;
width: 345px;
}

#contact
{
float:right;
text-align: right;
margin-left: 20px;
margin-top: 45px;
}

/* inhoud opmaak */

#content h1
{
padding: 0px 0px 20px 0px;
font-size: 12px;
color: #090;
}

#content h2
{
font-size: 12px;
color: #090;
}

#content li
{
line-height: 6px;
padding: 0px 0px 10px 0px;
}

#content ul
{
line-height: 6px;
padding: 0px 0px 10px 0px;
}

#content h3
{
font-size: 11px;
}

#content p
{
line-height: 17px;
padding: 0px 0px 20px 0px;
}

#content img 
{
float:right;
margin-left: 20px;
}

#content a
{
color: #039;
text-decoration: none;
font-weight:bold;
}

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

