/**********************************
Main tags
**********************************/

html, body {
	height: 100%;
}

body {
	background: #EDEDED;
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	text-align: center;
}

body, td, textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 18px;
}

a,a:visited {
	color: #AF1D53;
	text-decoration: none;
}

a:hover {
	color: #73BD43;
}
    a.bijlage {
        margin: 0px 0px 0px 15px;
        font-size: 10px;
    }

form {
	margin: 0;
}

hr {
	border: 1px solid #CCCCCC;
	height: 1px;
}

b {
	color: #C80451;
	font-weight: 900;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #C80451;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #C80451;
	margin: 0 0 2px 0;
}

h5 {
	color: #C80451;
	font-size: 14px;
}
    h5.publications {
        margin: 5px 0px 0px 0px;
    }

p {
	margin: 2px;
	padding: 0px;
}

img {
	border: 0;
}

.box:hover {
	color: #AF1D53;
	text-decoration: underline;
}

input, textarea {
	border: solid 1px #AE1E53;
}
	

/**********************************
Layout divs
**********************************/
#printheader {
	display: none;
}

#center {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	height: auto;
	vertical-align: bottom;
}

#header {
	position: relative;
	float: left;
	width: 1000px;
	height: 81px;
	border-bottom: 1px solid #CCCCCC;
}
	#header a {
		color: #ffffff;
	}
	#header img {
		margin: 0px 0px 0px -4px;
		border: 0px;
		border-left: 1px solid #cccccc;
	}

#swf_menu {
	position: absolute;
	top: 2px;
	right: -1px;
}

#headerbar {
	width: 1000px;
	height: 24px;
	background-color: #AE1E53;
	font-size: 10px;
	color: #ffffff;
}
	#headerbar a:link, #headerbar a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#headerbar a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	#headerbar input {
		height: 10px;
		width: 100px;
		font-size: 10px;
	}

#search {
	margin: 3px 0px 0px 22px;
	float: left;
}

#contactlinks {
	margin: 3px 20px 0px 0px;
	float: right;
}

#closer {
	float: left;
	width: 1000px;
	background: #ffffff;
	height: inherit;
}

#left {
	float: left;
	width: 275px;
	background: #ffffff;
}

#left a {
	color: #000;
}

#left a:hover {
	color: #AF1D53;
}

#left h1 {
	color: #ae1e53;
	font-size: 20px;
	line-height: 18px;
}

#left li {
	list-style-image: url("../images/bullet.gif");
    
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px -20px;
}
#left li.sub {
    list-style-image: url("../images/bullet.gif");
    
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 0px -20px;
}

#leftText {
	margin: 14px 0 0 10px;
	background: #ffffff;
}

#content {
	float: left;
	width: 695px;
	margin-left: 20px;
	background: #ffffff;
}

#footer {
	width: 1000px;
	height: 72px;
	clear: both;
	
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
	float: left;
}

#footer a:link {
	color: #AE1D52;
}

#footer a:visited {
	color: #AE1D52;
}

#footer a:hover {
	color: #AE1D52;
}

#searchResultsHeader {
	background-color: #E1AB24;
	padding: 1px 5px 1px 5px;
}

#news {
	width: 650px;
	border: 1px solid #cdcdcd;
	padding: 14px;
	background: #ededed;
    float: left;
    margin: 0 0 10px 0;
}    
    #news .image {
        margin: 0px 0 20px 0;
    }

.pub {
	width: 650px;
	border: 1px solid #cdcdcd;
	padding: 14px;
	background: #ededed;
}

/**********************************
Custom classes
**********************************/

.project {
    width: 400px;
}
.projectPlaatje {
    float: right;
    padding: 10px;
}

/* input textfield en textarea */
.text, textarea {
	width: 300px;
}

.imgLeft{
	margin: 0 10px 0 0;
}

.imgRight{
	margin: 0 0 0 10px;
}

/* google map */
#map {
    height: 300px;
    width: 300px;
    margin: 20px 0 20px 0;
}