@charset "UTF-8";
/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
#portfolio{
	width:849px;
	padding-left: 42px;
	padding-right:42px;
		}
		
.Accordion {
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;	
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background:url(../images/portfolio/achter_tabdown.jpg) bottom repeat-x;
	height:100px;
	background-color: #CCCCCC;
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	margin: 0px;
	padding: 10px 2px 2px 10px; /*top right bottom left*/
	cursor: pointer;
}

.AccordionPanelContent {
	margin: 0px;
	padding: 0px;
	height:400px;
	border: solid 1px #c1d5e2;
}

.AccordionPanelOpen .AccordionPanelTab {
	background:url(../images/portfolio/achter_tabover.jpg) bottom repeat-x;
	border: solid 1px #c1d5e2;
}

.AccordionPanelTabHover {
	background:url(../images/portfolio/achter_tabover.jpg) bottom repeat-x;
	border: solid 1px #c1d5e2;
}

.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}

/* ----------------------------------------------- end accordion-------------------------------------------------*/
		
#portfolio img {
	margin-right:0px;
	float:left;
}	

.port_afbeelding{ 
	padding:27px 10px 0px 0px;/*top right bottom left*/
	vertical-align:top;
}

.portfoliotop {
	height:25px;
	text-align:right;
	padding-top:5px; 
	padding-bottom:10px;
}

.navigatie {
	padding-left:10px;
	padding-bottom:10px;
}

.meer { 
	color:#990000;}

.portklein {
	width:300px;
	padding:0px 0px 0px 0px;/*top right bottom left*/
	margin:0px 0px 0px 0px;/*top right bottom left*/
	}
	
.logo {
	padding-right:15px;
	float:left;
	}

.plaatje { 
	float:left;
	width:125px;
	height:148px;
	border:0px;
	margin:5px;
	padding:5px;
	display: inline;
	}
	
.plaatje a:hover{
	float:left;
	border: solid 1px #c1d5e2;
	width:125px;
	height:148px;
		margin:-1px;
	padding:-1px;
	}
	
#plaatjes {
	height:auto;
	width:290px;
	display:block;
	overflow:hidden;	
	}	


/*------------------------------------------------ SLIMBOX -----------------------------------------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
	width:89px;
	height:12px;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left:-10px;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.jpg) no-repeat 0% 35%;
}

#lbNextLink {
	right:-10px;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.jpg) no-repeat 100% 35%;
}

#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.jpg) no-repeat center;
	margin: 5px 0;
}

/*#lbCloseLink:hover {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel_o.gif) no-repeat center;
	margin: 5px 0;
}*/

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
