/* CSS Document */
/* author: 3SIGN 			http://www.3SIGN.com	*/
/* client: PCV				http://www.pcv.be	*/

/* main stylesheet */

/* --------------------------- LAYOUT ------------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	font: .9em/1.5em Verdana, "Helvectica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	text-align: center;
	height: 100%;
	background: #ccc5bf url(../images/bkg.jpg) 50% 629px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}

a {
	color: #c2292c;
	text-decoration: none;
}
h1,h2,h3,h4 {
	font-family: Verdana, "Hoefler Text", Georgia, Times, serif;
	color: #222;
	margin: .5em 0 .25em;
}
h4 {
	font-size: 1.2em;
}
.clear {
	clear: left;
}
#full {
	width: 100%;
	min-height: 100%;
	background: url(../images/top-bkg.jpg) 50% top repeat-x;
	padding-bottom: 40px;
}
#center {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	background:url(../images/body-bkg.jpg) 50% 518px repeat-y;
}
#content {
	width: 760px; /* 840 */
	padding: 0 40px 0;
	position: relative;
	background: url(../images/header-bkg.jpg) center top no-repeat;
}
#contentMenu {
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: left;
}
#contentMenu ul {
	margin: 0;
	padding: 0;
}
#contentMenu ul li {
	display: inline;
	float: left;
	height: 18px;
	margin-right: 15px;
	padding: 0 5px 6px 5px; 
	background: url(../images/nav-lijn.png) 0 17px no-repeat;
}
#contentMenu ul li.active {
	background: url(../images/nav-lijn-active.gif) 0 17px no-repeat;
}
#contentMenu ul li a:hover {
	color: #7b1111;
}
#contentMenu ul li.active a {
	color: black;
	font-weight: bold;
}
#jumpers {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#body {
	/*background:url(../images/bottom.jpg) 50% 100% no-repeat;*/
}

#bottom {
	background:url(../images/bottom.jpg) 50% 100% no-repeat;
	padding-bottom: 20px;
}

#header {
	height: 269px;
	padding-top: 80px;
	position: relative;
}

#header h1 {
	margin: 0;
	position: absolute;
	top: -15px;
	left: 20px;
	z-index: 100;
	width: 148px;
}
#banner {
	position: relative;
	padding-left: 230px;
}
#language {
	text-align: right;
	padding-right: 25px;
	margin-top: -20px;
}
#language ul {
	
}
#language ul li {
	display: inline;
}
#language ul li a {
	font-family: "Hoefler Text", Georgia, Times, serif;
	font-weight: bold;
	font-size: 1.15em;
	color: #9b9ca0;
}
#language ul li.activelang a {
	color: #c2292c;
}
#frame {
	position: relative;
	z-index: 100;
}
#places {
	position: absolute;
	z-index: 110;
	top: -70px;
	left: 280px;
}
#bannerImage {
	width:463px;
	height: 204px;
	z-index: 10;
	left: 255px;
	top: 20px;
	position: absolute;
	background: #999 url(../images/banner.jpg) 50% 50%; no-repeat;
}
#vliegtuig1, #vliegtuig2 {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	z-index: 120;
}
#vliegtuig1 {
	width:80px;
	height:63px;
	top:-50px;
	left:210px;
	background-image:url(../images/vliegtuig1.png);
}
#vliegtuig2 {
	width:174px;
	height:64px;
	top:-50px;
	right:-70px;
	background-image:url(../images/vliegtuig2.png);
}

/* --------------------------- /LAYOUT ------------------------------------ */

/* --------------------------- hetWeer ------------------------------------ */
#hetWeer {
	text-align: left;
	position: absolute;
	font: 12px "Hoefler Text", Georgia, Times, serif;
	top: 250px;
	left: 80px;
	padding-top: 15px;
	z-index: 200;
}

#hetWeer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#hetWeer ul li {
	color: #555;
	cursor: pointer;
	margin-bottom: 2px;
}

#hetWeer ul li.active {
	font-weight: bold;
	color: #c2292c;
}

#hetWeer ul li.active ul li {
	color: #222;
}

#hetWeer ul li ul {
	padding: 2px 0 0 16px;
}

#hetWeer ul li ul li {
	cursor: default;
}

#weerImage {
	position: absolute;
	top: -30px;
	left: 110px;
}
/* --------------------------- /hetWeer ------------------------------------ */

/* --------------------------- navigation ------------------------------------ */
#navigation {
	text-align: left;
	padding-left: 40px;
	float: left;
	width: 156px;
}
#navigation ul {
	font: 1.2em "Hoefler Text", Georgia, Times, serif;
	list-style: none;
	margin: 0;
	padding: .5em 0 0 0;
}
#navigation li {
	padding: 0;
}
#navigation li a {
	color: #000;
	display: block;
	background:url(../images/nav-lijn.png) 0 100% no-repeat;
	padding: .4em 0 .2em 0;
}
#navigation li.active a, #navigation li.active ul li.active a, #navigation li.active li.active ul li.active a {
	color: #c2292c;
}
#navigation li.active ul a, #navigation li.active ul li.active ul a {
	color: #000;
}
#navigation ul ul {
	font-size: .9em;
	padding: .25em 0 .25em 1em;
}
/* --------------------------- /navigation ------------------------------------ */

