/* GENERAL ------------------------------------------------------------  */
* {
	padding:0;margin:0;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #bdbdbd;
	font-family: Helvetica, Arial, sans-serif;
	}

img {
	border:0;
	display:block;
	}
	
.center {
	width:960px; 
	margin:0 auto;
	}
	
.border { 
	border:0px solid red;
	}

/* HEAD ------------------------------------------------------------ */
#head {
	height:40px;
	background: #fff;
	}
	
#head h1 {
	display:none;
	}
	
#head hr{
	display:none;
	}

/* MENU ------------------------------------------------------------ */
#menu{
	padding-top:0px; 	
	}
	
#menu h2 {
	display:none;
}

#menu ul { 
	list-style-type:none; 
	padding:14px 10px 8px 13px;
}

#menu ul li { 
	display: inline;
	line-height:16px; 
	margin-right: 30px;
	background-repeat:no-repeat; 
	background-position:left top; padding-left:16px; 
	}
	
#menu hr { 
	clear:left; 
	visibility:hidden;
	line-height:0px; 
	font-size: 0px;
	}
	
#menu ul li a {
	text-decoration:none; color:#666; letter-spacing:1px; font-size:13px;
	font-family: Helvetica, Arial, Sans-Serif;
	 }
	
#menu ul li a:hover {
	color:#ff0b7e;
	}
#menu ul li strong a {
	color:#000; font-weight:normal; text-decoration:none;
	}
#menu ul li strong a:hover{
	color:#000;
	}	
	
/* SHARED ------------------------------------------------------------ */

#content{
	background:#e7e7e5;
	height:580px;
	}
	
.content_image{
}

.content_image img{
	border:5px solid white;
}
	
.onderschrift{
	text-align: right;	
	font-size:12px; line-height:20px;color:#666; 
	margin-bottom:30px; padding:3px 0px 0 0px;
	width: 320px;
}

#collections, #standard{
	padding-top: 60px;
	padding-left: 50px;
}

#collections h2, #standard h2{
	padding:0 0 0 50px;
	text-align:left;
	font-weight:normal;
	font-size:22px;	letter-spacing: 1px;
	color:#000;
	padding:0 0 0 0px;
}

#standard {
	font-size:14px;
}

#standard .left { 
	width:380px;
	float:left;
	padding-top: 20px;
	padding-left:30px; 
	
}

#standard .right {
	width:340px;
	padding-top: 20px;
	padding-right:110px;
	float:right;	
}

#standard hr { 
	clear:both; 
	visibility:hidden;
	}

#standard .left p, 
#standard .right p {
	margin:0 0 20px 0;
	} 
	
#standard a{
	color:#cc33cc;
	text-decoration: none;
	} 
		
#standard a:hover{
	text-decoration: underline;
	}
	
#standard table{
	margin-top:0px;
	}

#standard .left p, #standard .right p, #standard table{
	line-height:160%;
	}
	
	
#standard h3{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
#standard .maps{
	margin-top: 20px;
	font-size: 11px;
}
#standard .pos{
	margin-top: 40px;
}
/* HOME ------------------------------------------------------------ */

#flashcontent{
	width:960px;
	height:580px;	
	}
#homevisual		{
	width:960px;
	height:580px;
	}
	
#homevisual a{
	display: block;
	width:960px;
	height:580px;	
}
	
/* COLLECTIONS (INDEX) ------------------------------------------------------------ */

#collections div{
	margin:40px 20px 0 30px;	
	width:160px;
	float:left;
	display: inline;
	}
#collections h3{
	font-size:11px;
	letter-spacing:1px;
	font-weight:normal;
	text-align:center;
	margin:0 0 16px 0;
	color:#333;
	}
#collections hr{
	clear:left;	
	visibility: hidden;
	}
#collections a{
	display:block;	
	text-decoration:none;
	color:#000;
	}
#collections a.blocknew{
	text-align: right;
	width:160px;
	padding:85px 0 0 0;
	}
	
#collections a.blocknew:hover span{
	color:#cc33cc;
	background:url(../gfx/pijlroze.gif) no-repeat right #fff;
	}
	
#collections a.blocknew span{
	display: block;
	font-size:14px;
	line-height: 18px;
	padding:8px 22px 4px 0;
	margin-bottom:0px;
	background:url(../gfx/pijlzwart.gif) no-repeat right #fff;
	}

#collections a.shoot01{
	background:url(../content/collections/colindex01.jpg) no-repeat top left;
}
#collections a.concept01{
	background:url(../content/collections/colindex01c.jpg) no-repeat top left;
}
#collections a.shoot02{
	background:url(../content/collections/colindex02.jpg) no-repeat top left;
}
#collections a.concept02{
	background:url(../content/collections/colindex02c.jpg) no-repeat top left;
}
#collections a.shoot03{
	background:url(../content/collections/colindex03.jpg) no-repeat top left;
}
#collections a.concept03{
	background:url(../content/collections/colindex03c.jpg) no-repeat top left;
}
#collections a.shoot04{
	background:url(../content/collections/colindex04.jpg) no-repeat top left;
}
#collections a.concept04{
	background:url(../content/collections/colindex04c.jpg) no-repeat top left;
}



/* COLLECTION ------------------------------------------------------------ */

#collection{
	padding:0px 0 0 0;
	position:absolute; top:50%; display:block; height:500px; margin-top:-250px;
	
}
#collection table{
}


#collection #leftnav, #collection #rightnav{
	padding:0px 50px 0 50px;
	width:200px;	
}
#collection #leftnav h3, #collection #rightnav h3{
	font-size:12px;
	line-height:130%;
	font-weight: normal;
	text-align: center;
	margin:25px 0 8px 0;
}
#collection #leftnav a, #collection #rightnav a{	
	text-decoration:none;
	width:100px;
	color:#333;
	display: block;
	text-align:right;
	font-size:14px;
	line-height: 18px;
	padding:8px 22px 4px 0;
	background:url(../gfx/pijlzwart.gif) no-repeat right #fff ;
	
}

#collection #leftnav a:hover, #collection #rightnav a:hover{
	color:#cc33cc;
	background:#fff;
	background:url(../gfx/pijlroze.gif) no-repeat right #fff;
}

#collection #leftnav strong a, #collection #rightnav strong a{
	color:#cc33cc;	
	background:url(../gfx/pijlroze.gif) no-repeat right #fff;	
}

#collection img{
	vertical-align: middle;
	}

	
/* CONTACT ------------------------------------------------------------  */
.col1{
	width: 50px;
}
	
/* CONTACT FORM */
#standard fieldset {
	border: 0;
	}
#standard fieldset label{ 
	font-size: 13px;
	display: block; color: #333;
	}
#standard fieldset .input{
	font-family: Arial, sans-serif;
	display: block; 
	margin: 3px 0 15px 0; 
	border: 1px solid #222; 
	padding: 3px;
	}
#standard fieldset textarea{
	font-family: Arial, sans-serif;
	display: block; 
	margin: 3px 0 15px 0;
	border: 1px solid #222;
	padding: 3px;
	}
#standard fieldset .send{ 
	width: 100px; margin: 0px 0 0 100px;
	}


/* FOOTER ------------------------------------------------------------  */

#footer {	
	padding: 10px 0 0 0; margin-bottom: 30px; 
	text-align:right;
	background: url(../gfx/footer_bg.gif) repeat-x top left;
}
	
#footer p{ 
	font-family: Helvetica, Arial, Sans-Serif; 
	color:#666; font-size:11px;}
	
#footer p a{ 
	color:#666; text-decoration:none;}
	
#footer p a:hover{
	color:#333;
	}
	