/*
Website : skikringalkmaar.nl
CSS : Frank Buschman
E-mail:frank@ihitro.nl
WWW: http://www.ihitro.nl
---------------------------------------
CSS bestand vrijgegeven door ihitro:media onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/

l-bl: #E1F2F7
d-bl: #4071B5
or: #FA5400

*/

/*******************
AJAX gegevens start
********************/
.fout {
  background-color: #FFD6CC;
}

.goed {
  background-color: #E2FECB;
}

.checkit {
  background-color: #E0E5EF;
}

span#error_100_01_01 p { 
	color: red;
	padding: 0 0 20px 20px;
}

span#message_100_01_01 { 
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 0 0 20px;
}


/*******************
AJAX gegevens einde
********************/


* {
	margin: 0;
	padding: 0;
}


body {
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	background-image:url(../site-img/bodyBg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#B0DCEB;

}

a img {
	border : none;
}

a {
	outline: none;
}

	a:link,
	a:visited {
		color:#FA5400;
		text-decoration:none;
	}
	
	a:hover,
	a:active {
		text-decoration:underline;
	}

h1 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight:normal;
	color:#4071B5;
}

h2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight:normal;
}

h3 {
	font-size: 18px;
	margin-bottom: 15px;
	color:#4071B5;
}

h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}

ul li {
	margin-left:25px;
}

ul {
	margin-bottom:15px;
}

div {
	font-size : 100%;
}

th {
	text-align:left;
}


/*--------------------------------------- layout --*/

#page-wrap {
		background: white;
		min-width: 960px;
		max-width: 1200px;
		margin: 0px auto;
	}
	
	#page-wrap #inside {
		background-color:#E1F2F7;
		
		
	}
	
div#wrapper div.content {
	margin:20px;
	margin-top:0;
}

/*--------------------------------------- home page --*/

	
#left-sidebar {
	width: 270px;
	float: left;
	padding-top: 15px;
}

	#left-sidebar div.content {
		margin:0px 10px 10px 15px;
	}	
	
	
#main-content { /* hier faux-left plaatsen */
	padding-left: 280px;
	padding-top: 10px;
}

#main-content a:link {
	color:#FA5400;
}

#main-content2 { /* hier faux-left plaatsen */
	padding-left: 280px;
	padding-right:15px;
	padding-top: 15px;
}

#main-content2 a:link {
	color:#FA5400;
}

a.knop1 {
	background-image:url(../site-img/homeAgendaBg.png);
	padding:5px 20px;
	color:#FA5400;
	text-decoration:none;
	font-size:18px;
	border-bottom:1px solid #FA5400;
	border-left:1px solid #FA5400;
	border-right:1px solid #FA5400;
}

	a.knop1:hover {
		text-decoration:underline;
	}

a.knopZip {
	padding:8px 2px;
	display:block;
	width:320px;
	text-decoration:none;
	border:1px solid #ccc;
	background-color:#fff;
	text-indent:20px;
	background-image:url(../site-img/zip-file.png);
	background-repeat:no-repeat;
	background-position:2px;
}

	a.knopZip:hover {
		text-decoration:underline;
	}

/*--------------------------------------- mod page / sidebar --*/


#left-sidebar2 {
	width: 250px;
	float: left;
	margin-top: 15px;
	margin-left:15px;
	overflow:hidden;
	background-color:#fff;
}

	#left-sidebar2 div.content {
		margin:10px;
	}

#left-sidebar2 h4 {
	color:#4071B5;
}

#left-sidebar2 table {
	margin-bottom:20px;
	width:230px;
}

	#left-sidebar2 table th {
		width:80px;
		border-bottom:1px solid #E1F2F7;
		padding:4px 0;
	}
	
	#left-sidebar2 table td {
		border-bottom:1px solid #E1F2F7;
	}

#left-sidebar2 ul li {
	list-style:square;
	color:#4071B5;
}

	#left-sidebar2 ul li span {
		color:#000;
	}
	
