@import 'reset.css';

/* CSS Document */

body {
	font-family: sans-serif;
	background: #fff;
}

/* HIDDEN ELEMENTS */
#logo h1,
#logo h2,
#logo p,
#content h2,
#content h3,
#news-logo h1,
#news-header h2 {
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0);
	height: 0;
}

/* INTRO PAGE */
#intro {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -90px;
	margin-top: -140px;
	width: 180px;
	height: 280px;
	text-align: left;
	padding: 0;
	z-index: 1;
}

/* LOGO */
#intro #logo a {
	display: block;
	width: 180px;
	height: 180px;
	background: url(../images/logo180px-sprite.gif) no-repeat 0 0;
}

#intro #logo a:hover {
	background: url(../images/logo180px-sprite.gif) no-repeat 0 -180px;
}

#container #logo {
	position: absolute;
	left: 0;
	top: 630px;
	width: 100px;
	height: 100px;
	padding: 0;
	z-index: 10;
}

#container #logo a {
	display: block;
	height: 100px;
	width: 100px;
	background: #fff url(../images/logo100px-sprite.gif) 0 0 no-repeat;
}

#container #logo a:hover {
	background: #fff url(../images/logo100px-sprite.gif) 0 -100px no-repeat;
}


/* Language */
#lang {
	width: 180px;
	padding: 20px 0 0 0;
}

#lang a {
	display: block;
	color: #848484;
	line-height: 24px;
	padding: 0 0 0 30px;
}

#lang a.int {
	background: url(../images/uk.png) no-repeat 0px -20px;
}

#lang a:hover.int,
#lang a.int.active {
	background: url(../images/uk.png) no-repeat 0px 1px;
}

#lang a.nl {
	background: url(../images/nl.png) no-repeat 0px -20px;
}

#lang a:hover.nl,
#lang a.nl.active {
	background: url(../images/nl.png) no-repeat 0px 1px;
}

/* PORTFOLIO MAIN PAGE */
#container {
	width: 1030px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -515px;
	margin-top: -365px;

}

#content {
}

#photo,
#contact,
#profile-photo,
#profile-txt {
	position: absolute;
	top: 20px;
	height: 600px;
	width: 100%;
	border: 1px solid #999;
	background: #fff;
}

#thumbs {
	position: absolute;
	left: 110px;
	top: 630px;
	height: 71px;
	border: 1px solid #999;
	background: #fff;
	z-index: 1020;
	width: 918px;

}




/* MAKING OF */
/* PROFILE */
#profile-photo {
	left: 0;
	width: 598px;
}

#profile-txt {
	left: 610px;
	width: 358px;
	height: 540px;
	padding: 30px;
}


#profile-txt a {
	font-weight: 700;
	color: #999;
	text-decoration: none;
}

#profile-txt a:hover {
	color: #666;
}

#profile-txt p {
	margin: 20px 0 0 0;
}


#profile-txt-container {
}

/* CONTACT */


#contact-content {
	width: 500px;
	margin: 50px auto;
}

#contact-content p {
	width: 50%;
	float: left;
	margin: 20px 0;
}

/* THUMBNAILS */

.thumbimg {
	margin: 10px 5px;
	display: block;
	float: left;
}

/* MAIN NAVIGATION */
#nav {
	position: absolute;
	left: 110px;
	top: 703px;
	height: 27px;
	border: 1px solid #999;
	border-top: 0;
	z-index: 30;
	width: 918px;
}

#nav ul {
	list-style-type: none;
	text-align: left;
}

ul.left {
	float: left;
	width: 500px;
	
}

ul.right {
	float: right;
}

#nav ul li {
	display: block;
	height: 27px;

	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	
}

#nav ul li a {
	display: block;
	line-height: 27px;
	padding: 0;
	margin: 0px 8px 9px;
	color: #999;
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
	font-size: 11px;
}

#nav ul li a:hover {
	color: #666;
}

#nav ul li.active a,
a.active, 
a:active {
	color: #666;
}

li.active a {
	color: #333;
}

.lnrt {
	border-right: 1px solid #999;
}

#currentpage {
	font-weight: 700;
}

/* NAVIGATION BACK/NEXT */
#pf-bck {
	position: absolute;
	left: 1px;
	top: 483px;
	width: 32px;
	height: 23px;
	padding: 0;
	z-index: 40;
}

#pr-bck {
	position: absolute;
	left: 1px;
	top: 483px;
	width: 32px;
	height: 23px;
	padding: 0;
	z-index: 40;
}

a.bck {
	display: block;
	width: 32px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../images/aro-lft.png) center center no-repeat;
}

a.bck:hover {
	background: transparent url(../images/aro-lft-over.png) center center no-repeat;
}

#pf-fwd {
	position: absolute;
	left: 867px;
	top: 483px;
	width: 32px;
	height: 23px;
	padding: 0;
	z-index: 41;
}

#pr-fwd {
	position: absolute;
	left: 467px;
	top: 483px;
	width: 32px;
	height: 23px;
	padding: 0;
	z-index: 41;
}

a.fwd {
	display: block;
	width: 32px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../images/aro-rt.png) center center no-repeat;
}

a.fwd:hover {
	background: transparent url(../images/aro-rt-over.png) center center no-repeat;
}

/* MAIN WINDOW */


#pf-byline {
	position: absolute;
	left: 0;
	top: 484px;
	height: 35px;
	padding: 0 20px 0 0;
	overflow: hidden;
	z-index: 50;
}

#getinfo {
	float: right;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #fff;
}

#info {
	float: right;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #fff;
}

#see_movie {
	float: right;
	height: 35px;
	background: #fff;
}

#back_to_photo {
	float: right;
	height: 35px;
	background: #fff;
}
/* TEXT STYLING */
p {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

.prfl1 {
	width: 300px;
	padding: 20px 0 0 46px;
}

.prfl2 {
	width: 300px;
	padding: 20px 0 0 50px;
}

.cntct1 {
	float: left;
	width: 600px;
	text-align: left;
	padding: 70px 0 15px 257px;
}

.cntct2 {
	float: left;
	width: 220px;
	text-align: left;
	padding: 0 0 0 260px;
}

.cntct3 {
	float: left;
	width: 300px;
	text-align: left;
	margin: 0;
}

.cntct4 {
	margin-top: 20px;
}

.cntct5 {
	float: left;
	width: 24px;
}

#cntct a {
	font-weight: 700;
	color: #999;
	text-decoration: none;
}

#cntct a:hover {
	color: #666;
}

#cntct strong {
	font-weight: 700;
}



/* NEWS PAGE */
#news-container {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -340px;
	width: 680px;
	text-align: left;
	padding: 0;
	background: transparent;
	z-index: 1;
}

#news-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0;
}

#news-logo a {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-indent: -9999px;
	background: #fff url(../images/logo100px.gif) top left no-repeat;
}

#news-logo a:hover {
	background: #fff url(../images/logo100px_over.gif) top left no-repeat;
}

#news-header {
	position: absolute;
	left: 110px;
	top: 0;
	width: 570px;
	height: 72px;
	margin: 0;
	background: #fff url(../images/newskop.gif) top left no-repeat;
}

#news-header p {
	margin-top: 48px;
	text-align: right;
	font-weight: 700;
}

#news-container #nav {
	position: absolute;
	left: 110px;
	top: 72px;
	width: 568px;
	height: 27px;
	margin: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}


