/* CSS Document */

/* PNG FIX INCLUDE kaput... */
/* img, div { behavior: url(/css/iepngfix.htc) } */
h1, h2, h3, h4, h5, h6, p {
  position: relative;
} 

* {
	padding: 0px;
	margin: 0px;
}


p {
	margin-bottom: 10px;
}


/* marges van de totale site */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	overflow: visible;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* bevat de gehele pagina */
#maincontainer {
	position:relative;
	width:100%;
	z-index:1;
	overflow: visible;
}



/* bovenste blok (1/3) */
#topback {
	position:relative;
	width:100%;
	z-index:2;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}
#topcontainer {
	position:relative;
	width:800px;
	z-index:2;
	overflow: visible;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;

}
#topdiv {
	position:relative;
	width:750px;
	z-index:2;
	overflow: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	left: 25px;
	margin: 0px;

}



/* middelste blok (2/3) bevat de navigatie en de content */
#middleback {
	position:relative;
	width: 100%;
	z-index:1;
	margin: 0px;
	overflow: visible;
	visibility: visible;
	padding: 0px;
}
#middlecontainer {
	position:relative;
	width:800px;
	z-index:1;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	text-align: left;
}
#middlediv {
	position:relative;
	width: 750px;
	min-height: 500px;
	z-index:1;
	top: 0px;
	padding: 0px;
	left: 25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
input {
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}



/* onderste blok (3/3) bevat de footer */
#footercontainer {
	position:relative;
	width:800px;
	z-index:2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	text-align: left;
}
#footerdiv {
	position:relative;
	width:720px;
	z-index:2;
	overflow: visible;
	left: 25px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

}





/* "Title" van de pagina, valt in de topdiv */
#titlediv {
	position:absolute;
	width:650px;
	height:40px;
	z-index:15;
	left: 50px;
	top: 45%;
	margin: 0px;
	padding-top: -20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#titlediv a {
	text-decoration: none;
}




/* plaatsing van de navigatie links */
.leftcolumn {
	float: left;
	min-height: 500px;
	display: block;	
	width: 200px;
	margin-bottom: 50px;
}



#leftbuttons {
	font-weight: bold;
	display: block;
	margin: 0px;
	padding-bottom: 15px;
	height: 100%;
}
#leftbuttons a {
	width: 180px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 9px;
	text-decoration:none;
}

li.inline {
	display: inline;
}




/* plaatsing van de navigatie boven */
#topbuttons {
	float: right;
	width: 525px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	margin: 0px;
	max-height: 100%;
	z-index: 15;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -1px;
	padding-left: 0px;
	right: 0px;
	top: 0px;
}
#topbuttons a {
	list-style-image: none;
	list-style-type: none;
	width: 100px;
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-align: center;
	overflow: hidden;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: inherit;
	z-index: 0;
	visibility: visible;
	font-weight: bold;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;

}
#topbuttonsbackground {
	display: block;
	width: 524px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;

}
li.inline {
	display: inline;
}




/* plaatsing van de content */
#content {
	width: 501px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
	margin: 0px;
	overflow: visible;
	visibility: visible;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 24px;
}

#contentbottom, .clearboth {
	clear:both;
}



/* vormgeving van de links in de footer */
#footerdiv a {
	text-decoration: none;
}
#footerdiv a:hover {
	text-decoration: underline;
}

.imgleft {
	padding: 0px;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	float:left;
}
.imgright {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	float:right;
}



/* Poll opmaak*/
.polldiv {
	background-image:url(/img/poll.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight:bold;
	border: solid 1px
}


#pollplacement {
	width: 180px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-top: 50px;
	float: left;
}


h1 {
	position: relative;
	margin-bottom: 10px;
}




#alineatype1 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	visibility: inherit;
}

.button {
	margin: 0px;
	padding: 5px;
}


.winkelbutton {
	margin: 0px;
	padding: 2px;
}

.winkelbutton:hover {
	cursor: pointer;
}

#alineatype1 ul { 
	margin-left: 10px;
	padding: 0px;
	text-align: left;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: none;
}

#alineatype1 li {
	margin-left: 10px;
	padding-left: 0px;
	list-style-type: disc;
}