#left-sidebar2 div.sidebarKnoppen {
	margin-bottom:20px;
}

	#left-sidebar2 div.sidebarKnoppen ul li {
		list-style:none;
		margin:0;
	}
	
	#left-sidebar2 div.sidebarKnoppen ul li a {
		color:#FA5400;
		text-decoration:none;
		display:block;
		padding:5px;
		background-image:url(../site-img/pijlGr.gif);
		background-position:right 8px; 
		background-repeat:no-repeat;
		border-bottom:1px solid #E1F2F7;
		margin-bottom:4px;
	}
	
		#left-sidebar2 div.sidebarKnoppen ul li a:hover {
			text-decoration:underline;
		}
			
#left-sidebar2 div.sidebarLinks ul li {
	list-style:circle;
}

#left-sidebar2 div.sidebarLinks ul li a {
	color:#FA5400;
	text-decoration:none;
}
	
#left-sidebar2 div.sidebarLinks ul li a:hover {
	text-decoration:underline;
}
	
#left-sidebar2 div.agendaReizen a {
	color:#FA5400;
	text-decoration:none;
	display:block;
	font-size:14px;
}

#left-sidebar2 div.agendaReizen h4 {
	margin-bottom:5px;
}

#left-sidebar2 div.agendaReizen p {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#666;
}


	#left-sidebar2 div.agendaReizen a:hover {
				text-decoration:underline;
	}

#left-sidebar2 div.agendaReizen a.leesmeer {
	color:#FA5400;
		text-decoration:none;
		display:block;
		padding:5px;
		background-image:url(../site-img/pijlGr.gif);
		background-position:right 8px; 
		background-repeat:no-repeat;
		width:100px;
}

#left-sidebar2 div.agendaReizen a.leesmeer:hover {
				text-decoration:underline;
	}

div.beschikbaarheid {
	width:210px;
	color:#CCC;
	background-color:#fff;
	border:1px solid #ccc;
}

div.beschikbaarheid span {
	display:block;
	font-weight:bold;
	color:#CCC;
	text-align:right;
	padding:5px 0;
	background-image:url(../site-img/hBg1.png);
}

div.beschikbaarheidFoot {
	width:211px;
	color:#333;
	font-style:italic;
	text-align:right;
	border-right:1px solid #ccc;
}

div#sidebar2Knop {
		background-image:url(../site-img/homeReizenDivider.png);
		background-position:top;
		background-repeat:repeat-x;
		padding-top:10px;
		background-color:#fff;
	}
	
	div#sidebar2Knop a {
		color:#FA5400;
		text-decoration:none;
		display:block;
		padding:5px 10px 15px 10px;
		text-indent:20px;
		background-image:url(../site-img/pijlGrL.gif);
		background-position:left 11px;
		background-repeat:no-repeat;
	}
	
		div#sidebar2Knop a:hover {
			text-decoration:underline;
		}
		
		
/*--------------------------------------- home cols --*/


#homeCol2,
#homeCol3 {
	width:49%;
	float:left;
}

#homeCol2 {
	padding-right:5px;
}

	#homeCol2 div.homeColContent {	
		background-color:#fff;
	}

#homeCol3 {
	padding-left:5px;
}
	
	div.homeColContent {
		padding:5px;
	}

/*--------------------------------------- header --*/

	
#header {
	height:180px;
	background-image:url(../site-img/head.jpg);
}

	a#headHome {
		width:300px;
		margin-left:10px;
		height:180px;
		display:block;
		float:left;
	}
	
	a#keurmerk {
		width:89px;
		height:90px;
		float:right;
	
		margin-right:10px;
		margin-top:40px;
	}

/*--------------------------------------- nav --*/


#navHold {
	clear:both;
	background-color:#4071B5;
	height:35px;

}
	
/*--------------------------------------- footer --*/


#footer {
	background: #E1F2F7;
	border-top:10px solid #B0DCEB;
	padding:20px 0 10px 10px;
	color: #ccc;
}

