@charset "utf-8";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#links {
	position: absolute;
	top: 50px;
	left: 40px;
	width: 290px;
}
	
#rechts {
	position: absolute;
	top: 50px;
	left: 330px;
	margin-right: 30px;
}
	
#portfolio{
	margin-top:45px;
	width: 210px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	text-indent:5px;
}
	
#info{
	margin-top:17px;
	width: 210px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	text-indent:5px;
}

td.titel {
	height: 21px;
	color: #FFF;
	background-color: #000;
}
	
#fotoboek {
	position: relative;
	float: left;
	overflow-y: hidden;
	scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#000000; 
	scrollbar-base-color: #000000;
}

#groter{
	position:relative;
	height: 500px;
}

.foto {
	position: relative;
	float: left;
	height:500px;
}

div.spacer{
	position:relative;
	float:left;
	width:5px;
	height:15px;
}

a.Portfoliolink:link {
	color:#000000;
	text-decoration:none;
}

a.Portfoliolink:visited {  
	color:#000000;
	text-decoration:none;
}
a.Portfoliolink:hover {
	color:#000000;
	text-decoration:none;
}

a.Portfoliolink:active {  
	color:#000000;
	text-decoration:none;
}

a.doorstreep:link {
	color:#000000;
	text-decoration:line-through;
}

a.doorstreep:visited {  
	color:#000000;
	text-decoration:line-through;
}
a.doorstreep:hover {
	color:#000000;
	text-decoration:line-through;
}

a.doorstreep:active {  
	color:#000000;
	text-decoration:line-through;
}

a.geselecteerd:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.geselecteerd:visited {  
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.geselecteerd:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.geselecteerd:active {  
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.mailadres:link {
	color:#999;
}

a.mailadres:visited {
	color:#999;
}
a.mailadres:hover {
	color:#999;
}

a.mailadres:active {
	color:#999;
}

input{
	border:1px solid #000;
	margin-bottom:5px;
}

textarea{
	border:1px solid #000;
	margin-bottom:5px;
}

td.contactTitel{
	background-color:#000;
	color:#FFF;
	font-size:14px;
	font-style:italic;
	text-indent:5px;
	height: 21px;
}

input.button{
	background-color:#000;
	color:#FFF;
	margin-left:65px;
	font-style:italic;
	font-size:14px;
	height:25px;
}



