/*----------------------------------------------*/
/*												*/
/*		© 2009 Bean Designed					*/
/*		Alle rechten voorbehouden.				*/
/*												*/
/*		Adres:	Beb Vuykstraat 16				*/
/*				3207 WC Spijkenisse				*/
/*												*/
/*		Telefoon: +31 (0)6 23 18 56 74			*/
/*		Email: info@beandesigned.eu				*/
/*		Internet: http://www.beandesigned.eu/	*/
/*												*/
/*----------------------------------------------*/

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

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #58595B; /* DONKER GRIJS */
	line-height: 1.5;
	background: url(../img/middenbaan_winkelcentrum_achtergrond.jpg) top left no-repeat fixed;
}

/*---*/

a:link, a:visited {
	text-decoration: underline;
	color: #12BAA7; /* DONKER MINT */
}

a:hover {
	text-decoration: none;
	color: #12BAA7; /* DONKER MINT */
}

/*---*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #0F86B1; /* DONKER BLAUW */
}

/*-------------------- TOP ---------------------*/

#top_wrap {
	width: 100%;
	position: fixed;
	z-index: 21;
}

#top_container {
	height: 198px;
	background: url(../img/middenbaan_winkelcentrum_ondergrond_top.jpg) top left no-repeat fixed;
}

#top {
	margin: 0px;
	position: relative;
}

/*-------------------- LOGO --------------------*/

#logo {
	width: 200px;
	height: 108px;
	position: absolute;
	left: 330px;
	top: 30px;
	z-index: 31;
}

/*----------------- NAVIGATIE ------------------*/

#navigatie {
	width: 148px;
	padding: 1px 0px 23px 30px;
	position: absolute;
	left: 122px;
	top: 198px;
	z-index: 41;
	font-size: 13px;
	background: url(../img/middenbaan_winkelcentrum_ondergrond_menu_en_content.png) repeat;
}

/*---*/

#navigatie ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none;
}

#navigatie ul li {
	margin: 0px 0px 11px 0px;
}

/*---*/

#navigatie a {
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 6px 7px;
	background: #30A6BF; /* LICHT BLAUW */
}

#navigatie a:link, #navigatie a:visited {
	text-decoration: none;
	color: #FFFFFF; /* WIT */
}

#navigatie a:hover {
	color: #FFFFFF; /* WIT */
	background: #0F86B1; /* DONKER BLAUW */
}

/*-------- CONTENT / SIDEBAR CONTAINERS --------*/

#content_sidebar_container {
	width: 700px;
	margin: 0px;
	padding: 198px 0px 30px 300px;
	overflow: auto;
	background: url(../img/middenbaan_winkelcentrum_ondergrond_sidebar.png) repeat-y;
}

/*---*/

#content_container {
	width: 440px;
	height: auto;
	min-height: 700px;
	padding: 1px 30px 0px 30px;
	float: left;
	background: url(../img/middenbaan_winkelcentrum_ondergrond_menu_en_content.png) repeat;
}

* html #content_container {
	height: 700px;
}

/*---*/

#sidebar_container {
	float: right;
	width: 200px;
}

/*---*/

#content_sidebar_clear {
	clear: both;
}

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

.content_cursief {
	font-style: italic;
}

.content_blauw_bold {
	font-weight: bold;
	color: #0F86B1; /* DONKER BLAUW */
}

/*---*/

.content_nieuws_img, .content_winkeliers_img {
	margin: 5px 20px 10px 0px;
	padding: 3px;
	float: left;
	background: #FFFFFF; /* WIT */
	border: 1px solid #58595B; /* DONKER GRIJS */
}

.content_afbeelding_positie_links {
	margin: 0px 20px 10px 0px;
	padding: 3px;
	float: left;
	background: #FFFFFF; /* WIT */
	border: 1px solid #58595B; /* DONKER GRIJS */
}

.content_afbeelding_positie_rechts {
	margin: 0px 0px 10px 20px;
	padding: 3px;
	float: right;
	background: #FFFFFF; /* WIT */
	border: 1px solid #58595B; /* DONKER GRIJS */
}

/*---*/

.content_lijn_breed, .content_lijn_links {
	margin: 30px 0px 30px 0px;
}

.content_lijn_table_onder {
	border-bottom: 1px solid #D3D3D3; /* LICHT / MIDDEN GRIJS */
}

