/* General elements */

html {
	background: #F9F9F9;
}

body {
	width: 780px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	background: #FFF;
	color: #000080;
	border-left: solid 2px #CCC;
	border-right: solid 2px #CCC;
	padding: 10px;
}
a {
	color: #00C;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #006;
}
p, ol, ul, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
}
ul {
	list-style: disc; 
}
ol {
	list-style: decimal;
}
li {
	margin: 0 0 0 2em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}
h1 {
	font-size: 2em;
	margin: 0;
	color: #999;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.125em;
}
small, .small {
	font-size: 11px;
	color: #666;
}
big, .big {
	font-size: 14px;
	font-weight: bold;
}

/* General classes */

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
	clear: both;
}
.center {
	text-align: center;
}
.media {
	color: #ED0C10;
	font-size: 14px;
}
.teksthome1 {
	font: Century Gothic;
	font-size: 24px;
    color: #3c50cc;
}
.teksthome2 {
	font: Century Gothic;
	font-size: 24px;
	color: #feb100;
}
.teksthome3 {
	font: Century Gothic;
	font-size: 24px;
	color: #ed0c10;
}
.slaapjeslim {
	color: #00a3bf;
}
.informatiedieet {
	color: #339933;
}
.usagebehavior {
	color: #000099;
}
.bedrijfsportalen {
	color: #FF9933;
}
.dissertatie {
	color: #000099;
}
.highlight {
	padding: .5em;
	background: #CCC;
}
.indent {
	padding-left: 4em;
}

/* Menu */

#menu {
	height: 31px;
	margin: 0 0 10px 0;
	list-style: none;
}
#menu li {
	float: left;
	margin: 300;
}
#menu li a {
	display: block;
	width: 130px;
	height: 31px;
	text-indent: -9999px;
	background-image: url(../images/menu.jpg);
}
#menu .item1 a {
	background-position: 0 0;
}
#menu .item1 a:hover, #menu .item1 a:active, #menu .item1 a:focus, #menu .item1.active a {
	background-position: 0 -31px;
}
#menu .item2 a {
	background-position: -150px 0;
}
#menu .item2 a:hover, #menu .item2 a:active, #menu .item2 a:focus, #menu .item2.active a {
	background-position: -150px -31px;
}
#menu .item3 a {
	background-position: -300px 0;
}
#menu .item3 a:hover, #menu .item3 a:active, #menu .item3 a:focus, #menu .item3.active a {
	background-position: -300px -31px;
}
#menu .item4 a {
	background-position: -450px 0;
}
#menu .item4 a:hover, #menu .item4 a:active, #menu .item4 a:focus, #menu .item4.active a {
	background-position: -450px -31px;
}
#menu .item5 a {
	background-position: -600px 0;
}
#menu .item5 a:hover, #menu .item5 a:active, #menu .item5 a:focus, #menu .item5.active a {
	background-position: -600px -31px;
}

/* Colums */

.column_container {
	width: 100%;
	overflow: hidden;
}

/* Headings */

h2.home {
	background: #42985B;
	color: white;
	padding-left: .5em;
}
h2.articles {
	background: #9790B9;
	color: white;
	padding-left: .5em;
}
h2.books {
	background: #ED0C10;
	color: white;
	padding-left: .5em;
}
h2.speaking {
	background: #FEB101;
	color: white;
	padding-left: .5em;
}
h2.research {
	background: #3E50CC;
	color: white;
	padding-left: .5em;
}
h2.about {
	background: #EB7196;
	color: white;
	padding-left: .5em;
}

/* Lists */

ul.bullets {
	list-style: none;
}
ul.bullets li {
	margin: 0;
	padding-left: 32px;
	background: url(../images/bullet-blue-small.png) 11px 4px no-repeat;
	margin-bottom: .5em;
}
ul.bullets li.pdf {
	background: url(../images/document-pdf-text.png) 8px 1px no-repeat;
}
ul.stars {
	list-style: none;
}
ul.stars li {
	margin: 0;
	padding-left: 32px;
	background: url(../images/star.png) 8px 1px no-repeat;
	margin-bottom: .5em;
}
ul.cv {
	list-style: none;
}
ul.cv li {
	margin: 0;
	width: 100%;
	margin-bottom: .5em;
	overflow: hidden;
}
ul.cv li div.image {
	float: right;
	width: 250px;
	text-align: center;
}

/* Tables */

table.agenda {
	width: 100%;
}
table.agenda th {
	font-size: 14px;
	text-align: left;
	color: #000080;
	padding: 3px;
}
table.agenda td {
	padding: 3px;
}