/*----------------------------------------------*/
/*												*/
/*		Copyright © 2008 Bean Designed			*/
/*		Alle rechten voorbehouden.				*/
/*												*/
/*		Adres: Beb Vuykstraat 16				*/
/*			   3207 WC Spijkenisse				*/
/*												*/
/*		Mobiel: 06 23 18 56 74					*/
/*		Email: info@beandesigned.eu				*/
/*		Internet: www.beandesigned.eu			*/
/*												*/
/*----------------------------------------------*/

/*------------------ ALGEMEEN ------------------*/

body {
	margin: 0px;
	background: #FFF;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	line-height: 17px;
}

a:link, a:visited {
	text-decoration: none;
	color: #6a8c28;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #6a8c28;
	font-weight: bold;
}

/*------------------ SCHADUW -------------------*/

#schaduw_container {
	width: 834px;
	margin: 0px auto;
	position: relative;
}

#schaduw_boven {
	width: 834px;
	height: 17px;
	margin: 27px 0px 0px 0px;
	background: url(../img/vincentius_schaduw_boven.jpg) no-repeat;
}

/* VOOR 'MIN-HEIGHT' BEGRIJPENDE BROWSERS */
#schaduw_midden {
	width: 834px;
	min-height: 100px;
	height: auto;
	background: url(../img/vincentius_schaduw_midden.jpg) repeat-y;
}

/* VOOR INTERNET EXPLORER */
* html #schaduw_midden {
	height: 100px;
}

/* EINDE 'MIN-HEIGHT' */

#schaduw_onder {
	width: 834px;
	height: 17px;
	background: url(../img/vincentius_schaduw_onder.jpg) no-repeat;
}

/*--------------- MAIN CONTAINER ---------------*/

#main_container {
	width: 800px;
	margin: 0px 17px;
}

/*------------------- HEADER -------------------*/

#header {
	width: 780px;
	height: 111px;
	padding: 20px 20px 20px 0px;
	text-align: right;
	background: url(../img/vincentius_sfeerbeeld.jpg) no-repeat;
}

#header a:link, #header a:visited {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

#header_lijn {
	width: 800px;
	height: 10px;
	background: #6a8c28;
}

.logo_index_htm { /***************************************************VERWIJDEREN!!!*********************************************************/
	margin: 60px 0px 0px 0px;
}

/*----------- LINKS/RECHTS CONTAINER -----------*/

#links_rechts_container {
	background: url(../img/vincentius_achtergrond.jpg) repeat-y;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

/*-------------- LINKS CONTAINER ---------------*/

#links {
	width: 334px;
	float: left;
}

/*-------------- MAIN NAVIGATION ---------------*/

#main_navigation {
	width: 314px;
	margin: 0px;
	padding: 0px 0px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#main_navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main_navigation ul li {
	margin-top: 0px;
	margin-bottom: 5px;
}

#main_navigation ul li a:link, #main_navigation ul li a:visited {
	width: 304px;
	height: 20px;
	background: #EEE;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	display: block;
	color: #707070;
	font-weight: normal;
}

#main_navigation ul li a:hover {
	text-decoration: none;
	background: #FFF;
	color: #707070;
	font-weight: normal;
	display: block;
}

/*------------------- NIEUWS -------------------*/

#nieuws {
	width: 254px;
	background: #FFF;
	margin: 0px 0px 0px 20px;
	padding: 20px
}

.nieuws_koptitel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #707070;
}

.nieuws_titel {
	color: #6a8c28;
	font-weight: bold;
}

.nieuws_datum {
	color: #707070;
}

.nieuws_afbeelding {
	float: right;
	margin: 0px 0px 10px 20px;
	border: 1px solid #6a8c28;
}

.nieuws_meer {
	text-align: right;
	color: #6a8c28;
}

/*------------------ CONTENT -------------------*/

/* VOOR 'MIN-HEIGHT' BEGRIJPENDE BROWSERS */
#content {
	width: 426px;
	min-height: 410px;
	height: auto;
	padding: 0px 20px;
	float: left;
}

/* VOOR INTERNET EXPLORER */
* html #content {
	height: 410px;
}

/* EINDE 'MIN-HEIGHT' */

#content_beide {
	width: 426px;
	margin: 20px 0px 0px 0px;
	background: url(../img/vincentius_tussenlijn_verticaal.jpg) repeat-y;
}

#content_links {
	float: left;
	width: 193px;
}

#content_rechts {
	float: right;
	width: 193px;
}

.koptitel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6a8c28;
}

.groen_dik {
	color: #6a8c28;
	font-weight: bold;
}

.programma_tussenruimte {
	padding: 0px 0px 10px 0px;
}

.dikgedrukt {
	font-weight: bold;
	color: #999;
}

.schuingedrukt {
	font-style: italic;
}

.afbeelding_border_links {
	float: left;
	margin: 0px 20px 0px 0px;
	border: 1px solid #6a8c28;
}

.afbeelding_links {
	float: left;
	margin: 0px 20px 10px 0px;
}

.afbeelding_border_rechts, .afbeelding_border {
	border: 1px solid #6a8c28;
}

.statuten {
	padding: 0px 0px 0px 20px;
}

.sitemap {
	background: url(../img/vincentius_sitemap.jpg) no-repeat;
}

/*------------------- CLEAR --------------------*/

.clear {
	clear: both;
}

/*----------- FORM KLASSEN (CONTENT) -----------*/

.foutinform {
	color: #6a8c28;
}

.knoppen {
	height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFF;
	background: #6a8c28;
	border: 1px solid #6a8c28;
}

.inlog_velden {
	width: 282px;
	height: 17px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #cfcfcf;
}

.totaal_invoervelden {
	width: 422px;
	height: 17px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #cfcfcf;
}

.totaal_berichten {
	width: 422px;
	height: 320px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #cfcfcf;
}

.bestand {
	width: 426px;
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #cfcfcf;
}

.formulier_invoervelden {
	width: 189px;
	height: 17px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #cfcfcf;
}

.formulier_berichten {
	width: 189px;
	height: 100px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #cfcfcf;
}

/*------------------- BOTTOM -------------------*/

#bottom {
	width: 800px;
	height: 160px;
}

#sfeerbeeld {
	width: 800px;
	height: 60px;
	background: url(../img/vincentius_sfeerbeeld_footer.jpg) no-repeat;
}

#sub_navigation {
	width: 780px;
	height: 35px;
	padding: 65px 20px 0px 0px;
	background: #6a8c28;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
	color: #FFF;
}

#sub_navigation a:link, #sub_navigation a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

#sub_navigation a:hover {
	text-decoration: none;
	color: #9ab566;
	font-weight: normal;
}

/*------------------- FOOTER -------------------*/

#footer {
	height: 35px;
	font-size: 10px;
	color: #999;
	text-align: center;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
	color: #999;
	font-weight: normal;
}

/*----------------------------------------------*/
/*												*/
/*			Einde van de CSS code				*/
/*												*/
/*----------------------------------------------*/