/*---*/

.content_l_r_container {
	width: 440px;
	background: url(../img/middenbaan_winkelcentrum_lijn_verticaal.png) repeat-y;
}

.content_l_r_container_links {
	width: 190px;
	float: left;
}

.content_l_r_container_rechts {
	width: 190px;
	float: right;
}

.content_l_r_container_clear {
	clear: both;
}

/*---*/

.content_link_rechts {
	margin: 0px;
	text-align: right;
	color: #12BAA7; /* DONKER MINT */
}

/*---*/

#categorieen_form {
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

#categorieen_selecteren {
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B; /* DONKER GRIJS */
	border: 1px solid #AAAAAA; /* MIDDEN GRIJS */
}

.content_winkelaanbod_categorie {
	font-size: 13px;
	font-weight: normal;
	color: #0F86B1; /* DONKER BLAUW */
}

/*---*/

.content_link_grijs a:link, .content_link_grijs a:visited {
	text-decoration: none;
	color: #58595B; /* DONKER GRIJS */
}

.content_link_grijs a:hover {
	text-decoration: underline;
	color: #58595B; /* DONKER GRIJS */
}

/*---*/

.content_tabel_openingstijden_home {
	width: 55%;
	float: left;
}

.content_tabel_openingstijden {
	width: 25%;
	float: left;
}

.content_tabel_planning_activiteiten {
	width: 125px;
	float: left;
}

/*---*/

.content_tabel_feestmaand_actie_links {
	width: 130px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.content_tabel_feestmaand_actie_midden {
	width: 210px;
	float: left;
}

.content_tabel_feestmaand_actie_rechts {
	width: 80px;
	float: right;
	text-align: right;
}

.content_tabel_feestmaand_actie_clear {
	width: 440px;
	height: 1px;
	clear: both;
	background: url(../img/middenbaan_winkelcentrum_lijn_breed.jpg) no-repeat;
}

/*---*/

#extra_attention a, #extra_attention a:hover {
	width: 180px;
	margin: 0px 0px 30px 0px;
	padding: 10px;
	display: block;
	color: #58595B; /* DONKER GRIJS */
	background: #E2D043; /* LICHT GEEL */
	text-decoration: none;
	text-align: center;
}

.extra_attention_titel {
	font-size: 13px;
	font-weight: bold;
	color: #0F86B1; /* DONKER BLAUW */
}

/*---*/

#nieuws {
	width: 180px;
	margin: 0px 0px 30px 0px;
	padding: 10px;
	color: #FFFFFF; /* WIT */
	background: #5BC4B4; /* LICHT MINT */
}

.nieuws_titel {
	font-size: 13px;
	color: #58595B; /* DONKER GRIJS */
}

.nieuws_rechts {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.nieuws_rechts a:link, .nieuws_rechts a:visited {
	text-decoration: underline;
	color: #FFFFFF; /* WIT */
}

.nieuws_rechts a:hover {
	text-decoration: none;
	color: #FFFFFF; /* WIT */
}

/*---*/

#gratis_parkeren {
	margin: 0px 0px 30px 0px;
}

/*---*/
/*
#nieuwsbrief {
	width: 180px;
	margin: 0px;
	padding: 10px;
	color: #58595B; * DONKER GRIJS *
	background: #E2D043; * LICHT GEEL *
}

.nieuwsbrief_titel {
	font-size: 13px;
	color: #0F86B1; * DONKER BLAUW *
}
*/
/*---*/

.fotoalbum_links {
	width: 140px;
	margin: 0px 10px 0px 0px;
	float: left;
	text-align: center;
}

.fotoalbum_midden {
	width: 140px;
	float: left;
	text-align: center;
}

.fotoalbum_rechts {
	width: 140px;
	float: right;
	text-align: center;
}

.fotoalbum_clear {
	clear: both;
}

