/* CSS Stylesheet */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; border: 0px}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
html, body{
	font-family: "Helvetica", Arial, schreefloos;
	height: 100%;
	width: 100%;
	background-color: gray;
}
p{
	margin-top: 5px;
}
#overlay{
	position: fixed;
	z-index: -500;
	opacity: 0;
	width: 100%;
	height: 100%;
}
#overlay #background{
	position: inherit;
	background-color: #000000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#overlay #container{
	position: inherit;
	z-index: 1;
	left: 50%;
	top: 50%;
}
#header{
	position: absolute;
	background-image: url(images/header.png);
	width: 900px;
	height: 120px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	z-index: 20;
}
#footer{
	color: white;
	font-size: 70%;
	padding:15px;
	position: absolute;
	background-image: url(images/footer.png);
	width: 870px;
	height: 15px;
	bottom: 0px;
	z-index: 20;
}
#footer table tr td{
	vertical-align: middle;
}
#footer table{
	width: 100%;
	height: 100%;
}
#content{
	font-size: 80%;
	padding-right: 20px;
	padding-left: 20px;
	width: 860px;
	top: 0px;
	padding-top: 190px;
	padding-bottom: 75px;
	visibility: hidden;
}
#loading{
	position:absolute;
	width: 100%;
	text-align: center;
	bottom:0px;
	margin-top: 75px;
	top:50%;
	z-index: 30;
	color: #CCCCCC;
	font-size: 150%;
}
#bg{
	position: absolute;
	background-color: white;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	min-height: 100%;
	top: 0px;
	z-index: 5;
}
#menu{
	position: absolute;
	background-color: white;
	width: 900px;
	height: 56px;
	top: 120px;
	left: 50%;
	margin-left: -450px;
	z-index:50;
}
#menu div{
	position: absolute;
	top: 0px;
	height: 46px;
}
#menu #home_b{
	left: 10px;
	width: 117px;
}
#menu #portfolio_b{
	left: 136px;
	width: 158px;
}
#menu #fotos_b{
	left: 303px;
	width: 113px;
}
#menu #contact_b{
	left: 425px;
	width: 138px;
}
#menu #over_b{
	left: 572px;
	width: 100px;
}
#menu #empty-space{
	left: 682px;
	width: 208px;
}

#menu div img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30;
}

#menu div img:first-child{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

h1{
	color: #EE4444;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, "met schreef";
	font-style: italic;
	margin-left: 10px;
}
h2{
	color: #EE4444;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, "met schreef";
	font-style: italic;
	margin-left: 10px;
	margin-top:20px;
	margin-bottom:5px;
}
h3{
	color: #EE4444;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, "met schreef";
	font-style: italic;
	margin-left: 15px;
	margin-top:15px;
	margin-bottom:5px;
}
#content a:link{
	color: #CC3333;
	text-decoration: none;
	border: 0px;
}
#content a:visited{
	color: #CC3333;
	text-decoration: none;
	border: 0px;
}
#content a:hover{
	color: #EE5555;
	text-decoration: underline;
	border: 0px;
}
#content a:active{
	color: #EE5555;
	text-decoration: none;
	border: 0px;
}
#footer a:link{
	color: #FFFFFF;
	text-decoration: underline;
	border: 0px;
}
#footer a:visited{
	color: #FFFFFF;
	text-decoration: underline;
	border: 0px;
}
#footer a:hover{
	color: #EEEEFF;
	text-decoration: none;
	border: 0px;
}
#footer a:active{
	color: #DDDDEE;
	text-decoration: none;
	border: 0px;
}
#photos{
	position: relative;
	top:20px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#photos td{
	padding: 5px;
}
#portfolio{
	width: 868px;
	margin-top: 5px;
	margin-left: -4px;
	border-style: solid;
	border-width: thin;
	border-color: #AAAAAA;
}
#portfolio td{
	padding: 3px;
	border-style: solid;
	border-width: thin;
	border-color: #AAAAAA;
}
#portfolio th{
	padding: 3px;
	border-style: solid;
	border-width: thin;
	border-color: #AAAAAA;
	font-weight: bold;
	margin-left: 10px;
}
#portfolio th div{
	font-weight: normal;
	margin-left: 10px;
	font-size: 75%;
}
#portfolio thead tr{
	border-style: solid;
	border-width: thin;
	border-color: #AAAAAA;
	font-weight: bold;
	background-color: #DDDDEE; 
}
.cv_table{
	border-top: solid thin #CCCCCC;
	margin-left:20px;
}
.cv_table td{
	padding: 2px;
	padding-left: 4px;
	padding-right: 10px;
	border-left: solid thin #CCCCCC;
	border-right: solid thin #CCCCCC;
}
.cv_table th{
	padding: 2px;
	padding-left: 10px;
	font-weight:bold;
	border-left: solid thin #CCCCCC;
	border-right: solid thin #CCCCCC;
	border-bottom: solid thin #CCCCCC;
}