/*-----------------/
/---De Welstand----/
/-------CSS--------/
/--Pieter-Onclin---/
/------2007-------*/



/* Basis */

body {
	background-color: #91C3DC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#tabel {
	width: 900px;
}

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: 40pt;
	font-family: serif;
	font-variant: small-caps;
	font-style: italic;
}

h2 {	font-size: 16pt;
	font-family: arial;
	font-weight: bold;
}

h3 {	font-size: 14pt;
	font-family: arial;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#head {
background-image: url(head.jpg);
text-align: right;
padding-right: 100px;
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: #4086AA;
	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;
}


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: 700px;
	color: #111133;
	padding: 20px;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: left;
	background-color: #71B4D5;

}



/* Credits */

#onder {
	border: 1px solid #777777;
	color: #111133;
	cursor: hand;
	text-align: center;
	font-family: arial;
	font-size: x-small;
	background-color: #71B4D5;
}





