/* STEDELIJK TIJDELIJK CASCADING STYLE SHEET FOR SCREEN */

/* ELEMENTS .................................................. */
/* With a few helper classes thrown in... */

/*
From top to bottom... 
- Body
- Headers (including classes for things that look like headers, and style exceptions for Cufon)
- Paragraphs and Lists
- Tables
- Forms
- Links (as in the a (anchor) element, including classes for things that look like links)
-- Normal
-- Reverse
-- In headers
- Images (as in the img element)
*/

/* Elements BODY */

body {
	margin: 0;
	padding: 0;
	font-size: 75%; /* = 12px (desired font size) / 16px (browser font size) */ /* Result = Target / Context */
	line-height: 1.333333333333333em; /* = 16px (desired line height) / 12px (new default font size) */ /* Result = Target / Context */
	font-family: "Lucida Grande", Arial, sans-serif;
	color: black;
}

/* Elements HEADERS */

h1, .h1, h2, .h2,
h3, .h3, h4, .h4,
h5, .h5, h6, .h6 {
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 1.333333333333333em; /* = 1.333...em X font-size of each header element */ 
	font-family: Tahoma, Verdana, sans-serif;
}

.cufon-active h1, .cufon-active .h1, .cufon-active h2, .cufon-active .h2,
.cufon-active h3, .cufon-active .h3, .cufon-active h4, .cufon-active .h4,
.cufon-active h5, .cufon-active .h5, .cufon-active h6, .cufon-active .h6 {
	line-height: .4em; /* For Cufon font (Univers65) */
	letter-spacing: -1px;
}

h1, .h1 { font-size: 2.0em; } /* For default font */
h2.h1 { margin-bottom:30px; }
h2.carrouselHeader { margin-bottom:0!important; }
.cufon-active h1, /* For Cufon font (Univers65) */
.cufon-active .h1,
.cufon-active #main-content-home-1 h2, /* For text entered by the client. */
.cufon-active #main-content-home-1 h2 { font-size: 2.666666666666667em; } /* = 32px (desired font size) / 12px (default font size) */ /* Result = Target / Context */

h2, .h2 { font-size: 1.9em; } /* For default font */
.cufon-active h2, /* For Cufon font (Univers65) */
.cufon-active .h2 { font-size: 2.5em; } /* = 30px (desired font size) / 12px (default font size) */ /* Result = Target / Context */

h3, .h3 { font-size: 1.8em; } /* For default font */
.cufon-active h3, /* For Cufon font (Univers65) */ 
.cufon-active .h3 { font-size: 2.333333333333333em; } /* = 28px (desired font size) / 12px (default font size) */ /* Result = Target / Context */

h4, .h4 { font-size: 1.7em; } /* For default font */
.cufon-active h4, /* For Cufon font (Univers65) */
.cufon-active .h4 { font-size: 2.166666666666667em; } /* = 26px (desired font size) / 12px (default font size) */ /* Result = Target / Context */

h5, .h5 { font-size: 1.6em; } /* For default font */
.cufon-active h5, /* For Cufon font (Univers65) */
.cufon-active .h5 { font-size: 2.0em; } /* = 24px (desired font size) / 12px (default font size) */ /* Result = Target / Context */

h6, .h6 { font-size: 1.5em; font-style: italic; } /* For default font */
.cufon-active h6, /* For Cufon font (Univers65) */
.cufon-active .h6 { font-size: 1.833333333333333em; } /* = 22px (desired font size) / 12px (default font size) */ /* Result = Target / Context */

/* Elements PARAGRAPHS and LISTS */

p, ul, ol {
	margin: 0 0 16px 0;
}

ul, ol {
	padding: 0 0 0 20px;
}

li, dt {
	margin: 0;
}

dd {
	margin: 0 0 16px 0;
}

/* Elements TABLES */

table {
	width: auto;
	height: auto;
	margin: 0 0 16px 0;
	padding: 0;
	border: 0;
	border-collapse: 0;
}

thead, tbody, tr {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: 0;	
}

th, td {
	margin: 0;
	padding: 0 4px 4px 0;
	border: 0;
	border-collapse: 0;	
}

/* Elements FORMS */

form {
	margin: 0 0 16px 0;
}

input[type=text],
textarea {
	width: 90%;
}

/* Elements LINKS */

/* Elements Links NORMAL */

a:link, /* For ordinary links */
.link /* For things that look and behave like links but aren't */ {
	cursor: pointer;
	text-decoration: underline;
	color: #3702bd; /* Bright purple */
}

a:visited,
.link:visited {
	text-decoration: underline;
	color: #3702bd; /* Bright purple */
}

a:hover, a:focus,
.link:hover, .link:focus {
	outline: 0;
	text-decoration: none;
	color: #c00; /* Red */
}

