/*----------------------------------------------*/
/*												*/
/*		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: #1193d1;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #1193d1;
	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/stadsklooster_schaduw_boven.jpg) no-repeat;
}

/* VOOR 'MIN-HEIGHT' BEGRIJPENDE BROWSERS */
#schaduw_midden {
	width: 834px;
	min-height: 100px;
	height: auto;
	background: url(../img/stadsklooster_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/stadsklooster_schaduw_onder.jpg) no-repeat;
}

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

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

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

#header {
	width: 780px;
	height: 131px;
	padding: 10px 20px 10px 0px;
	text-align: right;
	background: url(../img/stadsklooster_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: #1193d1;
}

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

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

#links_rechts_container {
	background: url(../img/stadsklooster_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;
}

.main_navigation_tussenruimte {
	margin: 0px 0px 5px 0px;
}

.main_navigation_tussenruimte_last {
	margin: 0px 0px 2px 0px;
}

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

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

.nieuws_titel {
	color: #1193d1;
	font-weight: bold;
}

.nieuws_datum {
	color: #707070;
}

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

.nieuws_meer {
	text-align: right;
	color: #1193d1;
}

/*------------------ 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/stadsklooster_tussenlijn_verticaal.jpg) repeat-y;
}

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

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

.pagina_titel {
	margin: 0px 0px 16px 0px;
}

.koptitel {
	font-size: 14px;
	color: #1193d1;
}

.blauw_dik {
	color: #1193d1;
	font-weight: bold;
}

.activiteiten_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 #1193d1;
}

.afbeelding_border_rechts, .afbeelding_border {
	border: 1px solid #1193d1;
}

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

.blauw_dik {
	color: #1193d1;
	font-weight: bold;
}

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

.programma_afbeelding {
	float: right;
	margin: 0px 0px 10px 20px;
	border: 1px solid #1193d1;
}

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

.clear {
	clear: both;
}

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

.foutinform {
	color: #1193d1;
}

.knoppen {
	height: 24px;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFF;
	background: #1193d1;
	border: 1px solid #1193d1;
}

.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;
}

.twee_tot_vier_invoervelden {
	width: 100px;
	height: 17px;
	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/stadsklooster_sfeerbeeld_footer.jpg) no-repeat;
}

#sub_navigation {
	width: 780px;
	height: 35px;
	padding: 65px 20px 0px 0px;
	background: #1193d1;
	text-align: right;
}

/*------------------- 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				*/
/*												*/
/*----------------------------------------------*/