/*-----------------/
/---De Welstand----/
/-------CSS--------/
/--Pieter-Onclin---/
/------2010-------*/



/* Basis */

body {
	background-color: #335C88;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#tabel {
	width: 1000px;
}

a {color: #111133; font-style: italic;}
a:visited {color: #111133; font-style: italic;}
a:active {color: #111133; font-style: italic;}
a:hover {color: #AAB6A2; font-style: italic;}


/* Header */

h1 {
	font-size: 30pt;
	font-family: serif;
	font-variant: small-caps;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 10px;
}

h2 {	font-size: 16pt;
	font-family: arial;
	font-weight: extra-bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

h3 {	font-size: 14pt;
	font-family: arial;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#head {
	background-image: url(head.jpg);
	cursor: pointer;
	text-align: left;
	padding-left: 50px;
	color: #111133;

}



/* Menu */

#menu {
	word-spacing: 30px;
	font-size: 10pt;
	font-family: arial;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #92AECD;
	border-bottom: 1px solid;
	border-bottom-color: #555555;
	font-weight: bold;
}


/* Foto's */
#foto {
	font-size: 11pt;
	font-family: arial;
	font-variant: small-caps;
	font-weight: bold;
	border: 1px solid #777777;
	width: 150px;
	color: #111133;
	background-image: url(foto.jpg);
	height:400px;
	text-align: center;
	vertical-align: top;
	}

img {
	border-width: 2px;
	border-style:groove;
	border-color:gray;
	padding: 5px;
}


img#grotefoto {
	float: right;
	clear: right; 
	height: 300px;
	width: 400px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #80B2CB;
}


embed {
	float: right;
	clear: right; 
	height: 300px;
	width: 400px;
	margin-bottom: 15px;
	margin-left: 15px;
}

ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}


img#mediumfoto {
	float: right;
	clear: right; 
	height: 225px;
	width: 300px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #80B2CB;
}


img#kleinefoto {
	margin-top: 10px;
	height: 60px;
	width: 80px;
}



/* Teksten */

#text {
	border: 1px solid #777777;
	width: 800px;
	color: #111133;
	padding: 20px;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: left;
	background-color: #92AECD;

}



/* Credits */

#onder {
	border: 1px solid #777777;
	color: #111133;
	cursor: pointer;
	text-align: center;
	font-family: arial;
	font-size: x-small;
	background-color: #92AECD;
}