/*--------------------------------------- homepagina reizen --*/


div.homeReis {
	margin-bottom:15px;
	
}

	div.homeReis h3 {
		background-image:url(../site-img/hBg1.png);
		color:#fff;
		font-size:20px;
		font-weight:normal;
		padding:5px;
		margin-bottom:5px;
	}
	
	div.homeReis div.plaats {
		color:#4071B5;
	}
	
	div.homeReis p {
		color:#000;
	}
	
	div.homeReis div.datum {
		color:#4071B5;
		font-style:italic;
	}
	
	div#homeReizenFoot {
		background-image:url(../site-img/homeReizenDivider.png);
		background-position:top;
		background-repeat:repeat-x;
		padding-top:10px;
		background-color:#fff;
	}
	
	div#homeReizenFoot a {
		color:#FA5400;
		text-decoration:none;
		display:block;
		padding:5px 10px 15px 10px;
		background-image:url(../site-img/pijlGr.gif);
		background-position:right 12px;
		background-repeat:no-repeat;
	}
	
		div#homeReizenFoot a:hover {
			text-decoration:underline;
		}

/*--------------------------------------- homepagina agenda --*/

div#homeAgenda {
	background-color:#E4E4E4;
	background-image:url(../site-img/homeAgendaBg.png);
	background-position:top;
	background-repeat:repeat-x;
}

	div#homeAgenda h2 {
		color:#4071B5;
		padding:10px;
		margin-bottom:0;
	}
	
	div#homeAgenda p {
		background-image:url(../site-img/homeAgendaPBg.png);
		background-position:bottom;
		background-repeat:repeat-x;
		padding:5px 10px 10px 10px;
		margin-bottom:5px;
		
	}
	
	div#homeAgenda a {
		color:#FA5400;
		text-decoration:none;
		display:block;
		padding:10px;
		background-image:url(../site-img/pijlGr.gif);
		background-position:right 14px;
		background-repeat:no-repeat;
	}
	
		div#homeAgenda a:hover {
			text-decoration:underline;
		}
		

/*--------------------------------------- txt CMS pagina's --*/

#pageHolder {
	margin:15px;
}


/*--------------------------------------- mod reizen --*/

div.reis {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

div.reis table td h2,
div.reis table td h4,
div.reis table td p {
	margin-left:10px;
}

div.reis table td h2 {
	color:#4071B5;
	font-size:22px;
}

div.reis table td a {
	color:#FA5400;
	text-decoration:none;
	display:block;
	padding:5px 0;
	width:200px;
	text-indent:10px;
	background-image:url(../site-img/pijlGr.gif);
	background-position:right 11px;
	background-repeat:no-repeat;
}

	div.reis table td a:hover {
		text-decoration:underline;
	}
	
p.reisDetailInleiding {
	font-weight:bold;
	padding:20px;
	border:1px solid #ccc;
	background-color:#fff;
	
}

div.reisDetailSlide {
	width:680px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #ccc;
	margin-bottom:20px;
}

div.reisDetailSlide img {
	margin:19px;
}
	

a.dikBoeken {
		color:#FA5400;
		text-decoration:none;
		display:block;
		padding:5px;
		width:250px;
		border:1px solid #FA5400;
		background-image:url(../site-img/pijlGr.gif);
		background-position:right 10px; 
		background-repeat:no-repeat;

	}
	
		a.dikBoeken:hover {
			background-color:#FA5400;
			background-image:none;
			color:#fff;
		}









/*--------------------------------------- mod agenda --*/

table.agendaItem {
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

table.agendaItem a {
	color:#FA5400;
	text-decoration:none;
	display:block;
	padding:5px 0;
	width:120px;
	background-image:url(../site-img/pijlGr.gif);
	background-position:right 11px;
	background-repeat:no-repeat;
}

	div.agendaItem  a:hover {
		text-decoration:underline;
	}

/* -- agenda detail -- */

p.agendaInleiding {
	font-weight:bold;
	padding:20px;
	margin-top:10px;
	border:1px solid #ccc;
	background-color:#fff;
}

div.agendaPunt {
	border-bottom:1px solid #CCCCCC;
}

ul.agendaList li {
	list-style:none;
}




/*--------------------------------------- ft --*/

table.ft1 {
	width:400px;
	margin:20px;
}

	table.ft1 th {
		width:160px;
		padding:10px 0;
		text-indent:10px;
		border-bottom:1px solid #E1F2F7;
		border-left:1px solid #E1F2F7;
	}
	
	table.ft1 td {
	}
	
table.ft2 {
	width:680px;
}

	table.ft2 th {
		width:250px;
		padding:10px 0;
		text-indent:10px;
		border-bottom:1px solid #fff;
		border-left:1px solid #fff;
	}	
	
table.ft3 {
	width:620px;
	margin:20px;
}

	table.ft3 th {
		width:250px;
		font-weight:normal;
		padding:10px 0;
		padding-left:10px;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
	}	
	
	table.ft3 input.txt {
		width:300px;
	}


div.ftHold1 {
	background-color:#fff;
	width:440px;
	margin:20px auto;
}

/*--------------------------------------- dt --*/

table.dt1 {
	width:100%;
	
}

table.dt1 thead th {
	background-color:#4071B5;
	color:#fff;
	padding:5px;
}

	#main-content2 table.dt1 thead th a:link,
	#main-content2 table.dt1 thead th a:visited {
		color:#fff;
		text-decoration:none;
	}
	
	#main-content2 table.dt1 thead th a:hover {
		color:#FA5400;
		text-decoration:none;
	}
	