a:active,
.link:active {
	text-decoration: underline;
	color: black;
}

/* Elements Links REVERSE */

.reverse:link, /* For links with the reverse behavior */
.reverse, /* For things that look like links with the reverse behavior */
#main-content-home-1 a:link, /* For text entered by the client. */
#main-content-home-2 a:link {
	cursor: pointer;
	text-decoration: none;
	color: #3702bd; /* Bright purple */
}

.reverse:visited,
#main-content-home-1 a:visited,
#main-content-home-2 a:visited {
	text-decoration: none;
	color: #3702bd; /* Bright purple */
}

.reverse:hover,
.reverse:focus,
#main-content-home-1 a:hover,
#main-content-home-1 a:focus,
#main-content-home-2 a:hover,
#main-content-home-2 a:focus {
	outline: 0;
	text-decoration: underline;
	color: #c00; /* Red */
}

.reverse:active,
#main-content-home-1 a:active,
#main-content-home-2 a:active {
	text-decoration: none;
	color: black;
}

/* Elements Links IN HEADERS */
/* Contingency styles for when a link is placed inside a header. Override both .link and .reverse styles above. Hopefully won't happen too often... */

h1 a:link, h1 a:visited, .h1 a:link, .h1 a:visited,
h2 a:link, h2 a:visited, .h2 a:link, .h2 a:visited,
h3 a:link, h3 a:visited, .h3 a:link, .h3 a:visited,
h4 a:link, h4 a:visited, .h4 a:link, .h4 a:visited,
h5 a:link, h5 a:visited, .h5 a:link, .h5 a:visited,
h6 a:link, h6 a:visited, .h6 a:link, .h6 a:visited {
	text-decoration: none;
	color: black;
}

h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus,
h2 a:hover, h2 a:focus, .h2 a:hover, .h2 a:focus,
h3 a:hover, h3 a:focus, .h3 a:hover, .h3 a:focus,
h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus,
h5 a:hover, h5 a:focus, .h5 a:hover, .h5 a:focus,
h6 a:hover, h6 a:focus, .h6 a:hover, .h6 a:focus {
	border-bottom: 1px solid #3702bd; /* Bright purple */
	color: #3702bd; /* Bright purple */
}

h1 a:active, .h1 a:active,
h2 a:active, .h2 a:active,
h3 a:active, .h3 a:active,
h4 a:active, .h4 a:active,
h5 a:active, .h5 a:active,
h6 a:active, .h6 a:active {
	border-bottom: none;
	color: #c00; /* Red */
}

/* Elements IMAGES */

img {
	border: 0 none;
}

/* CLASSES .................................................. */
/* For the mixing and matching... */

/*
From top to bottom... 
- Actions
- Button
- Clear
- Columns
-- Two col even
-- Two col even nested
-- Two col uneven
- Compact
- Images
- Gallery
- When
*/

/* Classes ACTIONS */
/* Handy for forms, and in combination with compact and button classes. */

.actions {
	padding-top: .5em; /* Helps contents of .submit (usually links with .button) align with text that has a line height. Also helps IE 7 respect the top padding on .button for some reason. */
	text-align: right;
}

.actions li {
	/* float: right; */ /* Let buttons stack for now to leave more room for the title. */
	padding: 4px 0 16px 0;
}

/* Classes BUTTON */
/* For links and other things that looks like buttons. */

.button {
	padding: 3px 8px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .95em;
	white-space: nowrap;
	background: white;	
}

.button:link, 
.button:visited {
	border: 1px solid #3702bd; /* Bright purple */
	text-decoration: none;
}

.button:hover,
.button:focus {
	border: 1px solid #c00; /* Red */
	text-decoration: none;
	color: #c00; /* Red */
}

.button:active {
	border: 2px solid black;
	text-decoration: none;
	color: black;
}

/* Classes CLEAR */

.clear {
	clear: both;
}

.clear span {
	display: none;
}

/* Classes COLUMNS */

.colgroup {
	clear: both;
}

/* Classes Columns TWO COL EVEN */

.two-col-even .col {
	overflow: hidden; /* Keeps images and other wide content from overflowing the columns. */
}

.two-col-even .col {
	float: left;
	width: 454px;
}

.two-col-even .first-col {
	float: left;
}

.two-col-even .last-col {
	float: right;
}

/* Classes Columns Two Col Even NESTED */

.two-col-even .two-col-even {
	margin: 0 0 30px 0;
}

.two-col-even .two-col-even .col {
	width: 204px;
}

/* Classes Columns TWO COL UNEVEN */
/* Assumes that uneven columns will always be nested inside even columns. */

.two-col-even .two-col-uneven .first-col {
	width: 304px;
}

.two-col-even .two-col-uneven .last-col {
	width: 134px;
}

/* Classes COMPACT */

