*{
	margin:0;
	padding:0;
}
@font-face {
    font-family: 'QuicksandBookRegular';
    src: url('fonts/quicksand_book-webfont.eot');
    src: url('fonts/quicksand_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand_book-webfont.woff') format('woff'),
         url('fonts/quicksand_book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	background-color:#000;
	min-width:960px;
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	font-family: 'QuicksandBookRegular';
	color: #FFF;
}

a{
	color:#fff;
	text-decoration:none;	
}   
a:visited {/* visited link */
 	color:#ccc;
}  
a:hover { /* mouse over link */
 	color:#999;
 	text-decoration: underline;
}  
a:active {/* selected link */
 	color:#ccc;
}

.fat {
	clear:both;	
	color:#fff;
	font-weight: 600;
}

#container {
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
}
#menu{
	z-index: 50;
	position: absolute;
	top:50px;
	right:40px;
	color: #fff;

}
#menu li{
	clear: none;
	float: left;
	padding: 5px 10px;
	margin: 5px;
	cursor: pointer;
}
.alpha60 {
/* Fallback for web browsers that don't support RGBa */
background-color: rgb(0, 0, 0);
/* RGBa with 0.6 opacity */
background-color: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#logo{
 	position: absolute;
 	bottom:8px;
	right:50px;
}
#contact{
	font-size: .90em;
	position: absolute;
	color: #FFF;
	bottom:15px;
	right:40px;
} 	
#overlay {
	display:none;
	background:url(../images/alpha.png);
	/*background:rgba(0, 0, 0, 0.8) url();*/
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
}

#henk{
	position: absolute;
	height: 100%;
	left: -325px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#portfolio{
	height: 100%;
	width: 325px;
	background-color:#333;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#content{
	position: absolute;
	width:500px;
	min-height:30%;
	left:50%;
	margin-left: -250px;
	padding: 20px;
	border-radius: 6px;	
	-moz-border-radius: 6px;	
	-webkit-border-radius: 6px;
}
#albums{
	position: absolute;
	left: 15px;
	top:500px;
}
#albums span{
	background: #444;
	float:left;
	cursor: pointer;
	clear: both;
	padding: 5px;
	margin: 5px 0px;
}
#albums span:hover{
	background: #555;
}
#thumbs {
	float: right;
	padding-top: 30px;
	margin: 0 30px;
}
li {
	list-style:none;
}
li a {
	outline:none;
}


a img {
	border:5px solid #444;
}
a:hover img {
	border:5px solid #555!important;	
}
a:active img {
	border:5px solid #777;
}
#slideshow{
	float: right;
	margin: 25px 30px 10px 30px;
	margin-bottom: 10px!important;
}
#thumbnail{
	width:100px;
	height:100px;
}
.ThumbNs{
	cursor: pointer;
	border:0;	
	padding: 7px;
}
.ThumbNs:hover {
	border:0!important;
}
.ThumbS{
	border:5px solid #444;
}

#pause {
	background:#000;
	cursor:pointer;
	display:none;
	font-size:30px;
	width:110px;
	height:110px;
	line-height:100px;
	position:absolute;
	text-align:center;
	z-index:100;
}


.In, .Out, .Toggle{
	position: absolute;
	top:15px;
	left:325px;
}
.Toggle{
	z-index: 100;
	height: 30px;
	width: 30px;
}
.In{
	background: url(../images/in.png) no-repeat 0 0;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.Out{
	background: url(../images/out.png) no-repeat 0 0;
}
#up, #down{
	cursor: pointer;
}
#up_space{
	height:12px;
	width:17px;
	margin: 0 0 10px 64px;
}
#down_space{
	height:12px;
	width:17px;
	margin:10px 0 0 64px;
}

.ie h1, .ie h3, .ie a img, #footer {
  	zoom: 1; 
}
p.shadow{
	-moz-text-shadow: 1px 1px 1px #222;
	-webkit-text-shadow:1px 1px 1px #222;
	text-shadow:1px 1px 1px #222;
}

#contentForm h1 {
  margin: 0 20px 0 15px;
}

#contentCont p,a{
	margin-left: 20px;
}

#contentCont,
#contentForm {
  display: none;
  margin: auto;
  width: 500px;
}
 
h1 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
}

a{
	cursor: pointer;
}

form {
  margin: 0 0 20px;
}
table {
  margin: 0 auto;
  color: #FFF;
}
td {
  padding: 0 0 5px;
}
tr td:first-child {
  padding-right: 10px;
  padding-top: 11px;
  text-align: right;
  vertical-align: top;
}
.error[generated=true] {
  color: #dc0000;
  font-size: 16px;
  padding: 5px 0 2px 5px;
}
input, textarea {
  background: #FFF;
  border: 3px solid #7a91a1;
  font: inherit;
  font-size: 16px;
  line-height: 29px;
  min-height: 30px;
  padding: 5px 10px;
  width: 300px;
  opacity:0.8;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
input:focus, textarea:focus {
  border-color: #b0c3d0;
  outline: none;
}
textarea {
  height: 240px;
  resize: vertical;
}
input[type=submit] {
  background: #24333d;
  color: #FFF;
  font: inherit;
  padding: 7px 20px;
  width: auto;
}
 
#response {
  margin-bottom: 20px;
  text-align: center;
}
#response .success {
  color: #08a300;
}
#response .failure {
  color: #dc0000;
}