/* If at first you don't succeed, then skydiving definitely isn't for you */

* {margin:0;padding:0;}

.clear {clear:both;}

body {
	padding:0;
	margin:0;
	height:100%;
	background:#192d4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

#container {
	width:780px;
	margin:auto;
	height:auto;
	background:#1e2f4c;
	border-left:1px solid #949b9c;
	border-right:1px solid #949b9c;
}

#top {width:780px;height:7px;background-image:url(../images/bgtop.gif);}
#logo {float:left;width:290px;height:69px;background-image:url(../images/logo.gif);}
#menu {float:left;width:280px;height:69px;}
#adres {float:right;width:190px;height:59px;background-image:url(../images/bgadres.gif);color:#004595;padding-top:10px;padding-left:20px;}
#boven {width:780px;height:26px;background-image:url(../images/boven.gif);}
#links {float:left;width:11px;height:120px;background-image:url(../images/links.gif);}
#banner {float:left;width:575px;height:120px;background-image:url(../images/banner.gif);}
#menu2 {float:left;width:183px;height:120px;background-image:url(../images/menu2.gif);}
#rechts {float:right;width:11px;height:120px;background-image:url(../images/rechts.gif);}
#onder {width:780px;height:24px;background-image:url(../images/onder.gif);}

#content {width:780px;height:auto;}
#footer {width:780px;height:20px;background-image:url(../images/footer.gif);}

#navcontainer {padding-top:2px;}
#navlist li {list-style-image:url(../images/arrow.gif);margin-left:28px;font-size:10px;padding-bottom:2px;}

#navlist a:link, a:visited {color:#FFF;text-decoration: none;}
#navlist a:hover {color:#ffec00;text-decoration: none;}

a:link, a:visited {color:#FFF;text-decoration: none;}
a:hover {color:#ffec00;text-decoration: none;}

#adres a:link {color:#004595;text-decoration: none;}
#adres a:hover {color:#004595;text-decoration: none;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #eaeaea;
padding: 5px;
left: -1000px;
border: 1px solid #949b9c;
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 on hover*/
visibility: visible;
top: 15px;
left: 60px; /*position where enlarged image should offset horizontally */

}