body {
    background-image: url('images/background.gif');
	}
	
A:link {
    color: #990099;
    }
A:visited {
    color: grey;
    }
A:hover {
    text-decoration: none;
    }
    
a img {
	border: 0
	}
	
h1 {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	}

	
#container { /*container 4 the whole content of the page*/
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #084B8A; /*extra dark blue*/
	width: 600px;
	padding: 10px 10px 5px 10px;
	margin: 0 0 0 180px;
	border: 0px #E0E0F8 solid;
	background: #fff;
	}
	
#container ul {
	list-style-image: url('images/sqpurple.gif');
	}
	
#container a img:hover {
	border: 2px;
	text-decoration: none;
	color: #BE81F7; /*donkerpaars*/
	}


/********** START NAVIGATION / MENU **********/

#nav {
	position: absolute;
	width: 220px;
	top: 0px;
	left: -35px;
	background: transparent;
	border: 0px blue dotted;
	}
		
#nav ul li {
	list-style: none;
	padding: 5px 5px 5px 10px;
	margin: 3px;
	border: 1px solid #FFF;
	background-color: #E0E0F8; /*lichtpaars*/
	}

#nav a {
	color: #666666;
	text-decoration: none;
	color: #BE81F7; /*donkerpaars*/
	}
	
#nav li:hover, li:active {
	color: #E0E0F8; /*lichtpaars*/
	background-color: #CCCCFF; /*donkerpaars*/
	}

#nav li.submenu {
	font-style: italic;
	}
	


/********** END NAVIGATION / MENU **********/

/********** START IMAGE ROLLOVERS **********/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: none;
padding: 0px;
left: -600px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 600px;
/*bottom: 200px;*/
left: 216px; /*position where enlarged image should offset horizontally */
z-index: 60;
}

/********** END IMAGE ROLLOVERS **********/

/************START FOOTER********************/

#footer {
	letter-spacing: 1px;
	margin: 5px 0 0 180px;
	position: relative;
	background-color: #E0E0F8; /*lichtpaars*/
	width: 620px;
	padding: 8px 0 10px 0;
	text-align: center;

    clear: both;
    }
    
#footer h2 {
    margin: 0;
    text-align: center;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #BE81F7; /*donkerpaars*/
    }
    
#footer h2 a:link {
	color: #666666;
	text-decoration: none;
	color: #BE81F7; /*donkerpaars*/
	margin: 0 10px 0 10px;
	border-bottom: 1px solid silver;
    }
    
#footer h2 a:hover {
	text-decoration: none;
	color: #AEB404; /*groen*/    
	text-decoration: none;
	background-color: silver;
    }

//************END FOOTER********************/

