/* Proloog ------------------------------------- 

	Project: eBlinc
	Auteur: Jeroen Hulscher
	Datum start: 14 september 2009
	Datum einde: 6 oktober 2009
	
	Inhoud:
	- Resets
	- Definition styles
	- Standard styles
	- jQuery styles
	
	LET OP: Kleuren worden geregeld in colors.css
*/

/* 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;
outline: 0;
}

body {
font-family: "Arial", sans-serif;
font-size: 11.5px;	
}  

html, body {
height: 100%;
overflow: hidden;
}

a { 
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}

li { 
list-style: none;
}
/* Definitions ------------------------------ */

h1 {
font-size: 15px;
margin-bottom: 10px;
color: #1a2f5b;
}

h2 {
font-size: 12px;
color: #414042;
font-weight: bold;
margin: 15px 0px 10px;
}

h3 {
font-size: 11.5px;
font-weight: bold;
margin: 10px 0px;
}

#container {
width: 962px;
margin: 0px auto 0px;
position: relative;
}

	#logo {
	width: 182px;
	height: 90px;
	background: url(../images/logoBg.png) no-repeat left top;
	padding: 0px 0px 0px 8px;
	position: absolute;
	z-index: 1000;
	left: 755px;
	}

	#menu {
	height: 50px;
	background: url(../images/headerBg.png) no-repeat left top;
	padding-left: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 999;
	}
	
	#menuBg {
	position: absolute;
	left: 5px;
	top: 0px;
	width: 955px;
	height: 20px;
	z-index: 998;
	}
	
		#menu ul {
		display: block;
		height: 33px;
		margin-left: 5px;
		padding-top: 13px;
		}
		
		#menu li {
		float: left;
		height: 33px;
		line-height: 33px;
		display: block;
		position: relative;
		}
		
			#menu li a {
			padding: 0px 8px;
			display: block;
			text-decoration: none;
			font-weight: bold;
			color: #000;
			}
			
			#menu li ul {
			display: none;
			}
			
			#menu li:hover ul,
			#menu li.ie6hover ul {
			display: block;
			background: url(../images/ulul_top.png) no-repeat left top;
			position: absolute;
			left: 0px;
			top: 25px;
			height: auto !important;
			width: 171px;
			padding: 10px 0px 0px 0px !important;
			z-index: 205;
			}
			
				#menu li ul li 
				{
				font-size:10px;
				display: block;
				float: none;
				height: auto !important;
				line-height: 16px;
				}
				
				#menu li ul li a {
				border: none !important;
				display: block;
				padding: 3px 10px 3px 15px;
				}
				
					#menu li:hover ul li ul,
					#menu li.ie6hover ul li ul {
					display: none;
					position: absolute;
					left: 95%;
					top: 0px;
					padding-top: 5px;
					}
					
						#menu li ul li:hover ul,
						#menu li ul li.ie6hover ul {
						display: block;
						background: url(../images/ulul_top.png) no-repeat left top;
						height: auto !important;
						width: 171px;
						z-index: 1108;
						}
				
				ul li.lastItem {
				background: url(../images/ulul_bottom.png) no-repeat 1px 20px;
				display: block;
				padding-bottom: 8px;
				}
				
				ul li ul li.lastItem {
				}
			
	#kruimelpad {
	position: absolute;
	left: 16px;
	top: 0px;
	width: 400px;
	height: 10px;
	z-index: 1002;
	}
		
		
		
		#kruimelpad li {
		float: left;
		list-style: none;
		font-size: 9px;
		margin-right: 5px;
		line-height: 13px;
		}
		
			#kruimelpad li a {
			color: #000;
			text-decoration: none !important;
			}
				
			
	#content {
	background: url(../images/contentBg.png) repeat-y left top;
	position: relative;
	top: 15px;
	margin: 0px 0px 0px 11px !important;
	width: 886px;
	padding: 20px 20px 10px 20px;
	}
	
	#taal{
	
	position: relative;
	left: 300px;
	top: 10px;
	
	}
	
	#logotop {
	
	position: relative;
	left: 30px;
	top: 31px;
	
	}
	
		#contentVlak {
		width: 676px;
		padding: 0px 20px;
		}
			#img{
			
			float:right;
			position:relative;
			margin: 4px;
			
			}
			
			#divider{
			position: relative;
			margin-top:10px;
			margin-bottom:10px;
			border-top-style:solid;
			border-top-color:#1A2F5B;
			border-top-width:5px;
			
			}
			
			#img1{
			float:left;
			padding-top:20px;
			
			}
			
			#kaart{
			
			top:00px;
			position: relative;
			float:right;
			left:-4px;
			
			}
			
			#contentVlak h3{
			
			color:#1A2F5B;
			font-size: 12px;
			
			}
			
			#contentVlak p {
			position: relative;
			line-height: 20px;
			margin-bottom: 10px;
			
			font-size: 11.5px;
			}
			
			#onderschrift {
			
			font-weight: bold; 
			padding-bottom: 20px;
				
			}
			
			#contentVlak a {
			font-weight: bold;
			text-decoration: none;
			}
			
				#contentVlak a:hover {
				text-decoration: underline;
				}
			
			
	#sideBar {
	position: absolute;
	z-index: 201;
	left: 755px;
	top: 93px;
	}
	
		.block {
		display: block;
		
		}
		
			.blockTop {
			width: 190px;
			height: 15px;
			display: block;
			}
			
			.blockContent {
			width: 155px;
			padding: 0px 15px 0px 20px;
			display: block;
			position: relative;
			height: 150px !important;
			}
			
				.blockContent h3 {
				font-size: 10px;
				font-weight: bold;
				color: #1A2F5B;
				margin: 5px 0px 10px 0px !important;
				}
		
		.verplicht {
			font-weight: bold;
			}
		.button {
		
		margin-top: 10px;
		
		}
		
			table {
			border-collapse: collapse !important;
			}
			
			td {
			/*border-bottom: 1px solid #bec0c2;*/
			color: #404041;
			font-weight: bold;
			overflow: hidden !important;
			height: 17px;
			line-height: 15px;
			}
			
				td label {
				color: #404041;
				}
				
				td input {
				height: 15px;
				width: 175px;
				padding: 2px 5px 0px;
				border: none;
				font-weight: bold;
				font-family: "Arial", sans-serif;
				color: #404041;
				font-size: 11px;
				margin: 0px !important;
				overflow: hidden;
				position: relative;
				top: 0px;
    left: -1px;
}
				td select {
				height: 19px;
				width: 175px;
				padding: 0px 0px 0px;
				border: none !important;
				border-width: 0px;
				font-weight: bold;
				font-family: "Arial", sans-serif;
				color: #404041;
				font-size: 11px;
				margin: 0px !important;
				overflow: hidden;
				position: relative;
				top: 0px;
				}
				td textarea {
				width: 165px;
				padding: 2px 5px 0px;
				border: none !important;
				font-weight: bold;
				font-family: "Arial", sans-serif;
				color: #404041;
				font-size: 11px;
				margin: 0px !important;
				overflow: hidden;
				position: relative;
				top: 0px;
				}
			
		
			
