 @charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, Times, serif;
}

a {
	border: none;
}

/* Omlijsting van Nav + Blokjes */
#wrapper {
	width: 920px; /* = breedte van 4 blokjes (dus alles exclusief uitsteeksel van Nav) */
	margin: -10px auto; /* eerste waarde is margin boven, auto zorgt voor centreren */
	background-image: none;
	background-repeat: no-repeat;
}

#header {
	width: 244px;
	height: 120px;
	float:left;
	background-color: none;
}

#logo {
	width: 634px;
	height: 120px;
	float: left;
	background-color:none;
}



#subnavi ul {
	margin-top: 0px;
}

#subnavi ul, li {
    list-style-type: none;
	margin-bottom:-5px;
}

#subnavi a {
	text-decoration: none;
	color: #999;
	text-transform: none;
	font-style:italic;
	font-size: 14px;
	text-align: right;
}

#subnavi a.hover {
	text-decoration: none;
	color: #fff;
	background: none;
}

#subnavi a.selected {
	text-decoration: none;
	color: #000;
	background: none;
}

/* Blokje, defaultwaarden */
.item {
	width: 230px; /* = breedte van wrapper / 4 */
	height: 166px; /* = gevaarloos te wijzigen */
	float: left; 
} 

/* Nav, op basis van Blokje (item) */
#nav {
	width: 230px; /* = breedte van Nav */
	margin-left: 0px; /* = linker margin, negatief. Waarde is width Blokje - width Nav */
	background-image:none;
	background-color: none;
	text-align: right;
}

#nav ul {
	margin-top: 10px;
}


#nav ul, li {
    list-style-type: none;
	margin-bottom: -3px;
}

#nav a {
	text-decoration: none;
	color: #999;
	text-transform: none;
	font-style:italic;
	font-size: 14px;
	margin-right: 12px;
}

#nav a.hover {
	text-decoration: none;
	color: #CCC;
	background: none;
}

#nav a.selected {
	text-decoration: none;
	color: #000;
	background: none;
}

/* MENU AFBEELDINGEN OP ACHTERGROND:
#nav a#nav-con {
	background-image: url('../images/nav-con-bg.png');
	width: 210px;
	height: 25px;
	display: block;
	text-indent: -2000em;
}
*/

.item a.content {
	width: 230px;
	height: 166px;
	display: block;
	background-image: url('../images/item-bg2.png');
	opacity: 0.3;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #ddd;
}

.item a.content:hover{
	opacity: 0.8;
	color: #fff;
}

.item.selected a.content {
	opacity: 1;
	color: #fff;
}

.item .content h1 {
	text-align: center;
	padding-top: 60px;
}


#contact {
	width: 680px;
	height: 250px;
	float:left;
	margin-left: 10px;
	margin-top: 0px;
}


#contact h1 {
	text-decoration: none;
	color: #999;
	font-style:italic;
	font-size: 18pt;
	margin-top:10px;
	margin-left:3px;
}

#contact p {
	text-decoration: none;
	color: #999;
	font-style:italic;
	font-size: 12pt;
	margin-top:10px;
	margin-left:3px;
}

#foto {
	width: 230px;
	height: auto;
	float: left;
}

#heading {
	margin-left:20px;
	width: 440px;
	height: auto;
	float:left;
}

#heading h1 {
	text-decoration: none;
	color: #5c5c5c;
	font-style:italic;
	font-size: 18pt;
	margin-top:10px;
}

#heading p {
	margin-top:10px;
	text-decoration: none;
	color: #999;
	text-transform: none;
	font-style:italic;
	font-size: 11pt;	
}

#heading a {
	text-decoration:none;
	color: #666;
}
	
#footer {
	width:600px;
	height: auto;
	background-image:url(../images/footer.jpg);
	background:repeat;
}
	
	
	