/* --------------------------- login ------------------------------------ */
#login {
	margin: 2em 0 0 0;
}
#login fieldset {
	border: 0;
	padding: 0;
}
#login h3 {
	font: 1.2em "Hoefler Text", Georgia, Times, serif;
	color: #333;
	width: 156px;
	display: block;
	padding: 0 0 .25em 0;
	background:url(../images/login-lijn.png) 0 100% no-repeat;
	margin-bottom: .5em;
}
#login input {
	width: 120px;
	display: block;
}

.submit {
	display: block;
	margin-top: 8px;
}

.error {
	color: red;
}

.logout {
	margin-top: 12px;
}
/* --------------------------- /login ------------------------------------ */

/* --------------------------- pageContent ------------------------------------ */
#pageContent {
	margin-left: 230px;
	padding-right: 40px;
	text-align: left;
}

#pageContent div.content {
	float: left;
}

#pageContent .text_item {
	clear: left;
}

#pageContent .images {
	float: left;

}
/* --------------------------- /pageContent ------------------------------------ */


/* --------------------------- footer ------------------------------------ */
#footer {
	font-size: .85em;
	color: #888;
	padding: 20px 40px 0;
	clear: both;
}
#footer a {
	color: #888;
	text-decoration: none;
}
#footer p {
	margin: 0;
	text-align: right;
}
/* --------------------------- /footer ------------------------------------ */

/* --------------------------- secondaryNavigation ------------------------------------ */
#secondaryNavigation ul {
	list-style: none;
	padding: 0 0 1.5em;
	margin: 0;
}
#secondaryNavigation li {
	float: left;
	padding-right: 1em;
}
#secondaryNavigation a.active, #secondaryNavigation li.active a {
	color: #333;
}
/* --------------------------- /secondaryNavigation ------------------------------------ */

/* --------------------------- image ------------------------------------ */
.image {
	background: #b1b1b3;
	padding: 0 1px 1px 0;
	border: 1px solid #d1d0ce;
	border-color: #e9e9e9 #d1d0ce #d1d0ce #e9e9e9;
	float: left;
	margin: .15em 1.5em 1em 0;
}
.image img {
	border: 4px solid #fff;
	margin: 0;
	display: block;
}
/* --------------------------- /image ------------------------------------ */

/*--------------------------- googlemap --------------------------------*/
.googlemap {
	border: 1px solid #d1d0ce;
}
/*--------------------------- /googlemap --------------------------------*/

/*---------------------------- copy ---------------------------------------*/
#copy {
	font-size: .8em;
	color: #fff;
}
#copy a {
	color: #fff;
}
/*---------------------------- /copy ---------------------------------------*/

/*---------------------------- reservatie ----------------------------------*/

#reservatie fieldset {
	border: 1px solid #ccc;
	margin: 1em 0 2em;
	padding: 1em 1.5em;
}

#reservatie legend {
	font-size: 1.1em;
	color: #222;
}

#reservatie .formItem {
	clear: left;
	margin: .5em 0;
}

#reservatie label {
	float: left;
	width: 170px;
}

#reservatie input.small {
	width: 40px;
}

#reservatie input.medium-small {
	width: 80px;
}

#reservatie input.medium {
	width: 120px;
}

#reservatie input.large {
	width: 180px;
}

#reservatie table {
	border-collapse: collapse;
}

#reservatie td, #reservatie th {
	padding: 4px 8px;
	text-align: center;
}

#reservatie table label {
	display: block;
	width: 146px;
	text-align: left;
}
/*--------------------------- /reservatie ----------------------------------*/

#nieuws ul {
	margin: 0;
	padding: 2px 0 8px;
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}

#nieuws-title {
	font-size: 14px;
	margin: 0;
	padding: 0 0 4px;
}

#nieuws li {
	padding: 0;
	margin: 0;
	font-size: .85em;
}

#nieuws span.datum {
	font-style: italic;
	font-size: .9em;
}

.errors {
	color: red;
}

.alert, .errors  {
	padding: 8px 12px 22px 55px;
	background: url(../images/bg_messageALERT.gif) 12px 8px no-repeat;
	border: 1px solid #ccc;
	margin: 0;
	list-style: none;
}

.notify {
	color: red;
	padding: 8px 12px;
	border: 1px solid #ccc;
}


/**------------------------ activiteit popup --------------------------------*/
body.popup {
	text-align: left;
	color: #222;
	padding: 20px;
	background: url(../images/body-bkg.jpg) 50% 50% repeat-y;
}

p.datum {
	margin: 0;
	font-size: .9em;
}

/**---------------------- kalender ---------------------------------*/
table.kalender td, table.kalender th {
	padding-right: 12px;
}

table.kalender td.datum {
	font-size: .9em;
	font-style: italic;
}

table.kalender td.int {
	text-align: right;
}

table.kalender tbody tr:hover {
	background: #d1d1d1;
}

/**---------------------- dienstregeling ---------------------------------*/
.dienstregeling {
	margin-bottom: 20px;
}
.dienstregeling h1 {
	font-size: 13px;
	color: #555;
	text-decoration: underline;
	font-weight: bold;
}
.dienstregeling ul {
	margin: 0;
	padding:0;
}
.dienstregeling ul li {
	list-style: none;
	cursor: pointer;
}
.manifester_unavailable {
	color: #c2292c;
	text-decoration: line-through;
}
/** -------------------- webcam ------------------------------------*/
.webcam-container {
	margin-top: 10px;
}

.webcam-container img {
	border: 1px solid #bbb;
}