
/*		CSS FOR WWW.COKKIESNOEI.COM

/* BASIC / LAYOUT
-------------------------------------------------------------------------------*/
html, body{
	margin:0;
	padding:0;
}
body{ 
	background:#fff;
	height: 100%;	
	font: 76% Courier New, Courier;
	color:#000;
}
#wrapper{
	width:1024px;
	height:100%;
	margin:0 auto;
}

#header{
	float:left;
	width:1022px;
	height:115px;
	margin:0 0 30px 0;
	clear:both;
}
#header .menu ul{
	float:left;
	width:695px;
	margin:95px 180px;
	padding:0;
	border:0px solid;
}

*html #header .menu ul {  /* ja voor ie6,*/
	float:left;
	width:695px;
	margin:95px 0 30px 100px;
	padding:0;
	border:0px solid;
}
#header .menu ul li{
	float:left;
	margin:0 10px 0 0;
}
#header h1.logo a {
	position:absolute;
	width: 438px;
	height: 61px;
	margin:25px 278px;
	padding:0;
	display: block;
	text-indent: -9000px;
	background:url(../layout/cokkiesnoei_logo.gif) no-repeat left;
	z-index:1; 
}
#header h1.logo a:hover {
	position:absolute;
	width: 438px;
	height: 61px;
	margin:25px 278px;
	padding:0;
	display: block;
	background:url(../layout/cokkiesnoei_logo.gif) no-repeat left;
	z-index:1; 
}
#subnav{
	float:left;
	width:251px;
	margin:1px 0 0 4px;
	padding:0;
}
#subnav .box1{
	float:left;
	width:149px;
	margin:0;
	padding:0;
	word-wrap: break-word; 
}
#subnav .box2{
	float:right;
	width:100px;
	margin:0;
	padding:0;
}
#subnav .box1 ul, #subnav .box2 ul{ 
	margin:0;
	padding:0;
}
#subnav .box1 ul li{
	width:145px;
}
#content{
	float:right;
	min-height:768px;  
	height:auto !important; /*ie6 minheight nog doen..*/ 
	height:768px;
	width:710px;
	margin:0 0 0 59px;
	padding:0;
	
}
#content .page-header{
	float:left;
	width:710px;
	height:auto;!important; /*ie6 */ 
	min-height:65px;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
}
#content .current-img {
	float:left;
	width:450px;
	height:auto;
	margin:10px 0 25px 0;
	border:1px solid #000;
}
#content .current-img img{
	display:block;
	margin:0 auto;
	padding:8px 4px 30px 4px;
	clear:both;
}
#content .view-more-work{ 
	float:right;
	width:235px;
	margin:10px 0 0 0;
	padding:0;
}
#content .view-more-work li{ 
	display:block; 
	width:70px;
	height:40px;
	margin:1px 1px 1px 0;
	padding:0;
}
#content .view-more-work li img{ 
	display:block;
	margin:0 auto;
}
#content .data{
	float:left;
	width:430px;
	margin:-20px 8px;
}
#content .data ul{
	float:left;
	width:430px;
	margin:0;
	padding:0;
}
#content .data ul li{
	float:left;
	margin:0 5px 0 0;
	padding:0;
	width:auto;
}
#content ul { 
	float:left;
	width:180px;
	margin:0;
	padding:0;
}
#content ul li{
	float:left;
	margin:0;
	padding:0;
}
#content .info-request{  
	float:left;
	width:150px;
	margin:0;
	padding:0;
	color:#FD0071;
}
#footer{
	float:left;
	width:1022px;
	margin:150px 0 25px 0;
	height:20px;
	text-align:center;

}
#footer p{
	margin: 0 auto;
}
*#quick-nav { width: 20px; position:fixed; top: 48px; left:20px;}

#quick-nav img{	padding-bottom: 3px; }

* html div#quick-nav  { width: 20px; top: 38px; left:20px; position:absolute; } 


/* TYPROGRAPHY, HEADERS, TEXT, lISTS, LINKS
-------------------------------------------------------------------------------*/

h1,h2,h3,h4{
	color:#000;
	font-weight:normal;
	margin:0;
	padding:0;

}
h1 { 
	font-size: 1.1em;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}
h2 { 
	font-size: 1em;
 }
h3, h4, p { 
	font-size: 1em;
}	
/* HEADERS FOR MAIN CONTENT 
-------------------------------------------------------------------------------*/
#content .page-header h1{
	margin:0 8px;	
	font-size: 1.3em;
}
#content .page-header h2{
	font-size: 1.2em;
	margin:2px 8px;
}
#content h1, #content h2, #content h3, #content h4{
	margin:0 8px;
	padding:0;
}