textarea {
	width: 95%;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ul_nospace {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	display: list-item;
	margin: 0px;
}

#weblogfooter {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-size: 80%;
}
.invulveld {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.invulveld2 {
	width: 100%;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.invulveld3 {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.invulveld4 {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

.m_table  {
	width: 100%;
}
.smiley {
	padding: 9px;
}
table.withborder {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	margin-left: 1px;
	width: 100%;
}
table.withborder td {
	border-width: 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	-moz-border-radius: 0px 0px 0px 0px;
}

.ulli {
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style-type:disc;
}
.photogallerycells {
	background-image: url(/img/photoback.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	height: 125px;
	width: 125px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.phototable {
	width: 500px;
	border: 1px solid #CCCCCC;
}
.photogallerycells td, .photogallerycells tr {
	vertical-align: middle;	
}

.arrow_buttons a {
	height: 16px;
	width: 16px;
	text-decoration: none;
}


/*
JCART v1.1
http://conceptlogic.com/jcart/
*/

#jcart * {   }
#jcart, #jcart input, #jcart-tooltip {  }

.jcart fieldset, #jcart fieldset { border-style: none;	 }

#jcart table { width:100%; border-style:none; border-collapse: collapse; }
#jcart tr {  }
#jcart th, #jcart td { vertical-align:top; text-align:left; font-weight:normal; padding-top: 2px; padding-bottom: 2px;}
#jcart th { height: 30px; }
#jcart td.empty { text-align:center; }

#jcart p.jcart-error { text-align:center; padding:5px; }

#jcart strong#jcart-title {  }

#jcart th { }
#jcart th#header {  }
$jcart th#footer { width: 75%; text-align:right; height: 20px;}

#jcart td.jcart-item-qty {   }
#jcart td.jcart-item-name { width:50%;  padding-left: 10px;}
#jcart td.jcart-item-price { width:25%;  text-align:right; padding-left: 5px; }
#jcart td.jcart-item-price span { display:block; }

#jcart a.jcart-remove { font-weight:normal;padding-left: 10px; }

#jcart span#jcart-subtotal { display:block; text-align:right; line-height: 30px; }
#jcart span#jcart-subtotal strong {  }

#jcart input.jcart-button { padding:2px; margin:2px;}

#jcart input.jcart-button:hover { cursor:pointer;

}
#jcart input#jcart-checkout { float:right; }

#jcart input#jcart-paypal-checkout { display:block;  margin:20px auto; }

#jcart-tooltip { border:solid 1px #000; padding:3px 7px 3px 25px; background:url('/incl/lib/jcart/jcart/checkmark.png') 3px center no-repeat #f2fcee;  }



#cartpreview {
	position: absolute;
	display: block;
	top: 48px;
	right: 5px;

}

.showprice {
	position: relative;
	display: inline-block;
	top: -30px;
	right: 5px;
	text-align: right;

}


.wrapblock {
	position: relative;
	float: left;

}


.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 100px;

}
.wraptocenter * {
    vertical-align: middle;
}

.wraptocenter span {
    display: inline-block;
    height: 100%;
}



#big_window {
	text-align: center;	
}

table {
	width: 98%;
}
td {
	vertical-align: top;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
}

.jcarousel-clip {
	z-index: 2;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.bookmark_link {

}



.jcarousel-skin-tango .jcarousel-container {
    position: relative;
	height: 120px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 120px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 100px;
    height: 100px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 150px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/incl/lib/fotoalbum/tango/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 150px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/incl/lib/fotoalbum/tango/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/incl/lib/fotoalbum/loading.gif) no-repeat center;
}

#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: 0;
}

#lbPrevLink:hover {
	background: transparent url(/incl/lib/fotoalbum/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/incl/lib/fotoalbum/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	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(/incl/lib/fotoalbum/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}






.albumpic {
	display: inline-block;
	float: left;
	height: 112px;
	width: 112px;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
	margin-left: 16px;
	margin-bottom: 16px;

}
.whiteborder {
	display: block;
	z-index: 99;
	height: 110px;
	width: 110px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
}
#thumbs {
	margin-left: -16px;
	margin-right: -5px;
	padding-top: 16px;
}


#albumpreview ul {

	padding-top: 16px;
}
#albumpreview li {
	margin-right: 8px;
	margin-left: 0px;
}
#big_window img {
	padding: 1px;
	border: 1px solid #666;	
}

.fotoactief {
	border: 1px solid #FF0000;
}
.fotonietactief {
	border: 1px solid #333;
}

.fotobuttons {
	position:absolute;
	top: 40px;	
	right: -3px;
}


.hoverprev, .hovernext {
	display: inline-block;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	padding: 2px;

}

.smalltable {
	margin-bottom: 15px;	
	width: 50%;
}


