/* CSS Document */

body {
	margin:0;
	background-color:#EEEEEE;
	font-family:'Dosis', sans-serif;
	font-size:16px;
}

#page {
	border:0;
	width:100%;
}

#bar-top {
	text-align:center;
	height:125px;
}
img {
	border:0px;
}

#bar-bottom {
	text-align:center;
}

/* Menu */
#menu, #bar-right {
	margin-left:0px;
	height:600px;
	padding:0px;
	width:282px;
	vertical-align:top;
	background-image:url(/images/bar-left.gif);
	background-repeat:no-repeat;
	text-align:right;
}
#menu a, #bar-right a, .you-are-here, #sub-you-are-here {
	color:white;
	padding-right:5px;
	text-decoration:none;
	border:1px solid black;
	margin:5px;
	margin-left:auto;
	display:block;
	width:150px;
	background-color:#0066CC;
}

$menu a.language
#menu a:hover, #bar-right a:hover{
	background-color:#0033AA;
}
#menu .sub-item {
	background-color:#0066CC;
	margin-right:10px;
}
#menu .you-are-here {
	font-weight:bold;
	background-color:#3399FF;
	margin-right:20px;
	color:white;
}
#menu #sub-you-are-here {
	background-color:#3399FF;
}
#bar-right {
	background-image:url(/images/bar-right.gif);
	text-align:left;
}

#bar-right a {
	margin-left:5px;
	padding-left:5px;
	padding-right:auto;
	margin-right:auto;
}


#bar-bottom {
	background-color:white;
	border:1px solid black;
	border-top:none;
}


/* Content */
#content, #start-content {
	text-align:left;
	vertical-align:top;
	border:1px solid black;
	border-bottom:none;
	padding:10px;
	overflow:hidden;
	background-color:white;
}
h1, h2, h3, h4, dt {
	color:#0066CC;
	text-align:left;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.sims {
	color:#666666;
	text-transform:uppercase;
	font-size:larger;
	font-weight:bold;
}

.news_item th {
	color:#0066CC;
	text-align:left;
	margin-left:0;
}
.news_item td {
	padding-left:10px;
}
.person {
	margin-top: 10px;
	border:1px solid black;
	background-color:#FAFAFF;
}
.person td, {
	padding-right:5px;
	text-align:justify;
	vertical-align:top;
}
.person th {
	vertical-align:bottom;
	width:100%;
}
.person th a {
	display:block;
	margin:0;
	padding:0;
}
.person .foto {
	width:75px;
	height:100px;
	float:right;
}

dt {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
#start-content {
	text-align:center;
}
#start-content #statement {
	text-align:justify;
	color:#0066CC;
	display:block;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
#languages {
	font-size:small;
	margin-left:auto;
	margin-right:auto;
}

#languages_small {
	margin-left:auto;
}
#languages_small img {
	width:25px;
	height:13px;
}
#languages_small a {
	margin:0;
	padding:0;
	width:25px;
	border:none;
	background-color:transparent;
}

.figure {
	text-align:center;
}
.figure img {
	display:block;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}
/* Contact formulier */
.contact_form td {
	vertical-align:top;
}
.contact_form input {
	width:250px;
}
.contact_form textarea {
	width:300px;
	height:100px;
}
#submit {
	width:auto;
}