body{
   background-image:  url(../images/background-repeat.gif);
   background-repeat: repeat-x;
   background-color: white;
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   color: #69649a;
   margin: 0px;
   padding: 0px;
}

#container{
   width: 746px;
   margin: 0 auto; 
}

#links{
   padding-top: 40px;
   height: 23px;
   text-align: center;
}

#links a{
   font-size: 0.8em;
   font-weight: bold;
   text-decoration: none;
   color: #69649a;
}

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

#plaatje{
   height: 172px;
   background-image:  url(../images/topheader.jpg);
}

#info{
   padding-top: 2px;
   height: 22px;
   text-align: center;  
   color: white;
}

#info span{
   font-size: 0.9em;  
}
 
#tekst{
   width: 700px;
   margin: 0 auto;
   margin-top: 45px;
}

#tekst h1{
   font-size: 0.7em;
   font-weight: bold;
   margin-top: 60px;
   margin-bottom: 0px;
}

#tekst p{
   line-height: 18px;
   font-size: 0.7em;
}

.tekst_container{
   border-top: 1px solid #69649a;
}

.tekst_small{
   width: 450px;
   float: left;
}

.foto{
   border-top: 15px solid #69649a;
   border-bottom: 1px solid #69649a;
   border-right: 1px solid #69649a;
   border-left: 1px solid #69649a;
   width: 100px;
   height: 100px;
   float: right;
}

.go_to_top{
   clear: both;
   text-align: right;
}

.go_to_top a{
   color: #69649a;
   font-size: 0.7em;
   font-weight: bold;
   text-decoration: none;
}

.go_to_top a:hover{
   text-decoration: underline;
}