.fotoalbum_home {
	width: 190px;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.fotoalbum_img {
	border: 10px solid #D3D3D3; /* LICHT / MIDDEN GRIJS */
}

/*---*/

.fotoalbum_paginering, .fotoalbum_paginering_highlight {
	text-align: center;
}

.fotoalbum_paginering a:link, .fotoalbum_paginering a:visited, .fotoalbum_paginering a:hover, .fotoalbum_paginering_highlight a:link, .fotoalbum_paginering_highlight a:visited, .fotoalbum_paginering_highlight a:hover {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-decoration: none;
}

.fotoalbum_paginering a:link, .fotoalbum_paginering a:visited {
	background-color: #D3D3D3; /* LICHT / MIDDEN GRIJS */
	color: #58595B; /* DONKER GRIJS */
}

.fotoalbum_paginering a:hover {
	background-color: #AAAAAA; /* MIDDEN GRIJS */
	color: #58595B; /* DONKER GRIJS */
}

.fotoalbum_paginering_highlight a:link, .fotoalbum_paginering_highlight a:visited {
	background-color: #E2D043; /* LICHT GEEL */
	color: #58595B; /* DONKER GRIJS */
}

.fotoalbum_paginering_highlight a:hover {
	background-color: #C7B233; /* DONKER GEEL */
	color: #58595B; /* DONKER GRIJS */
}

/*-------------------- CMS ---------------------*/

.cms_document_pdf_img {
	vertical-align: middle;
}

.cms_document_pdf_bestandsgrootte {
	color: #58595B; /* DONKER GRIJS */
	font-style: italic;
}

/*------------------ LIGHTBOX ------------------*/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 93;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 91;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../img/middenbaan_winkelcentrum_lightbox_prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../img/middenbaan_winkelcentrum_lightbox_nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	width: 100%;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 1.5;
	overflow: auto;
}

#imageData {
	padding: 0 10px;
	color: #343434;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 92;
	width: 100%;
	height: 500px;
	background-color: #000000;
}

/*------------- NIEUWSBRIEF ONLINE -------------*/

#nieuwsbrief_online_body {
	background: url(../img/middenbaan_winkelcentrum_achtergrond.jpg) top left no-repeat;
}

/*---*/

#nieuwsbrief_online_container {
	width: 440px;
	margin: 30px 0px 30px 210px;
}

#nieuwsbrief_logo {
	width: 440px;
	height: 108px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}

#nieuwsbrief_online_content {
	width: 440px;
}

/*---*/

.nieuwsbrief_online_introductie {
	font-size: 13px;
	color: #12BAA7; /* DONKER MINT */
}

.nieuwsbrief_online_titel {
	font-size: 13px;
	color: #0F86B1; /* DONKER BLAUW */
}

.nieuwsbrief_online_img {
	float: left;
	margin: 0px 20px 20px 0px;
}

.nieuwsbrief_online_tussenlijn {
	margin: 20px 0px 20px 0px;
}

/*------------------- FORMS --------------------*/

.form_bericht_rood {
	color: #0F86B1; /* DONKER BLAUW */
}

/*---*/

.knoppen {
	height: 24px;
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #58595B; /* DONKER GRIJS */
	border: 1px solid #58595B; /* DONKER GRIJS */
	color: #FFFFFF; /* WIT */
}

/*---*/

#form_nieuwsbrief, .form_routeplanner, #form_contact_naam, .form_contact_invulveld, #form_contact_email, #form_contact_bericht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #58595B; /* DONKER GRIJS */
	border: 1px solid #AAAAAA; /* MIDDEN GRIJS */
}

#form_nieuwsbrief {
	width: 176px;
	height: 16px;
	margin: 10px 0px 0px 0px;
}

.form_routeplanner {
	width: 186px;
	height: 16px;
	margin: 5px 0px 0px 0px;
}

#form_contact_naam, .form_contact_invulveld, #form_contact_email {
	width: 186px;
	height: 16px;
}

#form_contact_bericht {
	width: 186px;
	height: 100px;
}

/*---*/

.form_0_margin {
	margin: 0px;
	padding: 0px;
}

/*---*/

.nieuwsbrief_melding, .contact_melding {
	margin: 10px 0px 0px 0px;
}

/*---*/

.form_url {
	display: none;
}

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

#footer {
	width: 767px;
	height: 53px;
	padding: 2px 33px 0px 0px;
	text-align: right;
	color: #FFFFFF; /* WIT */
	background: url(../img/middenbaan_winkelcentrum_ondergrond_footer.png) top left no-repeat;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF; /* WIT */
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF; /* WIT */
}

/*----------------------------------------------*/
/*												*/
/*					Einde CSS					*/
/*												*/
/*----------------------------------------------*/
