@import url("navigatie.css");
@import url("basis.css");

html, body {margin: 0; padding: 0;}
html {overflow: -moz-scrollbars-vertical;}

body
{
	text-align:center;
	background:url('../images/bg.gif') 50% 0% #fbfbff repeat-y;
}

#wrap
{
	margin:0px auto;
	padding:180px 4px 0 4px;
	text-align:left;
	width:950px;
	position:relative;	
}

#header
{
	/* Dit is een beetje gek, maar anders sluit de header niet mooi aan in FF (1px naar links, soms) en IE andersom */
	position:absolute;
	left:0;
	top:0;
	background:url('../images/header.png') no-repeat 50% top transparent;
	height:180px;
	min-width:958px;
	width:100%;
}

/*
 * menu
 */
#menu
{
	width:180px;
	padding:15px 21px 0 20px;
	height:300px;
	float:left;
}

#content
{
	width:548px;
	padding:19px 21px 0 0;

	margin:0px;
	float:left;
}

/* 
 *Kort nieuws op de homepagina
 */
#hivnews, #eurovaccnews 
{
	margin-left:-5px;
	background:url('../images/hiv_news_onder.png') no-repeat bottom left;
	width:559px;
}

#hivnews h2, #eurovaccnews h2
{
	padding-left:17px;
	padding-top:26px;
	margin-bottom:6px;
	background:url('../images/hiv_news_boven.png') no-repeat top left;
}
#hivnews p, #eurovaccnews p
{
	margin:0;
	width:530px;
	padding:0 0 1em 17px;
}
#eurovaccnews
{
	background:url('../images/eurovacc_news_onder.png') no-repeat bottom left;
}
#eurovaccnews h2
{
	background:url('../images/eurovacc_news_boven.png') no-repeat top left;
}

.dash
{
	color:#f56e00;
}

#util
{
	width:135px;
	padding: 0 20px 0 5px; 
	float:left;
	position:relative
}

#util #illustratie
{
	position:absolute;
	left:4px;
	top:65px;
}

/* zoekform */
#util form
{
	margin:3px 0 6px 0;
}
#util input
{
	margin-top:4px;
	color:#c8c8c8;
	font-size:.92em;
	width:133px;
	border-left:solid 1px #b4b4b4;
	border-right:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	border-top:solid 1px #b4b4b4;
}
#util a
{
	font-size:.92em;
	color:#004489;
	display:block;
	padding-bottom:10px;
}

/* news.php */
.newsitem
{
	padding-top:6px;
}
.newsitem h2
{
	margin:0;
}

/* pressrelease.php */
.pressrelease
{
	margin-bottom:1.5em;
}
.pressrelease h2
{
	margin:0;
}

/* scientific_publications.php */
.publication
{
	margin-bottom:1.5em;
}
.publication h2
{
	margin:0;
}

.publication span.title
{
	color:#f56e00;
	font-style:italic;
}

/* Tabel */
table
{
	border-collapse: collapse;
	margin-bottom:3em;
	font-size:.89em;
	background:#fbfbff;
	border-width:0;	
}

th, td
{
	padding:4px 6px 4px 0;
	vertical-align:top;
	border-width:0;	
	border-bottom: 1px #f56e00 solid;
}