#footer {
width: 954px;
background: url(../images/footerBg.png) repeat-x left top;
height: 9px;
overflow: hidden;
position: absolute;
clear: both;
bottom: -24px;
left: 53%;
margin-left: -506px;
}


/* jQuery styles ---------------------------- */

.customSelect {
display: block;
clear: both;
}

.accordion {
width: 184px;
background: url(../images/accordionBg1.png) repeat-y left top;
padding-left: 5px;
padding-right: 1px;
}

	.accordion h3 {
	font-size: 11.5px;
	font-weight: bold;
	margin-top: 0px;
	}
	.accordion p {
		color: #3a3838;
		text-decoration: none;
		font-size: 11px;
		}
	
		.accordion a {
		color: #3a3838;
		text-decoration: none;
		font-size: 11px;
		}
			
			.accordion a:hover {
			text-decoration: underline;
			}
			
	.accordionTop {
	width: 190px;
	height: 9px;
	background: url(../images/accordionTop.png) no-repeat left bottom;
	margin-top: 5px;
	}
	
	.accordionBottom {
	width: 190px;
	height: 14px;
	background: url(../images/accordionBottom1.png) no-repeat left top;
	}

	a.accordionTrigger {
	cursor: pointer;
	clear: both;
	color: #585757 !important;
	display: block;
	padding-left: 30px;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none !important;
	background: url(../images/triggerInactive.png) no-repeat 18px 10px;
	border-bottom: 1px solid #000;
	}
	
	a.accordionTrigger.selected {
	background: url(../images/triggerActive.png) no-repeat 18px 10px;
	border-bottom: none !important;
	}
	
	.accordion div {
	padding: 0px 10px 0px 20px;
	border-bottom: 1px solid #000;
	}
	
	.accordion div p {
	margin-bottom: 10px;
	}
	
	#accordionLastTrigger,
	#accordionLastDiv {
	border-bottom: none !important;
	}
	
	
