/* Main style sheet that's used in all versions */
/* Some of the style def in this document are overridden by the specific style sheets */

/* include some page specific styles */
@import url(cv.css);
@import url(menu.css);

body {
	background-color: #CCCCCC;
	color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
}

#page {
	background-color: #E6E6E6;
	color: #555555;
	
	border: none;
	border: 1px solid #000000;
	
	margin-left: 145px;
	
	padding: 12px;
	
	width: 620px;
	min-height: 250px;
}

#block {
	height: 210px;
}

#footer {
	margin-left: 155px;
	margin-top: 10px;
	width: 600px;
	text-align: center;
	color: #555555;
}

/* styles to make the mailform */
#mailform {
	border: 1px dashed #555555;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 12px;
	width: 530px;
	background-color: #C6C6C6;
}
#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 {
	border: 1px dashed #555555;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 12px;
	width: 530px;
	background-color: #C6C6C6;
	color: #555555;
}
.links dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.links dd a {
	background-color: #C6C6C6;
	color: #555555;
}
.links dd {	margin-bottom: 2px;}

.cube {
	border: 1px dashed #555555;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 12px;
	width: 530px;
	background-color: #C6C6C6;
	color: #555555;
}
.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 {
	border: 1px dashed #555555;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 12px;
	width: 530px;
	background-color: #C6C6C6;
	color: #555555;
}
.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 {
	color: #444444;
	margin-left: 10px;
	width: 580px;
	height: 300px;
	padding-top: 10px;
	padding-right: 5px;
	text-align: center;
	background-image: url(../img/info.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.hide {
	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 #page {
	width: 594px;
	margin-left: 147px;
}
html>body {
	color: #000000;
	font-size: small;
}
html>body div.spacer {
	display: block;
	clear: both;
	border: none;
	width: 150px;
}
html>body h2 {
	margin-top: 0px;
}
html>body h3 {
	margin-top: 0px;
}
