/* ----------------------------------------------------------- */
/* Copyright 2000-2009 (Non-)verbaal, http://www.nonverbaal.nl */
/* ----------------------------------------------------------- */

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");

/* Elements -------------------------------------------------- */
/* ----------------------------------------------------------- */

body {
	color: #000;
	font: 62.5% Verdana, Geneva, sans-serif;
	background: #FFF url(../images/bg.png) repeat-x;
}

body.three-cols #content {
	width: 450px;
	float: right;
}

a {
	text-decoration: none;
	color: #74A5C9;
	font-weight: 700;
	outline: none;
}

a:hover,
a:active { text-decoration: underline; }

h1 {
	font-size: 2.7em;
	font-weight: 700;
	text-transform: uppercase;
	color: #400D5A;
	margin-bottom: 1em;
}

em { font-style: italic; }

strong { font-weight: 700; }

table {
	margin-bottom: 2em;	
}

table th,
table td {
	vertical-align: top;
	padding: .5em 1em .5em 0;
}

/* Basic structure ------------------------------------------- */
/* ----------------------------------------------------------- */

#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#canvas {
	float: left;
	width: 100%;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../images/canvas/bg.png);
}

#main {
	float: right;
	width: 710px;
	margin-top: 63px;
	padding: 15px;
}

#header {
	position: relative;
	width: 100%;
	font-size: 1.1em;
}

#wrap {
	float: left;
	position: relative;
	width: 690px;
	margin: 2em 0;
	padding: 10px;
}

#content {
	position: relative;
	width: 100%;
	font-size: 1.1em;
}

#sidebar {
	float: left;
	position: relative;
	margin-top: 235px;
	width: 230px;
	font-size: 1.1em;
}

#logo {
	position: absolute;
	top: 30px;
	left: 0;
}

#nav {
	position: absolute;
	top: 20px;
	left: 245px;
	width: 730px;
}

#footer {
	float: left;
	position: relative;
	width: 690px;
	padding: 10px;
	background: #D7E3F1;
	font-size: 1.1em;
}

/* Classes --------------------------------------------------- */
/* ----------------------------------------------------------- */

.border {
	border: 1px solid #D7E3F1;
}

.hidden {
	display: none;
	visibility: hidden;
}

.ucase { text-transform: uppercase; }

.justified { text-align: justify; }

.more {
	color: #400D5A;
	font-size: 1.2em;
	text-transform: uppercase;
}

.float-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.float-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.three-cols .col {
	float: left;
	width: 204px;
	padding-right: 19px;
	margin-right: 20px;
}

.three-cols .last {
	margin-right: 0;
	padding-right: 0;
	background: none !important;
}

.item { margin-bottom: 1em; }

.items { margin: 1em 0; }

a.callme {
	background: url(../images/callme.png) no-repeat;
	width: 230px;
	height: 53px;
	display: block;
	text-indent: -9999em;
	outline: none;
}

div.row {
	border-top:1px solid #D3E4F5;
	margin: 20px;
	margin-left:0;
	padding:10px;
	padding-left:0;
}
div.section {
	padding: 10px;
	border: 1px solid #D3E4F5;
	margin-bottom: 1em;
}

ul.list {
	margin: 0 !important;
	list-style: none !important;
}

ul.list li {
	background: url(../images/li.gif) no-repeat left center;
	padding-left: 10px;
}

.msg-head {
	text-decoration: none;
	color: #74A5C9;
	font-weight: 700;
	cursor: pointer;
}

.msg-body {
	background: none !important;
	display: none;
}

/* Subnav ---------------------------------------------------- */
/* ----------------------------------------------------------- */

