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

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

body
{
	text-align:center;
}

/*
 * Links
 */
a img {border-width:0;}
#content_l a, #content_r a
{
	color:black;
	font-weight:bold;
	text-decoration:none;
}
#content_m a
{
	text_decoration:underline;
	font-weight:normal;
	color:#717479;
}

a#aanmelden_link
{
	float:left;
	padding-bottom:30px;
}

a#aanmelden_link img
{
	margin-right:8px;
	float:left;
}

a.uitklappen
{
	position:absolute;
	bottom:0; right:0;
}

#wrap
{
	margin:0px auto;
	position:relative;
	text-align:left;
	width:908px;
	min-height:608px;
	background:url('../images/bg.gif') white repeat-y;
}

#logo
{
	position:absolute;
	top:18px; left:24px;
}

#content
{
	position:absolute;
	left:0; top:200px;
	background: url('../images/bg_content.gif') white repeat-y;
	width:908px;
	float:left; /* shrink-wrap */
	padding-left: 14px;
}

#content_l
{
	background: #f6f6f6;
	width:186px;
	margin:0 10px;
	padding:6px 5px 6px 9px;
	float:left;
}
	
#content_m
{
	background: white;
	width:420px;
	margin:0 10px;
	padding:6px 0px;
	float:left;
}

#content_m div#nieuwsitems
{
	min-height:664px;
	float:left;
}

div.nieuwsitem
{
	position:relative;
	/*
	padding-bottom:1px;
	*/
	margin-bottom:1em;
	float:left;
	width:420px;
}

#content_r
{
	width:176px;
	/*
	*/
	height:672px;
	margin:0 10px;
	padding:14px 12px;
	float:left;
}
#content_r.corp1
{
	background: url('../images/corp_foto_1.jpg') #e0e0e0 no-repeat 0 186px;
}
/* #content_r */
.kunst_en_cultuur
{
	background: url('../images/VDA-Kunst-en-cultuur.jpg') #e0e0e0 no-repeat;
}
.maatschappij_en_goede_doelen
{
	background: url('../images/VDA-Goede-doelen.jpg') #e0e0e0 no-repeat;
}
.sport_en_leisure
{
	background: url('../images/VDA-Sport-en-leisure.jpg') #e0e0e0 no-repeat;
}
.gezondheidszorg
{
	background: url('../images/VDA-Gezondheidszorg.jpg') #e0e0e0 no-repeat;
}
	
/*
 * Medewerkers pagina
 */
div#libo
{
	float:left;
	width:200px;
	text-align:right;
	margin-right:20px;	
}
div#libo h1
{
	margin-bottom:0;
}
div#libo em 
{ 
	font-size:1.17em;
	color:#717479;
	display:block;
	margin-bottom:1em;
}

/* midden-kolom: */
div#tekst_breed
{
	float:right;
	width:320px;
}	
div#tekst_small
{
	float:right;
	width:200px;
}

/*
 * Case pagina
 */
div#case_details
{
	margin-top:-6px;
}	
div#case_details img
{
	margin-bottom:1em;
}

/*
 * Formulieren
	background:red;
 */
form
{
	margin:0; padding:0;
}
.breed
{
	width:418px;
}
.invisible
{
	display:none;
}
input
{
	background: url('../images/input_bg.gif') #e0e0e0 repeat-x;
	border:#c7b281 1px solid;
	margin-top:0px;
	margin-bottom:10px;
}
textarea
{
	background: url('../images/textarea-bg.png') #e0e0e0 repeat-x;
	border:#c7b281 1px solid;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, sans-serif;
	font-size: 110%;
	resize:none;
	height:170px;
	padding-top:2px;
}
.btnSubmit2
{
	border-width:0;
	background: url('../images/submit_bg.gif') #c7b281 no-repeat;
	width:76px;
	height:19px;
	float:right;
	cursor: pointer;
}
	
