body{
margin:0;
background-color:#6699ff;
}
div{width:800px;margin:0 auto;background-color:white;}
h1{marging:0;
color:#003399;
text-align:center;
font-family:Verdana;}
h2,p{margin:0;}/*wordt (nog) niet gebruikt*/
h3{font-family:Verdana;
margin:0; /*bovenste samenvattende paginaregel*/
margin-bottom:10px;
font-size:16px;
color:#6699ff;
text-align:center;}
h4{font-family:Verdana;
margin:0; /*kopjes boven alinea's*/
margin-top:10px;
font-size:16px;
color:#6699ff;}

p{font-family:Verdana;
margin:0; /*gewone tekst, Verdana*/
font-size:15px;
color:black;
text-align:left;}

p.contact{ /*text in contactform om tekst bij invoervakken te laten passen*/
font-family:Verdana;
text-align:left;
line-height:1.9;
}
p.prijs{ /*text in contactform om tekst bij invoervakken te laten passen*/
font-family:Verdana;
text-align:center;
}

p.copy{ /*copyrighttekst*/
margin:5px;
font-family:Verdana;
color:white;
text-align:center;
font-size:9px}

a:link, a:visited, a:active{
font-family:Verdana;
font-size:17px;
text-decoration:none;
color:#6699ff;
}

a:hover{
font-family:Verdana;
font-size:17px;
text-decoration:none;
color:#003399;
}

a.h3:link, a.h3:visited, a.h3:active{
font-family:Verdana;
margin:15px;
font-size:17px;
text-decoration:none;
color:#003399;
}

a.h3:hover{
background-color:inherit;
font-family:Verdana;
margin:15px;
font-size:17px;
text-decoration:none;
color:#6699ff;
}

a.h4:link, a.h4:visited, a.h4:active{
font-family:Verdana;
margin:0px;
font-size:17px;
text-decoration:none;
color:#003399;
background-color:inherit;
}

a.h4:hover{
font-family:Verdana;
margin:0px;
font-size:17px;
text-decoration:none;
color:#6699ff;
background-color:inherit;
}

ul{
margin:0;
background-color:#003399;
list-style: none;
}

li{
display: inline;
margin: 0px 7px 0px 7px;
}

li a:link,li a:visited,li a:active{
font-family:Verdana;
font-size:18px;
text-decoration:none;
color:white;
}

li a:hover{
font-family:Verdana;
font-size:18px;
text-decoration:none;
color:#6699ff;
}

#fotoleft{
background-color:white;
width:150px;
float:left;
margin:20px;
}

#fotoright{
background-color:white;
width:250px;
float:right;
margin:20px;
}

#banner{
background-color:#003399;
background-image:url("schouderblauwmettekst800b.jpg");
background-position:top;
height:100px;
}

#menu{
background-color:#003399;
height:24px;
}

#inhoud{
width:720px;
height:400px;
background-color:white;
background-image:url("Pasfoto2.jpg");
background-repeat:no-repeat;
background-position:right;
padding:20px 40px; /* de afstand van bovenrand tot eerste regel tekst*/
overflow:auto;
}

TABLE  {
table-layout: auto;
width: 700px;
text-align:center;
}


.kolom1, .kolom2, .kolom3{
	float: left;
	background-color:inherit;
	text-align:center;
}

.kolom1{
width: 170px;

}
.kolom2{
width: 260px;
}
.kolom3{
width: 170px;
}

#kolom5{
float:left;
width:160px;
text-align:center;
	margin-bottom:25px;
	background-color:inherit !important;}
#kolom6{
float:left;
width:250px;
text-align:center;
	margin-bottom:25px;
		background-color:inherit;}
#kolom7{
float:left;
width:160px;
text-align:center;
	margin-bottom:25px;
	background-color:inherit !important;}


#laatst{
height:50px;
background-color:#003399;
}

/*body * {border: none}*/

form
    {
    border-color: #cccccc;
    width: 620px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    }
label
    {
    float: left;
    width: 75px;
    text-align: left; /*uitlijnen van de label's*/
    }
		
input
    {
    background-color: #f5f5f5;
    font-size: x-small;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
		margin-top: 6px;
    margin-bottom: 6px;
    }
textarea
    {
    width: 250px;
    height: 100px;
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin-bottom: 10px;
    }
/*button{
margin: 25px;
margin-left:0px;
background-color: inherit;
border:none;
}*/