div.sub-nav {
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

div.sub-nav a {
	color: #8DBAE6;
	padding: 1.2em 2em 1.2em 0;
}

div.sub-nav a:hover {
	color: #400D5A;
	text-decoration: none;
}

div.sub-nav a.selected { color: #400D5A; }

div.sub-nav a.section { color: #400D5A; }

div.sub-nav li { border-bottom: 1px solid #E7EEF5; }

div.sub-nav li a {
	display: block;
	text-transform: uppercase;
	background: url(../images/sub-nav/sub-nav.gif) no-repeat right center;
}

div.sub-nav li.last,
div.sub-nav li li { border: none; }

div.sub-nav li li a {
	background: none;
	text-transform: none;
}

/* Logo ------------------------------------------------------ */
/* ----------------------------------------------------------- */

#logo a {
	display: block;
	width: 99px;
	height: 158px;
	text-indent: -9999em;
	background: url(../images/logo.png) repeat;
	outline: none;
}

/* Nav ------------------------------------------------------- */
/* ----------------------------------------------------------- */

#nav ul li { float: left; }

#nav ul li a {
	display: block;
	height: 15px;
	text-indent: -9999em;
	outline: none;
	background-repeat: no-repeat;
	background-image: url(../images/nav.png);
}

#nav-home a {
	background-position: 0px 0px;
	width: 117px;
}

#nav-actueel a {
	background-position: -117px 0px;
	width: 167px;
}

#nav-voor-werkgevers a {
	background-position: -284px 0px;
	width: 257px;
}

#nav-referenties a {
	background-position: -541px 0px;
	width: 189px;
}

body#home #nav-home a,
#nav-home a:hover { background-position: 0px -15px; }

body#actueel #nav-actueel a,
#nav-actueel a:hover { background-position: -117px -15px; }

body#voor-werkgevers #nav-voor-werkgevers a,
#nav-voor-werkgevers a:hover { background-position: -284px -15px; }

body#referenties #nav-referenties a,
#nav-referenties a:hover { background-position: -541px -15px; }

/* Main ------------------------------------------------------ */
/* ----------------------------------------------------------- */

#main p { margin-bottom: 1em; }

#main p,
#main ul,
#main ol,
#main th,
#main td { line-height: 1.6em; }

/* Header ---------------------------------------------------- */
/* ----------------------------------------------------------- */

#header { color: #FFF; }

body.employers #header {
	background-image: url(../images/header/employers.jpg);
	height: 300px;
}

#header a.submit {
	background-repeat: no-repeat;
	height: 24px;
	display: block;
	text-indent: -9999em;
	outline: none;
}

#header a.next {
	background-image: url(../images/header/bt-next.gif);
	width: 97px;
}

#header a.send {
	background-image: url(../images/header/bt-send.gif);
	width: 108px;
}

#carrousel div.front {
	position: absolute;
	top: 45px;
	left: 250px;
	width: 400px;
}

#carrousel h2 {
	color: #FFF;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: .5em;
}

#carrousel h3 {
	color: #FFF;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

#pager {
	position: absolute;
	top: 370px;
	right: 20px;
	z-index: 1000;
}

#pager a {
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	background: #8EBBE7;
	text-indent: -9999em;
	margin-right: 10px;
	outline: none;
}

#pager a.activeSlide { background: #FFF; }

/* Content --------------------------------------------------- */
/* ----------------------------------------------------------- */

#content h2 {
	font-size: 2.3em;
	letter-spacing: 1px;
	margin-bottom: .5em;
}

#content h2,
#content h2 a {
	font-weight: 400;
	color: #8EBBE7;
	text-decoration: none;
}

#content h2 span {
	margin-bottom: 5px;
	display: block;
}

#content div.subtitle h2 { margin: 0; }

#content h3 {
	font-size: 1.3em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#content h3,
#content h3 a {
	font-weight: 700;
	color: #400D5A;
	text-decoration: none;
}

#content h3 a:hover { color: #8EBBE7; }

#content h3.icon {
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 1em 0 1em 50px;
}

#content h3.wie-is-daad { background-image: url(../images/menu/icon-wie-is-daad.png); }

#content h3.daad-en-werknemers { background-image: url(../images/menu/icon-daad-en-werknemers.png); }

#content h3.daad-en-de-regio { background-image: url(../images/menu/icon-daad-en-de-regio.png); }

#content h3.daad-en-vacaturevervulling { background-image: url(../images/menu/icon-daad-en-vacaturevervulling.png); }

#content h3.daad-en-subsidie { background-image: url(../images/menu/icon-daad-en-subsidie.png); }

#content ul {
	list-style: disc;
	margin: 1em 2em;
}

#content ul ul { list-style: circle; }

#content ol {
	list-style: decimal;
	margin: 1em 2em;
}

