/* Main style sheet that's used in all versions */
/* Some of the style def in this document are overridden by the specific style sheets */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.footer {
	margin-top: 10px;
	text-align: center;
}
/* styles to make the menu */
/* can easily be trnasformed to a box on the left or something like that (me love css :-) */
#menu {
	display: none;
}
/* styles to make the mailform */
#mailform {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 12px;
}
#mailform div.field{
	margin-bottom: 4px;
}
#mailform input{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #295A00;
	width: 250px;
	font-size: 12px;
}
#mailform textarea{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #295A00;
	width: 250px;
	height: 80px;
	font-size: 12px;
}
#mailform label{
	width: 120px;
	display: block;
	float: left;
}
#mailform label.breaklabel{
	vertical-align: top;
	padding-top: 4px;
}
#mailform #submit{
	margin-left: 103px;
	width: 80px;
	margin-top: 15px;
}
/**/
#error p { color: #FF0000; }
a { color: #000000; }
/* link styles == jobs */
.links {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 12px;
}
.links dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.links dd {	margin-bottom: 2px;}
/* cv styles */
#cv div {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	width: 545px;
}
#cv dl{
	padding: 12px;
}
#cv dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#cv #personalia label {
	width: 120px;
	display: block;
	float: left;
	margin-bottom: 2px;
}
#cv input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
}
#cv textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cv input.radio {
	border: none;
}
#cv #studies .col1 {
	width: 125px;
	display: block;
	float: left;;
	margin-right: 5px;
	margin-bottom: 2px;
}
#cv #studies .col2 {
	width: 125px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
#cv #studies .col3 {
	width: 125px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
#cv #studies .col4 {
	width: 70px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
#cv #ervaring .col1 {
	width: 90px;
	display: block;
	float: left;;
	margin-right: 5px;
	margin-bottom: 2px;
}
#cv #ervaring .col2 {
	width: 120px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
#cv #ervaring .col3 {
	width: 120px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
#cv #ervaring .col4 {
	width: 120px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
#cv #talenkennis dl dd {
	margin-bottom: 10px;
}
#cv #talenkennis label {
	margin-right: 10px;
}
#cv #talenkennis select {
	margin-right: 15px;
}
#cv #talenkennis fieldset {
	padding: 10px;
}
#cv #knoppen {
	margin-left: 10px;
	border: none;
}
#cv .textareas .label {
	margin-bottom: 5px;
	margin-top: 10px;
}
#cv div.spacer {
	clear: both;
	border: none;
	width: 150px;
}

.cube {
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 12px;
}
.cube h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	display: inline;
	margin-bottom: 15px;
}
.cube .p {
	margin-top: 15px;
}
.cube img {
	border: none;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}

.photo {
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 12px;
}
.photo img {
	border: none;
	float: left;
	margin-right: 15px;
}

.fullimg {
	text-align: center;
	display: block;
	margin-bottom: 20px;	
}

.button {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}
div.spacer {
	display: none;
}

#info {
	margin-left: 10px;
	text-align: center;
}
.simple {
	display: none;
	visibility: hidden;
}	
/* workaround for bill's unwillingness to respect standards */
html>body #mailform #submit{
	margin-left: 120px;
	width: 80px;
	margin-top: 15px;
}
html>body #cv #knoppen{
	margin-left: 20px;
}

html>body div.page {
	width: 618px;
	margin-left: 147px;
}
html>body {
	font-size: small;
}
html>body div.spacer {
	display: block;
	clear: both;
	border: none;
	width: 150px;
}
