html
{
 margin: 0;
 padding: 0;
 background: #FFF;
 color: #000;
}

body
{
 min-width: 750px;
}
 
#totaal
{
 background: #C90;
 margin: 0 auto;
 width: 750px;
}

#kop
{
 background: #C90;
}

#kop h1
{
/* font-family: Utopia, Georgia, serif; */
 font-family: serif;
 font-size: 32px;
 text-align: center;
 margin: 0;
}

#subkop
{
 background: #C90;
 text-align: center;
 border-bottom: solid 5px #E2BB00;
 padding: 1px;
 margin: 0;
}

#subkop p
{
/* font-family: Utopia, Georgia, serif; */
 font-family: serif;
 font-size: 14px;
}

#zij
{
 background: #C90;
 float: left;
 width: 190px;
}

#zij a:link
{
 text-decoration: none;
 color: #000;
/* font-family: Utopia, Georgia, serif; */
 font-family: serif;
 font-size: 18px;
 line-height: 36px;
 padding-left: 36px; 
}

#zij a:visited
{
 text-decoration: none;
 color: #000;
/* font-family: Utopia, Georgia, serif; */
 font-family: serif;
 font-size: 18px;
 line-height: 36px;
 padding-left: 36px; 
}

#zij a:hover
{
 text-decoration: none;
 color: #700;
/* font-family: Utopia, Georgia, serif; */
 font-family: serif;
 font-size: 18px;
 line-height: 36px;
 padding-left: 36px; 
}

#inhoud a:link
{
 text-decoration: none;
 color: #000;
}

#inhoud a:visited
{
 text-decoration: none;
 color: #700;
}

#inhoud a:hover
{
 text-decoration: none;
 color: #C00;
}

#inhoud
{
 background: #FFF;
 float: right;
 width: 550px;
}

#inhoud h2, #inhoud h3, #inhoud p
{
 padding: 0 10px;
/* font-family: Utopia, Georgia, serif; */
 font-family: serif;
 font-size: 12px;
}

#inhoud img
{
  border: double 4px black;
  margin: 5px;
}

#inhoud img.thumb
{
  border: double 4px black;
  margin: 0px;
}

#voet
{
 background: #FFF;
 clear: both;
}

#voet p
{
 font-family: Verdana, Tahoma, Arial, sans-serif;
 font-size: 10px;
 text-align: center;
 padding: 5px;
 margin: 0;
}

#voet a:link
{
 text-decoration: none;
 color: #000;
}

#voet a:visited
{
  text-decoration: none;
  color: #000;
}

#voet a:hover
{
  text-decoration: none;
  color: #800;
}


