/*-----------------------------------------------------------------------------

FransMeijers.nl
Date: March 23, 2008
Author: Pim Derks

-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------

RESET

-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border:0;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

ul {
	padding:0px 0px 0px 30px;
	margin:0px 0px 10px 0px;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: middle;
	}

/* end of CSS reset */

/*-----------------------------------------------------------------------------

GLOBAL LAYOUT

-----------------------------------------------------------------------------*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	line-height:1.5em;
	color:#858383;
}

h1, h2, h3, h4 {
	font-weight:lighter;
	letter-spacing:-0.04em;
	margin:0px 0px 10px 0px;
	clear:both;
}

#header #headerText h1 {
	font-size:1.8em;
}

#header #headerText h2 {
	font-size:1.6em;
	color:#000;
}

h3 {
	font-style:italic;
	font-size:1.4em;
}

h4 {
	border-bottom:1px dotted #c0c0c0;
	font-size:1.3em;
	color:#333333;
	padding:0px 0px 10px 0px;
	margin:10px 0px 10px 0px;
}

h4 a {
	color:#333333;
	text-decoration:none;
}

#container {
	width:960px;
	margin:0 auto;
	padding:0px 0px 10px 0px;
	height:100%;
	text-align:center;
	position:relative;
}

#header {
	height:320px;
	margin:30px 0px 10px 0px;
	text-align:left;
	position:relative;
}

#header #logo {
	position:absolute;
	left:40px;
	top:8px;
	float:left;
}

ul#languagesList {
	display:inline;
	position:absolute;
	right:0;
	top:0;
	padding:0;
	margin:0;
}

ul#languagesList li {
	display:inline;
}

ul#navigatie {
	position:absolute;
	top:20px;
	left:230px;
	padding:0;
	margin:0;
}

ul#navigatie li {
	display:inline;
	margin:8px 0px 8px 0px;
	font-size:1.2em;
}

ul#navigatie li a {
	text-decoration:none;
	padding:10px;
	border-right:1px solid #e8e8e8;
	color:#000;
	display:block;
	float:left;
}

ul#navigatie li a.on, ul#navigatie li a.on:hover {
	border-right:1px solid #FFF;
	color:#fff;	
}

#header ul#navigatie li.last a {
	border-right:0px solid #e8e8e8;
}


#header #headerText {
	position:absolute;
	width:400px;
	margin:120px 0px 0px 240px;
	color:#FFFFFF;	
}


.blue #header {
	background:transparent url(../images/header-blue.jpg) no-repeat;
}

.blue h3, ul#navigatie li.blue a.off:hover {
	color:#008cf8;
}

ul#navigatie li.blue a.on {
	background-color:#008dfa;
}

.green #header {
	background:transparent url(../images/header-green.jpg) no-repeat;
}

.green h3, ul#navigatie li.green a.off:hover {
	color:#31cb1a;
}

ul#navigatie li.green a.on {
	background-color:#31cb1a;
}

.orange #header {
	background:transparent url(../images/header-orange.jpg) no-repeat;
}

.orange h3, ul#navigatie li.orange a.off:hover {
	color:#d85800;
}

ul#navigatie li.orange a.on {
	background-color:#d85800;
}

.yellow #header {
	background:transparent url(../images/header-yellow.jpg) no-repeat;
}

.yellow2 #header {
	background:transparent url(../images/header-yellow2.jpg) no-repeat;
}

.yellow h3, ul#navigatie li.yellow a.off:hover {
	color:#f2a200;
}

.yellow2 h3, ul#navigatie li.yellow2 a.off:hover {
	color:#f2a200;
}

ul#navigatie li.yellow a.on {
	background-color:#f2a200;
}

ul#navigatie li.yellow2 a.on {
	background-color:#f2a200;
}

.pink #header {
	background:transparent url(../images/header-pink.jpg) no-repeat;
}

.pink h3, ul#navigatie li.pink a.off:hover {
	color:#d10054;
}

ul#navigatie li.pink a.on {
	background-color:#d10054;
}

.purple #header {
	background:transparent url(../images/header-purple.jpg) no-repeat;
}

.purple h3, ul#navigatie li.purple a.off:hover {
	color:#a029d9;
}

ul#navigatie li.purple a.on {
	background-color:#a029d9;
}

.red #header {
	background:transparent url(../images/header-red.jpg) no-repeat;
}

.red h3, ul#navigatie li.red a.off:hover {
	color:#d71700;
}

ul#navigatie li.red a.on {
	background-color:#d71700;
}

.column {
	text-align:left;
	float:left;
}

#content{
	overflow:hidden;
	width:100%;
}

#column1 {
	width:210px;
	text-align:right;
	padding:0px 15px 0px 0px;
}

#column2 {
	width:478px;	
	padding:0px 15px 0px 15px;
	border-right:1px dotted #c0c0c0;
	border-left:1px dotted #c0c0c0;
}

#column3 {
	width:210px;
	margin:0 0 0 15px;
}

.grey-block {
	background:#f5f5f5 url(../images/right-column-top.gif) no-repeat top left;
	padding:15px 15px 0px 15px;
	margin:0px 0px 0px 0px;
}

.grey-block-end {
	height:20px;
	background:#f5f5f5 url(../images/right-column-bottom.gif) no-repeat top left;
	width:210px;
	position:relative;
	padding:0;
}

#footer {
	background:#efefef url(../images/footer-top.gif) no-repeat top left;
	margin:10px 0px 10px 0px;
	padding:10px 0px 0px 15px;
	text-align:left;
}

#footer ul li {
	display:inline;
	border-right:1px solid #565656;
	padding:0px 10px 0px 0px;
	margin:0px 10px 0px 0px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer-end {
	background:#efefef url(../images/footer-bottom.gif) no-repeat top left;
	height:15px;
	width:960px;
	margin:0px 0px 0px -15px;
}

#handtekening {
	background:transparent url(../images/handtekening.gif) no-repeat;
	margin:20px 0px 0px 0px;
	padding:30px 0px 10px 40px;
}

.dark {
	color:#5d5d5d;
}

a {
	color:#5d5d5d;
	text-decoration:underline;
}

.home a:hover {
	color:#008cf8;
	text-decoration:none;
}

.arrowRight {
	background:transparent url(../images/arrow-right.gif) no-repeat top right;
	padding:0px 20px 0px 0px;
	}
	
.arrowLeft {
	background:transparent url(../images/arrow-left.gif) no-repeat top left;
	padding:0px 0px 0px 20px;
	}
	
p {
	margin:0px 0px 15px 0px;
}

/* PUBLICATIES */ 

ul.publicaties li {
	margin:0px 0px 10px 0px;
	padding:10px 0px 10px 0px;
}

/* CV */ 

ul.cvList {
	padding:0;
	margin:0;
}

ul.cvList li {
	list-style-type:none;
	margin:0px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	font-style:italic;
	font-size:1.3em;
}

ul.cvList li ul li {
	display:block;
	border-bottom:1px solid #ababab;
	font-size:0.9em;
	font-style:normal;
}

ul.cvList li ul li ul li {
	border-bottom:0px;
}

/* FORMULIER */ 

.validation-advice {
	font-size:0.8em;
	color:#FF0000;
}

label {
	font-weight:bold;
	color:#5d5d5d;
	display:block;
}

input, textarea, submit { 
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #c0c0c0;
	padding:5px;
	margin:5px 0px 5px 0px;
}

#content img {
	border:1px solid #c0c0c0;
	padding:3px;
	background:#FFF;
}

.alignRight {
	float:right;	
	margin:0px 0px 0px 10px;
	clear:both;
}

.alignLeft {
	float:left;
	clear:both;
	margin:0px 10px 0px 0px;
}

ul.submenu {
	margin:0px 0px 10px 0px;
}