table.dt1 tbody td {
	padding-left:5px;
}
	
table.dt1 tbody tr.row1 td {
	background-color:#fff;
}

table.dt1 tbody tr.row2 td {
	background-color:#e1e1e1;
}

table.dt1 tfoot td {
	background-color:#4071B5;
	padding:5px;
}
	
	
	
input.txt {
	padding:5px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #ccc;
}

select.txt {
	padding:5px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #ccc;
}

	select.fe2 {
		width:80px;
	}

input.submitKnop {
	font-family:Arial, Helvetica, sans-serif;
	color:#FA5400;
	font-size:14px;
	padding:5px 20px;
	border:1px outset #FA5400;
}

fieldset {
	border:2px solid #fff;
	margin-bottom:20px;
}

	fieldset legend {
		font-size:14px;
		padding:5px 20px;
		margin-left:20px;
		font-weight:bold;
		background-color:#E1F2F7;
	}

fieldset h3 {
	color:#4071B5;
	font-size:14px;
	margin:20px;
	margin-bottom:10px;
}

fieldset p {
	margin:20px;
}
	

/*--------------------------------------- mod foto --*/

div#gallery {
	width:570px;
	float:left;
}

div#thumbs {
	
	width:75px;
	height:500px;
	overflow:auto;
	margin-left:20px;
}

div#thumbs ul li {
	list-style:none;
	margin:0;
	
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}



/* ------------------------------------------- Special div holders ------*/

div.sd1 {
	background-color:#FFC; /*geel*/
	border:1px solid #FFE718;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
}

div.sd2 {
	background-color:#E2FECB; /*groen*/
	border:1px solid #9AFE17;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
}

div.sd3 {
	background-color:#FFD6CC; /*rood*/
	border:1px solid #FF704C;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
}



/* ------------------------------------------- Ingelogd ------*/

ul#keuzeIngelogd {
	list-style: none;	
}

ul#keuzeIngelogd li {
	border-bottom: 1px solid #ccc;
	margin-left: 0px;
	padding: 10px 0 2px 10px;
	width: 220px;	
}


/* ------------------------------------------- Tooltip ------*/

#loginhelp {
	width:440px;
	margin:20px auto;
	
}

#loginhelp span {
	display:block;
	background-image:url(../site-img/information.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	background-color:#DBE3FF;
	border:1px solid #A2B4EE;
	padding:30px;
}