hr {
height: 1px !important;
overflow: hidden;
border: none !important;
}


td, select {
font-size: 11.5px;
}

/* Normal input button lay-out outside loginForm */
.submitButton
{
border: 1px solid #6c6d70;
padding: 2px 5px;
margin-bottom: 5px;
width: 140px;
height: 20px;
width: auto !important;
color: #fff;
cursor: pointer;
}

.submitButton:hover {
background: #999;
color: #000;
}

/* End - Added by Patrick Keukens */
	

/* Standard styles -------------------------- */

a img,fieldset { border: none;}

legend { display:none }

q { font-style: italic; }

td { vertical-align: top; }

input, label { vertical-align: middle; }

input { font-family: "Arial", sans-serif; }

.floatleft { float: left  !important; }
.floatright { float: right  !important; }
.block { display: block; }


.bold { font-weight: bold !important; color: #2f2f2f; }

.imgleft { margin-right: 10px; margin-bottom: 10px; }
.imgright { margin-left: 10px; margin-bottom: 10px; }

.clearboth { clear: both; display: block; }

.hidden { display: none !important; }

.padding10 { padding: 10px;}

.noBottomPadding { padding-bottom: 0px;}

.nopadding { padding: 0px  !important; }
.nomargin  { margin: 0px  !important; }
.noborder { border: none  !important; }
.nobg { background: none  !important; }
.nobullet { list-style:none; }


.marginTop3 { margin-top: 3px !important; }
.marginTop5 { margin-top: 5px !important; }
.marginTop10 { margin-top: 10px !important; }
.marginTop20 { margin-top: 20px !important; }
.marginTop25 { margin-top: 25px !important; }
.marginRight5 { margin-right: 5px !important; }
.marginRight10 { margin-right: 10px !important; }
.marginRight15 { margin-right: 15px !important; }
.marginRight20 { margin-right: 20px !important; }
.marginBottom5 { margin-bottom: 5px !important; }
.marginBottom20 { margin-bottom: 20px !important; }
.marginLeft20 { margin-left: 20px !important; }

.textleft { text-align: left; }
.textright { text-align: right; }

.p50 { width: 50%;}
.p48 { width: 47.8%; margin-right: 2%; }

.w150 { width: 150px; border-bottom: 1px solid #bec0c2 !important; }
.w185 { width: 175px; border-bottom: 1px solid #bec0c2 !important; }
.w185white { width: 175px; border-bottom: 1px solid #bec0c2 !important; }
.w33pwhite { width: 33%; vertical-align:middle; text-align:center; border-bottom: 0px solid #FFFFFF !important; }
.w300 { width: 300px; }
.w340 { width: 340px; }
.w440 { width: 440px; }
.w540 { width: 540px; }
.w460 { width: 440px; }


/* Sifr styles --------------------------------- */

.sIFR-flash {
	visibility: visible;
	margin: 0px !important;
	padding: 0px !important;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Clear fix ----------------------------------- */

.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/* Scrollpane styles */

.scroll_pane {
	overflow: auto;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/scrollTrack.png) repeat-y left top;
}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	height: 20px !important;
	width: 20px;
	background: url(../images/scrollPane.png) no-repeat left top;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/scrollUp.png) no-repeat left top;
	height: 16px;
	width: 16px;
}


a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/scrollDown.png) no-repeat left top;
	height: 16px;
	width: 16px;
}





