body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: normal;
	text-align: center;
	color: #fff;
	background: #103458 url(../img/bg_tile.gif) repeat-y top center;
	}	
	
	
/*----------------- LINKS ------------------------*/
a:link {
	color: #000;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	}
a:hover {
	color: #F62F01;
	text-decoration: none;
	}
a.arrow {
	padding-left: 15px;
	background: url(../img/arrow.gif) no-repeat left 50%;
	}

a:hover.arrow {
    background: url(../img/arrow2.gif) no-repeat left 50%;
    }

/* ---> COPY&PASTE DIT DEEL NAAR ANDERE .CSS <---*/
#shop {
    position:absolute;
    right:0;
    top:0;
    background: url(../img/shop.gif) no-repeat 0 0;
    z-index: 999;
}
#shop  a {
    width: 131px;
    height: 124px;
    display:block;
}

/*----------------- COMMON ------------------------*/
p {
	margin: 1em 0 1em;
	padding: 0;
	font-size: 80%;
	}
img {
	border: 0;
	}
h1 {
	font-size: 110%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #fff;
	}

	
/*----------------- TOP ------------------------*/
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	width: 778px;
  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
  	background: #000;
	}
#header {
	background: #000 url(../img/bg_header.jpg) no-repeat top left;
	background-repeat: no-repeat;
	height: 164px;
	padding: 0;
	margin: 0;
	color: #000;
	}	
#header div {
	margin-top: 16px;
	margin-right: 15px;
	padding: 0;
	text-align: left;
	float: right;
	line-height: 160%;
	}
#header h1 {
	margin: 0;
	padding: 0 0 5px 0;	
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
	}
#header div ul{
	margin: 0 0 0 12px;
	padding: 0;	
	line-height: 160%;
	margin-right: 70px;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	list-style:none;
	}
#header div li{   
    background-image: url(../img/bullet.gif);
    background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 0 0 2px 15px;
	margin: 0;
	color: #003366;
}
#header div ul.adress{
	margin: 0 0 0 12px;
	padding: 0;	
	line-height: 160%;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	list-style:none;
	}
#header div ul.adress li{   
    background-image: none;
	padding: 0 0 2px 15px;
	margin: 0;
	color: #000;
}
/*----------------- NAV ------------------------*/	

#nav {
	float: left;
	width: 778px;
	margin: 0;
	padding: 0;	
	font-size: x-small;
	height: 25px;
	border-bottom: 1px solid #313044;
	background: url(../img/bg_nav.gif) no-repeat top left;
	}
	
#nav ul{
	list-style: none;
	padding: 0;
	margin: 3px 0 0 0;
	color: #fff;
	float: right;
	font-size: x-small;
}

#nav ul li { display: inline; }

#nav ul li a{
	padding: 3px 20px 3px 20px;
	color: #000;
	text-decoration: none;
	float: right;
	border-right: 1px solid #9B9BA5;
	border-left: 1px solid #fff;
	background: url(../img/bg_nav-button.gif) #92929B repeat;
	border-bottom: 1px solid #515D64;
}
#nav ul li a:hover{
	color: #000;
	background: url(../img/bg_nav-buttonHOVER.gif) #ccc repeat;
	border-bottom: 0px solid #A6A6AF;
}
#nav ul li a.active, #nav ul li a.:hover.active{
	color: #fff;
	background: url(../img/bg_nav-buttonON.gif) #ccc repeat;
	border-bottom: 1px solid #A6A6AF;
}
	
/*----------------- MAIN ------------------------*/
#main {
	float: left;
	background: url(../img/bg_main.gif) #2282B2 repeat-x top left;
    width: 778px;
    border-bottom: 4px solid #ccc;
	}
#content {
	margin: 10px 5px 20px 5px;
	padding: 20px 25px;
	line-height: 23px;
	font-size: 85%;
	width: 500px;
	text-align: justify;
	}
#content h1{
  color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 0 10px 0;
	margin: 0;
}
#content img.foto{
    float: right;
    padding: 5px;
}
#content img.foto2{
    float: left;
    padding: 5px;
}
#content img.fullsize{
	border: 1px solid #ccc;
}
#content img.tumb{
	margin: 8px 14px 8px 0;
	padding: 3px 3px 14px 3px;
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
}	
#content ul{
    font-size: 100%;	
}	
/*----------------- MAIN ------------------------*/
#footer {
    clear: both;
}


/* general multimax form */
form {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 20px 0px;
}
