
/* main layout COMPLETE*/

body
{
background-image: url('blue2.jpg');
background-repeat: repeat;
width: auto;
height: auto;
background-attachment: scroll;
background-position: top left;
}

#onbody
{
border-color: #559FF3;
background-color: white;
border-style: solid;
border-width: 5px;
width: 1100px;
height: auto;
margin-left: 70px;
margin-top: -21px;
}

/* main layout COMPLETE*/
/*head COMPLETE*/

#head
{
background-image: url('Himage2.jpg');
border-style: solid;
border-bottom-color: #86EF52;
border-top-color: white;
border-right-color: white;
border-left-color: white;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
width: 1100px;
height: 250px;
margin: 0px 0px;
margin-top: -3px;
}

p.head
{
color: white;
text-align: center;
font-family: impact;
font-weight: bold;
font-size: 50px;
margin-top: 40px
}

p.headslogan
{
color: white;
text-align: center;
font-family: times new roman;
font-weight: normal;
font-size: 25;
margin: -55px;
margin-top: 0px;
}

p.orig
{
color: white;
text-align: center;
font-family: times new roman;
font-weight: normal;
font-size: 37;
margin-top: 40px;
}

p.under
{
color: white;
text-align: center;
font-family: arial;
font-weight:  bold;
font-size: 10px;
}

p.naam
{
color: white;
text-align: center;
font-family: arial;
font-weight:  bold;
font-size: 10px;
}

/*head COMPLETE*/
/*menu COMPLETE*/

#navresize
{
border-style: solid;
border-color: white;
border-width: 0px;
width: 1100px;
height: 39px;
padding-left: 0px;
margin-top: -100px;
}

#navcontainer
{
background-image: url('menubalk2.jpg');
height: 39px;
margin-top: 100px;
padding-left: 0px;
}


ul#navlist
{
margin-top: -40px;
margin-left: 0px;
padding-left: 0px;
padding-top: 10px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 10px 30px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-image: url('hover.jpg');
text-decoration: none;
}

/*menu COMPLETE*/



#content
{
width: 725px;
height: auto;
margin-left: 332px;
}

/*p.content
{
color: black;
text-align: left;
font-family: arial;
font-weight: normal;
font-size: 13;
}
*/

#IEmenufix
{
border-style: solid;
border-bottom-color: white;
border-bottom-width: 0px;
border-top-width: 0px;
border-width: 0px;
}

/*content COMPLETE*/
/*Extra's*/

/*
#agenda
{
border-color:#559FF3;
background-color: white;
border-top-width: 0px;
border-top-style: solid;
border-right-width: 5px;
border-right-style: inset;
border-left-width: 5px;
border-left-style: solid;
border-bottom-style: outset;
border-bottom-width: 5px;
margin-left: -5px;
margin-top: -80px;
width: 250px;
height: auto;
}
*/