/* Proloog ------------------------------------- 

	Project: Portucale.nl
	Auteur: Jeroen Hulscher 
	Datum start: 26 oktober 2009
	Datum einde: tba
	
	Inhoud:
	- Resets
	- Definition styles
	- Standard styles
	- jQuery styles
	
*/

/* Resets ------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
}

body {
font-family: "Trebuchet MS", "Verdana", sans-serif;
font-size: 12px;
color: #333333;
}  

/* Sticky Footer fix */
html, body {
height: 100%;
background: url(../images/Bg.png) repeat-x left top;
}

#wrapper {
height: 100%;
margin: 0 auto 0px; 
width: 100%;
background: url(../images/contentBg.png) repeat-x center top;
}


/* Definitions ------------------------------ */

a {
color: #1276d9;
}

a:hover {
}

a:visited {
}

p {
}

h1 {
font-size: 16px;
font-weight: normal;
margin-bottom: 15px;
}

h1 span {
font-weight: bold;
}

h2 {
font-size: 15px;
color: #1461ba;
font-weight: normal;
margin-bottom: 15px;
}

h2 span,
h3 span {
font-weight: bold;
}

h3 {
font-size: 12px;
font-weight: normal;
color: #1276d9;
margin-top: 0px;
margin-bottom: 5px;
}

#logo {
position: relative;
z-index: 5;
width: 300px;
}

#header {
position: absolute;
top: 0px;
left: 50%;
z-index: 4;
margin-left: -480px;
width: 960px;
height: 200px;
}

	#contactgegevens {
	position: absolute;
	right: 0px;
	top: 32px;
	text-align: right;
	line-height: 18px;
	color: #fff;
	}
	
		#contactgegevens span {
		font-size: 14px;
		font-weight: normal;
		}
		
			#contactgegevens span.black {
			color: #333333;
			}
			
			#contactgegevens a {
			color: #fff;
			}
			
				#contactgegevens a:hover {
				color: #333333;
				}
	
	#menu {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 8;
	}
	
		#menu ul {
		float: right;
		}
		
			#menu ul li {
			float: left;
			list-style: none;
			margin-left: 30px;
			display: block;
			line-height: 50px;
			position: relative;
			font-size: 16px;
			}
			
				#menu ul li a {
				color: #fff;
				font-weight: normal;
				text-decoration: none;
				display: block;
				}
				
					#menu ul li a:hover,
					#menu ul li a.active {
					color: #333333;
					}
					
					
				#menu ul li ul {
				position: absolute;
				right: 0px;
				top: 50px;
				display: none;
				}
				
					#menu ul li:hover ul {
					display: block;
					background: url(../images/ulul.png) no-repeat left bottom;
					width: 140px;
					padding: 0px 11px 15px;
					}
				
					#menu ul li ul li {
					float: none;
					display: block;
					margin-left: 0px;
					font-size: 13px;
					line-height: 17px;
					padding: 2px 0px 3px 0px;
					}
					
					#menu ul li ul li.first {
					background: url(../images/ululli_first.png) no-repeat right top;
					padding-top: 15px;
					}
						
						#menu ul li ul li a {
						color: #419ae6;
						padding-left: 20px;
						background: url(../images/ululli_normal.png) no-repeat left 2px;
						}
						
							#menu ul li ul li a:hover {
							color: #333333;
							background: url(../images/ululli_hover.png) no-repeat left 1px;
							}
				
		

