/* Gemaakt door Arian Stolwijk www.aryweb.nl */

body {
	margin: 0px;
	padding: 0px;
	background: #DDDDDD;
	font-family: "Arial";
	font-size: 14px;
}

img {
	border: 0;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 744px;
	margin: 10px auto;
}

#header {
/*	border: 1px outset gray;*/
	text-align: center;
	font-weight: bold;
}
/*
#header .content {
	border: 1px inset gray;
	margin: 2px;
}
*/
#header h1, #header p, #header h2 {
	margin: 0;
}



#header p.tekst {
	margin-bottom: 5px;
	font-size: 1.1em;
}


/* Foto's opmaak */
.fotos {
	width: 760px;
}

.foto {
/*	border: outset 1px gray;*/
	float: left;
	width: 248px;
	text-align: center;
}

.foto img {
/*	border: inset 1px gray;	*/
} 

.foto h2, .foto p {
	margin: 0;
}

.foto p.fotoTekst {
	height: 75px;
	overflow: auto;
	margin: 0;
	font-weight: bold;
/*	border: inset 1px gray;*/
}


.foto p.small {
	height: 20px;
}

table {
	width: 100%;
}

table td {
	padding: 0;
}

.foto td.fotoCell {
	*font-size: 1px;
}


.fotoListItem {
	border-top: 1px solid gray;
	margin: 10px 20px 0 0;
	padding-top: 10px;
}

.fotoListItem p.fotoTekst {
	margin: 0 0 0 250px;
	padding: 0 10px;
}

.fotoListItem div.itemImg {
	float: left;
	width: 240px;
}

.footer {
	clear: both; 
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

.footer .navigate {
	font-size: 1.5em;
}


.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clear2 {
	clear: both;
}