#content .three-cols .col { background: url(../images/content/vr.gif) repeat-y right 0px; }

#content div.intro {
	float: left;
	width: 100%;
}

#content div.intro,
#content div.subtitle { margin-bottom: 1em; }

/* Footer ---------------------------------------------------- */
/* ----------------------------------------------------------- */

#footer,
#footer a { color: #74A5C9; }

#footer h3 {
	font-size: 1.1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#footer h3,
#footer h3 a {
	font-weight: 700;
	color: #400D5A;
	text-decoration: none;
}

#footer div.list { margin-bottom: 1em; }

#footer ul { line-height: 2em; }

#footer ul li {
	background: url(../images/footer/li.gif) no-repeat left center;
	padding-left: 10px;
}

#footer ul a { font-weight: 400; }

#footer ul.address li {
	background: none;
	padding-left: 0;
}

/* Sidebar --------------------------------------------------- */
/* ----------------------------------------------------------- */

#sidebar h2 {
	font-size: 2.5em;
	letter-spacing: 1px;
}

#sidebar h2,
#sidebar h2 a {
	font-weight: 700;
	color: #8EBBE7;
	text-decoration: none;
}

#sidebar div.reference h2 {
	text-transform: uppercase;
	text-align: center;
}

#sidebar h3 {
	font-size: 1.3em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#sidebar h3,
#sidebar h3 a {
	font-weight: 700;
	color: #400D5A;
	text-decoration: none;
}

#sidebar h4 {
	font-weight: 700;
	margin-bottom: 1em;
}

/*
#sidebar h4,
#sidebar h4 a {
	color: #400D5A;
	text-decoration: none;
}

#sidebar h4 a:hover { color: #8EBBE7; }
*/

#sidebar p { line-height: 1.6em; }

#sidebar div.item {
	padding-bottom: 2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #E7EEF5;
}

#sidebar div.item.last { border-bottom: none; }

#sidebar div.reference {
	border: 1px solid #E7EEF5;
	text-align:center;
	padding: 5em 0;
	margin-bottom: 1em;
}

#sidebar div.reference.small {
	padding:2em 0 ;
}


/* Menu ------------------------------------------------------ */
/* ----------------------------------------------------------- */

#menu {
	float: left;
	position: relative;
	width: 230px;
	font-size: 1.1em;
}

#menu li {
	position: relative;
	background: url(../images/menu/dash.gif) repeat-x 0px bottom;
	padding: .5em 0;
}

#menu a {
	font-weight: 400;
	color: #400D5A;
	display: block;
}

/* Breadcrumbs ----------------------------------------------- */
/* ----------------------------------------------------------- */

#bread {
	font-size: 1.1em;
	margin-bottom: 2em;
}

#bread ul li {
	display: inline;
	margin-right: 1em;
	background: url(../images/li.gif) no-repeat left center;
	padding-left: 10px;
}

#bread ul li a { text-decoration: underline; }


/* Chapters -------------------------------------------------- */
/* ----------------------------------------------------------- */

ul.chapters {
	margin: 1em 0 0 !important;
	list-style: none !important;
}

ul.chapters li {
	float: left;		
	margin-right: 1em;
}

ul.chapters a {
	border: 1px solid #E7EEF5;
	width: 120px;
	height: 90px;
	display: block;
	text-indent: -9999em;
	background-repeat: no-repeat;
}


/* Unused ---------------------------------------------------- */
/* ----------------------------------------------------------- */

/*
#thumbs {
	float: left;
	margin-right: 5px;
}

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

#thumbs a {
	display: block;
	width: 128px;
	height: 128px;
	margin-bottom: 5px;
}

#gallery { float: left; }

div.pages {
	margin: 2em 0;
	font-size: .9em;
}

div.pages ul {
	list-style: none !important;
	margin: 0 !important;
}

div.pages li {
	display: inline;
	padding: 4px 7px 2px;
	border: 1px solid #D7E3F1;
	margin-right: 2px;
}

div.pages li.selected {
	background-color: #D7E3F1;
	color: #FFF;
	font-weight: 700;
}

div.pages a {
	color: #74A5C9;
	text-decoration:none;
}
*/
