html{
	height: 100%;
}
body{ 
	padding: 0;
	margin: 0;
	height: 100%;
	background: #fff;
	font: 100% arial;
}
a{
	color: #fff;
}
a:visited{
	color: #cbcbcb;
}
a:hover{
	color: #f00;
	background: #000;
}
a.kaart{
	font-size: .9em;
}
ul {
	margin: 0;
	padding: 0 0 1em;
}
ul li {
	margin: 0 0 0 1em;
}
#main{
	position: relative;
	background: #f00 ;
	min-height: 100%;
	margin: 0 49px;
	color: #000;
}
#man{
	position: fixed;
	right: 7px;
	bottom: -1px;
	z-index: 20;
	background: url(../gfx/mannetje.png) no-repeat;
	width: 254px;
	height: 266px;
}
#header{
	margin: 0;
	padding: 0 0 5px;
	background: url(../gfx/header-bg.gif) repeat-x;
	height: 57px;
	border: solid #fff;
	border-width: 30px 0 1px;
	position: relative;
	z-index: 3;
}
#header a{
	display: block;
	width: 338px;
	height: 57px;
	overflow: hidden;
	background: url(../gfx/smids-en-hooijboer.png) no-repeat 15px 3px;
	text-indent: -1000em;
	text-decoration: none;
}
#nav{
	margin: 0;
	padding: 0 15px;
	border: solid #fff;
	border-width: 4px 0 0 0;
	list-style: none;
	overflow: auto;
	background: #000;
	position: fixed;
	bottom: 0;
	right: 49px;
	left: 49px;
	height: 30px;
	z-index: 2;
	font: 100%/1.5 arial;
}
#nav li{
	margin: 4px 15px 0 0;
	padding: 0;
	display: block;
	float: left;
}
#nav li a{
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(../gfx/nav.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
}
#nav li a:hover{
	color: #f00;
}
#nav li.active a,
#nav.Props li.props a,
#nav.Decor li.decor a,
#nav.Interieur li.interieur a{
	background: url(../gfx/nav.gif) no-repeat 0 -27px;
}
#uithangbord {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#uithangbord img{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: -24px 0 0;
	border: 0;
}
#content{
	margin: 0 230px 0 15px;
	padding: 15px 0 40px;
	overflow: auto;
}
#portfolio{
	margin: 0 230px 0 0;
	padding: 0 0 40px;
	overflow: hidden;
}

#content h1{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	color: #000;
	float: left;
	clear: both;
}
#content p{
	max-width: 60em;
	clear: left;
	line-height: 1.5;
}
#portfolio p{
	max-width: 630px;
	clear: left ;
	padding: 15px 0 0 15px;
	line-height: 1.5;
}
#portfolio .homefoto{
	width: 632px;
	max-width: 100%;
	margin: 15px 0 0 15px;
}
#content a img{
	height: 200px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 4px;
	border: 4px solid #000;
	background: #fff;
}

#content a img.photos-large{
	height: auto;
	max-height: 375px !important;
	float: left;
	margin: 0 0 5px;
}
#content a:hover img{
	border: 4px solid #fff;
	background: #f00;
}
h2{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
p{
	margin: 0;
	padding: 0 0 1em;
}
#thumb-nav{
	list-style: none;
	margin: 0;
	padding: 0;
}
#thumb-nav li{
	list-style: none;
	float: left;
}
#thumb-nav a img{
	height: 60px;
	width: 60px;
	
}
#thumb-nav .current a img{
	border: 4px solid #fff;
	background: #fff;
}

.album{
	float: left;
	width: 200px;
	margin: 15px 0 0 15px;
}
.album a{
	display: block;
	border: 4px solid #000;
	width: 194px;
	color: #000;
	background: #fff;
	text-decoration: none;
	text-align: center;
	font-size: .8em;
	text-transform: uppercase;
	position: relative;
}
.album a span{
	margin: 120px 0 0;
	display: block;
	padding: 5px 0;
}
.album a:hover{
	border: 4px solid #fff;
	background: #f00;
}

.album a img{
	border: 4px solid #fff;
	position: absolute;
	clip: rect(0px 190px 120px 0px);
	left: 0;
}
.album a:hover img{
	border: 4px solid #f00;
}
