/* CSS Document */

/* BASIS */

* {
padding: 0;
margin: 0;
}

body	{
background:url(Illustraties/achtergrond.gif);
font-family: Arial, Tahoma, sans-serif;
text-align: center;
}

/* STRUCTUUR */

#main {
width: 800px !important;
height:600px !important;
margin: 0 auto;
position:relative;
background-image:url(Illustraties/main.gif);
}


#menu {
width:200px;
height:300px;
margin-top:175px;
float:left;
text-decoration:none;
text-align:left;
margin-left:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-style:bold;
}

#tekst {
width:410px;
margin-top:175px;
margin-left:70px;
float:left;
text-align:left;
font-size:11px;
}

#foto {
height:141px;
width:192px; 
float:right;
}

#formulier {
font-size:11px;
width:250px;
float:left;
}


/* route link foto's*/
#kano1 {
position:relative;
float:left;
width:150px;
height:104px;
}

#kano2 {
position:relative;
left:20px;
float:left;
width:150px;
height:104px;
}

#kano3 {
position:relative;
top:10px;
float:left;
width:150px;
height:104px;
}

#kano4 {
position:relative;
left: 20px;
top:10px;
float:left;
width:150px;
height:104px;
}

#kano5 {
position:relative;
top:20px;
float:left;
width:150px;
height:104px;
}

#kano6 {
position:relative;
top:20px;
left: 20px;
float:left;
width:150px;
height:104px;
}

/* MENU's */

#menu ul {
list-style-type: none;
}

#menu a {
overflow: hidden;
height:20px;
text-decoration: none;
color:#CC3399;
font-size:18px;
} 

#menu a:hover{
color:#999900;
}

/*headers*/

h1 {
font-size:18px;
color:#cc3399;
}

h2 {
font-size:11px;
color: #cc3399;
}

/*tabellen*/
Table {
font-size:10px;
text-align:left;
margin-top:10px;
margin-left: 70px;
float:left; 
}

td {
width:110px;
}

img {
border-color:#999999;
border-bottom-style:solid;4px;
}

/*mailformulier*/

form {
}

a {
text-decoration:none;
}