/*HEADERS SUBNAV 
-------------------------------------------------------------------------------*/
#subnav h1{
	font-size: 1.2em;
	margin:0;
	text-decoration:none;
}
/* TEXT/LISTS
-------------------------------------------------------------------------------*/
p, ul li{
	list-style-type:none;
	line-height:normal;
	margin:0;
	padding:0;
}
#content p{
	margin:0 8px;
	line-height:1.35em;
	width:450px;	/*nov*/
	word-wrap: break-word; 
}
#content p.text{
	width:450px;
	line-height:1.35em;	
}
.small {
	font-size: 0.85em; 
}
/* LINKS 
-------------------------------------------------------------------------------*/

a img{
	border:0;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	color:#FD0071;
	text-decoration:underline;
}
.current a{
	text-decoration:underline;
	font-weight:bold;
}
#header .menu ul li a{
	float:left;
	color:#000;
	background:none;
}
#header .menu ul li a:hover{
	float:left;
	color:#FD0071;
	background:none;
}
#content h1 a, #content h2 a{ 
	color:#000;
	text-decoration: underline;
}
#content h1 a:hover, #content h2 a:hover {
	color:#FD0071;
	text-decoration:underline;
}
#content .page-nav a{
	float:left;
	color:#000;
	text-decoration: none;
	margin:20px 0 0 0; /*nov*/
}
#content  .page-nav a:hover{
	color:#FD0071;
	text-decoration:underline;
}
.roze a{
	color:#FD0071;
	margin:20px 0 10px 0;
}
.roze a:hover{
	color:#FD0071;
	text-decoration:underline;
	margin:20px 0 10px 0
}

span a:hover{
	text-decoration:none;
}
p, p a:hover{
	text-decoration:none;
}
p.text a:hover{
	text-decoration:none;
}
/* SEARCH
-------------------------------------------------------------------------------*/
#search {
	padding:0 0 5px 0;
	position: absolute;
	right: 25px;
	top: 75px;
	width: 190px;
}
form#search fieldset {
	margin:0;
	padding:0;
	border: 0;
}
form#search fieldset legend {
	display: none;
}
form#search label{
	background: url(../layout/search.gif) no-repeat;
	height: 40px;
	width: 32px;
	top:15px;
	left:15px;
	float: left;
	text-indent: -4000px;
	position: relative;
	display: block;
	cursor: pointer;
}
form#search .searchbox {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 3px 0 3px 20px;
	color: #000;
	float: left;
	width: 120px;
	margin: 10px 0 0 -20px;
}

form#search .searchbox:hover{ 
	border: 1px solid #aaa; }

form#search .searchbox:focus {
	border: 1px solid #FD0071; }

/* NEWS, EXHIBITIONS, PRESS
---------------------------------------------------------------------------*/
.item {
 	float:left;
 	width:250px;
 	height:auto;
	/*min-height:50px;*/
	margin:0 0 10px;
	padding:0;
	clear:both;
}
.item h1, .item p, .item h2{
	margin:0;
	padding:0;
}
.item h1{
	font-weight:bold;
	text-decoration:underline;
	text-transform:capitalize;
}
#content .item {
	float:left;
 	width:360px;
	 height:auto;
	/*min-height:50px;*/
	margin:0 0 25px;
	padding:0;
	clear:both;
}
#content .item h1, #content .item p, #content .item h2{ 
	width:250px;
	float:right;
}
.item img{ 
	float:left;
	/*width:72px;*/
	margin:4px 10px 15px -8px;
	padding:1px 1px 20px;
	border:1px solid #AEADB2;
	
}
#content .item img{ 
	float:left;
	/*width:72px;*/
	margin:4px 10px 15px -8px;
	padding:1px 1px 20px;
	border:1px solid #AEADB2;
}




/* CONTACT, fixed images
-------------------------------------------------------------- */
.where{
	width: 400px;
	height: 169px;
	margin:40px 0;
	padding:0;
	background:url(../upload/fixed_images/gallery_surroundings.gif)no-repeat left;
}
.ceiling{
	width: 400px;
	height: 208px;
	margin: 0;
	padding:0;
	background:url(../upload/fixed_images/gallery_ceiling.gif)no-repeat left;
	
}

/* LASTLY
--------------------------------------------------------------*/
.page-nav,.page-nav a{
	float:left;
	clear:both;
	margin:20px 0;
}
.bttn{margin:10px 5px 5px;}

.floatright{ /*voor weergave contact details*/
	float:right;
	margin: 0;
	padding:0;
	width:100px;
}
.floatright h1, .floatright p{ /*voor weergave contact details*/
	margin: 0;
	padding:0;
	width:100px;
}

.grey{
	color:#CCC;
}

/*24/04/09/* exhibitions pics contact page aanpassen*/
.item img.resize{
float:left;
width:50px;
height:40px;
}

.hide{ /*verbergen default plaatje, tot nader orde 10/11/10*/
display:none;
}