.compact {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.compact li {
	margin: 0;
}

/* Classes IMAGES */

.image {
	display: block;
}

.image-left {	
	float: left;
	margin: .5em 10px 10px 0; /* The top margin makes the image even with the text which has a line height expressed in ems. */
}

.image-right {
	float: right;
	margin: .5em 0 10px 10px; /* The top margin makes the image even with the text which has a line height expressed in ems. */
}

.main-text .image {
	cursor: pointer;
	display: block;
  position: relative;
}

.main-text .ecard {
	position: absolute;
  top: 5px;
  left: 5px;
}

/* Classes GALLERY */

.gallery {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

.gallery img {
	max-width: 100%;
	height: auto;
}

.gallery .odd-item {
	clear: left;
	float: left;
	width: 204px;
}

.gallery .even-item {
	float: right;
	width: 204px;
}

.gallery .first-item {
	float: none;
	width: 454px;
}

/* Classes WHEN */
/* For dates and stuff... */

.when {
	color: #999;
}

/* LAYOUT .................................................. */

/*
From top to bottom... 
- Page wrapper
- Page navigation
-- Advies
-- Language navigation
-- Main navigation
- Page content
-- Site title
-- Intro text
- Page Footer
- The Big T
*/

/* Layout PAGE WRAPPER */

.page-wrapper {
	width: 954px;
	margin: 0 auto;	
	padding: 0;
}

/* Layout PAGE NAVIGATION */

.page-nav {
	height: 100%;
	margin: 0 0 16px 0;
}

/* Layout Page Navigation ADVIES */

.advies {
	float: left;
	display:inline;
}

.advies .home {
  display:block;
	width:12px; height:11px;
	text-indent:1000em;
	background:url("/Content/Img/homeIcon.gif") no-repeat;
}

/* Layout Page Navigation LANGUAGE NAVIGATION */

.lang-nav {
	float: right;
	text-transform: lowercase;
}

/* Layout Page Navigation MAIN NAV */

.main-nav {
	float: left;
	height: 100%:
}

.main-nav .level1-item {
	position: relative;
	z-index: 99;
	float: left;
	min-width: 100px;
	margin-right: 10px;
}

.main-nav .level1-header {
	display: block;
	clear: both; /* For IE 7, but doesn't hurt other browsers. */
	min-width: 125px;
	padding: 0 10px;
}

.main-nav .level2-list {
	position: absolute;
	min-width: 150px;
	padding: 10px 10px 0 10px;
	background: white;
}

.main-nav .level3-list {
	margin-bottom: 10px;
}

/* Layout PAGE CONTENT */
/* DO NOT position relative whatever you do... */

.page-content {
	margin-top: 60px;	
}

/* Layout Page Content SITE TITLE */

.site-title {
	text-transform: lowercase;
	margin-bottom: 30px;
}

/* Layout Page Content INTRO TEXT */

.intro-text {
	font-size: 1.1em;
	font-weight: bold;
}

/* Layout PAGE FOOTER */

.page-footer {
	clear: both;
	margin: 30px 0 16px 0;
}

.page-footer .compact li {
	display: inline;
	padding: 0 20px 0 0;
}

/* Layout THE BIG T .................................................. */

/* Layout The Big T HORIZONTAL */

#t-horizontal { /* FOR IE 6, because it doesn't understand position fixed */
	position: absolute;
}

.page-wrapper > #t-horizontal { /* FOR IE 7 +, FF, and the rest, because they do understand position fixed */
	position: fixed;
}

#t-horizontal {
	top: 69px;
	/* Left position set dynamically. */
	z-index: 2;
	width: 900px;
	height: 40px;
	background: transparent url(/static/images/big-t.png) repeat 0 0;
}

/* Layout The Big T VERTICAL */

#t-vertical {  /* FOR IE 6, because it doesn't understand position fixed */
	position: absolute;
	height: 1000px; /* Not sure why IE 6 isn't picking up on the dynamic height */
}

.page-wrapper > #t-vertical { /* FOR IE 7 +, FF, and the rest, because they do understand position fixed */
	position: fixed;
	height: auto; /* Overrides IE 6 height, DON'T DELETE THIS WITHOUT DELETING IE 6 HEIGHT ABOVE */
}

#t-vertical {
	top: 124px;
	/* Left position set dynamically. */
	z-index: 2;
	width: 40px;
	/* Height set dynamically */
	background: transparent url(/static/images/big-t.png) repeat 0 0;
}


/*Calendar Buttons*/
.previousweek{float:left;padding-bottom:10px;}
.nextweek{float:right;padding-right:20px;padding-bottom:10px;}
.thisweek{float:left;margin-bottom:10px;}
.calendar-buttons{width:100%;text-align:center;margin-bottom: 5px;}
.cb{clear:both;}
.calendar-intro-text {font-size: 1.1em;font-weight: normal;}
