body 
 {
background-color: #191919;
}

.container
{
 width:1024px;
}

.menutop
{
 width:1024px;
 height:219px;
}

.links_knop
{
width:287px;
height:42px;
float: left;
background-image:url('images/links_knop.png');
background-repeat:no-repeat;
}

.home
{
width:114px;
height: 42px;
float: left;
background-color: #F1F1F1;
}

.fotos
{
width:124px;
height:42px;
float: left;
background-color: #000000;
}

.howto
{
width:151px;
height: 42px;
float: left;
background-color: #F3F3F3;
}

.contact
{
width:133px;
height: 42px;
float: left;
background-color: #000000;
}

.rechts_knop
{
width: 215px;
height: 42px;
background-image:url('images/rechts_knop.png');
background-repeat:no-repeat;
float:left
}

.left 
{
width: 287px;
height: 427px;
float: left;
background-image:url('images/left.png');
background-repeat:no-repeat;
}

.center
{
width:482px;
height:411px;
float: left;
color: #cccccc;
background-image:url('images/center.png');
background-repeat:no-repeat;
padding: 20px;
/* 
a:link {color: #038ba3}      Een gewone link 
a:visited {color: #03505e}  Een bezochte link 
a:hover {color: #d200ad}    Mouse over link 
a:active {color: #0000FF}   Geselecteerde link
*/
}

.text
 {
width:506px;
height:336px;
padding-top: 8px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 8px;
overflow:auto;
 }

.right 
{
width: 215px;
height: 427px;
float: left;
background-image:url('images/right.png');
background-repeat:no-repeat;
}