#canvas {
width: 960px;
margin: auto;
}

	#languages {
	width: 960px;
	text-align: right;
	color: #333;
	font-size: 11px;
	height: 30px;
	line-height: 20px;
	}
		
		#languages a {
		color: #535050;
		}
		
			#languages a:hover {
			color: #419ae6;
			}
	
	.kolom {
	display: block;
	float: left;
	margin-bottom: 30px;
	}
	
		.kolom p {
		margin-bottom: 15px;
		line-height: 20px;
		}
		
		.kolom ul {
		margin-bottom: 15px;
		}
		
		.kolom ul li {
		line-height: 16px;
		list-style: none;
		padding: 2px 0px 2px 13px;
		background: url(../images/contentLi.png) no-repeat left 6px;
		}
		
		.kolom ol li {
		line-height: 16px;
		list-style: inherit;
		padding: 2px 0px 2px 0px;
		margin-left: 35px;
		}
		
		.carousselImg {
		width: 586px;
		border: 2px solid #1276d9;
		}
		
		.accordion h3 {
		cursor: pointer;
		background: url(../images/accordionClosed.png) no-repeat left 3px;
		padding-left: 15px;
		font-weight: bold;
		}
		
		.accordion h3.selected {
		background: url(../images/accordionActive.png) no-repeat left 2px;
		}
		
		.accordion p {
		margin-bottom: 5px !important;
		color: #434343;
		font-size: 11px;
		padding-left: 15px;
		}
			
			.accordion ol {
			margin-bottom: 10px;
			}
			
			.accordion li {
			font-size: 11px;
			}
		
		#mail_formulier {
		width: 362px;
		}
		
		.formDiv {
		margin-bottom: 10px;
		}
		
		label {
		width: 140px;
		display: block;
		float: left;
		line-height: 20px;
		}
		
			label span,
			.verplicht span {
			color: red;
			font-weight: bold;
			}
		
		.formDiv input,
		.formDiv textarea,
		input.normalInput {
		float: left;
		width: 200px;
		border: 1px solid #b6b6b6;
		padding: 3px 10px 4px;
		font-family: "trebuchet MS";
		font-size: 11px;
		}
		
		.verplicht {
		font-size: 11px;
		color: #666;
		float: left;
		}
		
		.standardSubmit {
		height: 23px;
		line-height: 23px;
		padding: 0px 10px;
		background: url(../images/buttonBg.png) repeat-x left top;
		border: none;
		color: #fff;
		font-weight: bold;
		float: right;
		cursor: pointer;
		}
		
		table {
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 20px;
		}
		
		table td {
		line-height: 22px;
		padding: 0px 5px;
		}
		
		table th {
		background: url(../images/th.png) repeat-x left top;
		color: #fff;
		text-align: left;
		padding: 3px 5px;
		}
		
		.textcenter {
		text-align: center !important;
		padding-right: 30px;
		}
		
		blockquote {
		font-family: "georgia", serif;
		font-style: italic;
		color: #111111;
		font-size: 110%;
		}
		
		cite {
		margin-bottom: 15px;
		display: block;
		color: #419ae6;
		}
		
		.logos li {
		float: left;
		list-style: none;
		padding: 0px !important;
		background: none !important;
		}
		
			.logos li a {
			border: 1px solid #419ae6;
			height: 80px;
			width: 202px;
			display: block;
			margin: 0px 5px 5px 0px;
			text-align: center;
			line-height: 80px;
			}
			
		.kolomImg {
		width: 98%;
		border: 2px solid black;
		margin-bottom: 15px;
		}
		
input.error,
textarea.error {
border: 1px solid red;
}

label.error {
color: red;
float: right;
display: none !important;
}
	
		
		
#footerContent {
width: 960px;
margin: auto;
line-height: 30px;
color: #fff;
}

/* Standaard styles -------------------------- */

a img,fieldset { border: none;}

legend { display:none }

q { font-style: italic; }

td { vertical-align: top; }

input, label { vertical-align: middle; }

.floatleft { float: left  !important; }
.floatright { float: right  !important; }
.textright { text-align: right; padding-right: 10px !important; }
.block { display: block; }

.bold { font-weight: bold !important; }

.clearboth { clear: both; display: block; width: 100%;}

.onzichtbaar { display: none !important; }

.nopadding { padding: 0em  !important; }
.nomargin  { margin: 0em  !important; }
.noborder { border: none  !important; }
.nobg { background: none  !important; }

.p50 { width: 48%; margin-left: 2%;}

.w240 { width: 240px; }
.w350 {	width: 350px; }
.w600 {	width: 590px; margin-left: 20px; }
.w470 { width: 470px; margin-right: 10px; }

.marginTop40 { margin-top: 40px; }
.marginTop35 { margin-top: 35px; }
.marginTop20 { margin-top: 20px; }
.marginRight15 { margin-right: 15px; }
.marginBottom10 { margin-bottom: 10px; }


/* jQuery styles ----------------------------- */

.jafbeeldingenbox {
position: relative;
left: 0px;
top: 0px;
margin-bottom: 20px;
}

.jafbeeldingenbox ul {
    z-index: 1;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width:  100%;
    height: 205px;
	list-style:none;
	padding-bottom: 5px;
	background: url(../images/w540BlockBottom.png) no-repeat right bottom;
}


	.jafbeeldingenbox li {
    list-style-type: none !important;
    float: left;
    position: absolute;
    width: 585px;
    height: 205px;
	top: 0px;
	left: 0px;
	border: 2px solid #000;
	padding: 0px !important;
	}

.jafbeeldingenbox li img {
width: 100% !important;
height: 100% !important;
}
	
	.jafbeeldingenbox li.item1 {
	z-index: 40;
  	}
	.jafbeeldingenbox li.item2 {
  	z-index: 30;
 	 }
	.jafbeeldingenbox li.item3 {
  	z-index: 20;
  	}
	.jafbeeldingenbox li.item4 {
  	z-index: 10;
  	}
	.jafbeeldingenbox li.item5 {
  	z-index: 1;
  	}

    
.jcarousel-clip {
    z-index: 2;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: relative;
}

.jcarousel-control {
  position: absolute;
  width: auto !important;
  overflow: hidden;
  right: 10px;
  top: 10px;
  z-index: 130;
  display: none;
  }
  
.jcarousel-control a {
  float: left;
  height: 13px;
  width: 13px;
  margin-right: 5px;
  text-align: center;
  overflow: hidden;
  font-weight:bold;
  font-size:10px;
  text-decoration:none;
  display: block;
  background: url(../images/jcarouselInactive.png) no-repeat center top;
  text-indent: -9999px;
  outline: 0px;
  }
  
.jcarousel-control a.active {
background: url(../images/jcarouselActive.png) no-repeat left top;
color: #1d2532 !important;
}
