
	/* ---------------------------------------------*/
/* STYLESHEET voor de website van Uitje aan Zee */
/* ---------------------------------------------*/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}

/*-------------------------------- MAIN CONTAINERS ----*/

div#main {
	width: 901px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

div#nav {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
}

div#header {
	width: 100%;
	height: 475px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
}

div#content {
	margin: 0;
	padding: 0;
	float: left;
	background-position: 330px 0;
	background-repeat: no-repeat;
}

div#footer {
	margin: 0;
	padding: 0;
	width: 901px;
	height: 30px;
	float: left;
	border: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
	text-align: left;
}




div#main h1.pagetitel {
	font-family: Arial, Helvetica, sans-serif;
	top: 494px;
	right: 399px;
	position: absolute;
	z-index: 3;
	color: #FFF;
	font-size: 160%;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/*-------------------------------- inner containers ----*/

div#header_left {
	width: 500px;
	height: 475px;
	float: left;
	position: relative;
}

div#header_right {
	width: 400px;
	height: 475px;
	float: right;
	position: relative;
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #FFF;
}

div#content_left {
	width: 330px;
	min-height: 200px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
}

div#content_center {
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	min-height: 400px;
	overflow: hidden;
	display: block;
}

div#content_right {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}




div#header img.logo {
	top: 0;
	left: 0;
	width: 191px;
	height: 123px;
	position: absolute;
	z-index: 2;
}

div#header_left #slide-container {
	position: absolute;
	width: 500px;
	height: 375px;
	top: 100px;
	left: 0px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

div#header_right img.zeeland {
	float: right;
}

div#header_right span.location {
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	color: #fff;
	z-index: 10;
	padding-left: 14px;
	background-image: url(../images/bullit_location.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content_left .content {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}



div#content_left .content a {
	color: #000;
}

div#content_left .content a:hover {
	color: #CC0000;
}


div#content_right .text {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}


div#content_left div.news {
	margin: 20px 0px 20px 0px;
	border-bottom: 0px dotted #ccc;
}

div#content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 130%;
}

div#content_left div.news .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
}



div#content_center h1 {
	text-transform: uppercase;
	line-height: 100%;
	font-size: 160%;
	margin: 0;
	padding: 0;
}


div#content_center div.newsflash {
	margin: 20px 20px 20px 20px;
	cursor: pointer;
}

div#content_center div.newsflash a {
	text-decoration: none;
}

div#content_center div.newsflash h1 {
	font-size: 60%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

div#content_center div.newsflash .content {
	font-size: 70%;
	line-height: 130%;
	color: #FFFFFF;
	text-align: justify;
}





div#content_center ul.eventlist {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 20px 20px 10px 20px; 
}

div#content_center ul.eventlist li {
	
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	cursor: pointer;
}

div#content_center ul.eventlist li a {
	color: #FFF;
	text-decoration: none;
}

div#content_center ul.eventlist li a:hover {
	color: #f7941c;
}






div#content_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}




div#content_right .frame {
	float: left;
	background-color: #FFFFFF;
}


div#content_right .showcase {
	float: left;
	display: inline;
	width: 199px;
	margin: 0 0 0 1px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: 0 110px;
	border-bottom: 1px solid #fff;
}

div#content_right .showcase a {
	color: #000;
	text-decoration: none;
}

div#content_right .showcase h1 {
	margin: 0px;
	font-size: 60%;
	xtext-align: center;
	width: 199px;
	height: 30px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-indent: 10px;
}

div#content_right .showcase img {
	width: 199px;
	height: 149px;
	float: left;
	border: none;
}

div#content_right .showcase .tekst {
	width: 199px;
	font-size: 70%;
	line-height: 130%;
}

div#content_right .showcase .tekst div.inner {
	margin: 6px 10px 15px 10px;
	text-align: justify;
}








div#content_right div.eventitem {
	float: left;
	width: 399px;
	margin: 0 0 0 1px;
	background-repeat: repeat-x;
	background-position: 0 240px;
}

/*
div#content_right div.eventitem img {
	width: 399px;
	height: 299px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
*/

div#content_right div#accordion {
	float: left;
	margin: 0;
	padding: 0;
}

div#content_right div.eventitem h1 {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 20px 0px 20px;
	padding: 0;
	line-height: 130%;
	*/
	
	font-size: 60%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 20px;
	cursor: pointer;
	line-height: 22px;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 380px center;
}

div#content_right div.eventitem .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
	background-repeat: repeat-x;
	height: auto;
}

div#content_right div.eventitem .content div.inner {
	margin: 10px 20px 20px 20px;
}











/*






div.titel2 {
	width: 199px;
	height: 30px;
	background-color: #dfbe33;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

span.inner {
	margin: 0 0 0 15px;
}

span.inner a {
	color: #fff;
	text-decoration: none;
}

div.leesverder {
	width: 199px;
	height: 25px;
	background-color: #2a96d7;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
	 







div#content_right .home {
	background: url(../images/bg_bottomRechts_home.gif) repeat-x top left;
}

div#content_right .thema {
	background: url(../images/bg_bottomRechts_thema.gif) repeat-x top left;
}

div#content_right .city {
	background: url(../images/bg_bottomRechts_city.gif) repeat-x top left;
}

div#content_right .beach {
	background: url(../images/bg_bottomRechts_beach.gif) repeat-x top left;
}

div#content_right .outdoor {
	background: url(../images/bg_bottomRechts_outdoor.gif) repeat-x top left;
}

div#content_right .eventsearch {
	border-left: 1px solid #fff;
	width: 399px;
	height: 500px;
	margin: 0 0 50px 0;
	background: url(../images/verloop_eventsearch.jpg) no-repeat top right;
}



div.eventsearch_titel {
	width: 399px;
	height: 30px;
	background-color: #1b507b;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
}

div.eventsearch_titel span.titel {
	width: 300px;
	position: absolute;
	margin: 0 0 0 15px;
}



div#nav_events {
	width: 400px;
	height: 122px;
	margin: 0;
	padding: 0;
}





div#content_center img {
	margin: 0 0 20px 0;
}

div#content_center .home img {
	border: 1px solid #fff;
	margin: 20px 0 0 20px;
}
*/

div#nav_events ul{
	width:400px;
	height:122px;
	padding: 0;
	margin: 0;
}
	
div#nav_events ul li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
}
	
div#nav_events ul li a {
	border:0;
	display:block;
	text-decoration:none;
	background: url(../images/subNav_icons.gif)
}
	
li#thema a {
	width:100px;
	height:122px;
	background-position: 0px 0px;
}

li#thema a:link, li#thema a:visited {	
	background-position: 0px 0px;
	}
li#thema a:hover, li#thema a:active {	
	background-position: 0px -122px;
	}
	
li#thema a.current {	
	background-position: 0px -122px;
	}
	
	
	
	
	
	
li#city a {
	width:100px;
	height:122px;
}
li#city a:link, li#city a:visited {	
	background-position: -100px 0px;
	}
li#city a:hover, li#city a:active {	
	background-position: -100px -122px;
	}
	
li#city a.current {	
	background-position: -100px -122px;
	}







li#beach a {
	width:100px;
	height:122px;
}
li#beach a:link, li#beach a:visited {	
	background-position: -200px 0px;
	}
li#beach a:hover, li#beach a:active {	
	background-position: -200px -122px;
	}
	
li#beach a.current {	
	background-position: -200px -122px;
	}
	
	
	
	
	
	
	
li#outdoor a {
	width:100px;
	height:122px;
	background-position: -300px 0px;
}
li#outdoor a:link, li#outdoor a:visited {	
	background-position: -300px 0px;
	}
li#outdoor a:hover, li#outdoor a:active {	
	background-position: -300px -122px;
	}
	
li#outdoor a.current {	
	background-position: -300px -122px;
	}
/*


ul#subsub {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;
}

ul#subsub li {
	display: block;
	text-align: left;
	margin: 0 0 0 20px;
	width: 100px;
	height: 25px;
}

ul#subsub li a:link, ul#subsub li a:visited {
	width: 160px;
	height: 25px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
}

ul#subsub li a:hover, ul#subsub li a:active {
	font-size: 11px;
	font-weight: bold;
	color: #f7941d;
	display:block;
}



ul#subsubsub {
	width: 400px;
	height:30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
	border-bottom: 1px solid #fff;
}

ul#subsubsub li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

ul#subsubsub li a:link, ul#subsubsub li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	text-decoration:none;
	width: 100px;
	font-weight: normal;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

ul#subsubsub li a:hover, ul#subsubsub li a:active{
	color: #f7941d;
	font-weight: bold;
	background-color: #fff;
}



p.subsubsub{
	width: 360px;
	margin: 0 0 20px 20px;
}

h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 10px 20px;
}


h2 {
	font-size: 15px;
	font-variant: small-caps;
	color: #fff;
	margin: 0 0 10px 20px;
}

h3 {
	margin: 4px 0 20px 0;
	color: #fff;
	font-variant:small-caps;
}



div.inner a{
	width: 199px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	display: block;
}





div.opties {
	margin: 20px 0 0 20px;
}

div.opties option {
	width: 325px;
	border: 0;
	font-size: 10px;
	height: 20px;
}

select {
	width: 360px;
	margin: 0 0 5px 0;
}

h4 {
	border-top: 1px dotted #1a507b;
	border-bottom: 1px dotted #1a507b;
	height: 30px;
}

h4 span {
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0 20px;
	color: #1a507b;
}

ul.search_results {
	margin: 0;
	padding: 0;
}

ul.search_results li {
	list-style-type:none;
	height: 30px;
	line-height: 30px;
}

ul.search_results li a{
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000;
}

ul.search_results li.odd {
	background-color: #e8f2fb;
}

ul.search_results li b {
	font-weight: bold;
	font-size: 12px;
	color: #1a507b;
	margin: 0 20px 0 20px;
	width: 200px;
}



div#keuzebox {
	width: 360px;
	height: auto;
	border: 1px solid #81ABEB;
	background-color: #E8F2FB;
	margin: 0 0 0 20px;
}

div#titelbar {
	width: 360px;
	height: 30px;
	background-color: #1a507b;
	line-height: 30px;
	color: #fff;
}

div#titelbar span {
	margin: 0 0 0 15px;
	float: left;
}

div#titelbar a.rechts {
	background-image: url(../images/close_keuzebox.gif);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	float: right;
	color: #fff;
}

div.inner_search {
	width: 320px;
	height: auto;
	margin: 15px;
}

form.searchbox_form {
	font-size: 100%;
}



ul#nieuws_archief {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;

	background-position: top right;
	background-repeat: no-repeat;
}

ul#nieuws_archief li {
	display: block;
	text-align: left;
	margin: 0 0 10px 20px;
	width: 130px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #1a507b;
}

ul#nieuws_archief li a:link, ul#nieuws_archief li a:visited {
	width: 160px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
	line-height: 15px;
}

ul#nieuws_archief li a:hover, ul#nieuws_archief li a:active {
	color: #1a507b;
	display: block;
}

h5 {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #1a507b;
}

a.bekijk_archief {
	float: right;
	margin: 0 20px 0 0;
	color: #1a507b;
	text-decoration: none;
}

a:hover.bekijk_archief {
	text-decoration: underline;
}
*//* ---------------------------------------------*/
/* STYLESHEET voor de website van Uitje aan Zee */
/* ---------------------------------------------*/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}

/*-------------------------------- MAIN CONTAINERS ----*/

div#main {
	width: 901px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

div#nav {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
}

div#header {
	width: 100%;
	height: 475px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
}

div#content {
	margin: 0;
	padding: 0;
	float: left;
	background-position: 330px 0;
	background-repeat: no-repeat;
}

div#footer {
	margin: 0;
	padding: 0;
	width: 901px;
	height: 30px;
	float: left;
	border: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
	text-align: left;
}




div#main h1.pagetitel {
	font-family: Arial, Helvetica, sans-serif;
	top: 494px;
	right: 399px;
	position: absolute;
	z-index: 3;
	color: #FFF;
	font-size: 160%;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/*-------------------------------- inner containers ----*/

div#header_left {
	width: 500px;
	height: 475px;
	float: left;
	position: relative;
}

div#header_right {
	width: 400px;
	height: 475px;
	float: right;
	position: relative;
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #FFF;
}

div#content_left {
	width: 330px;
	min-height: 200px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
}

div#content_center {
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	min-height: 400px;
	overflow: hidden;
	display: block;
}

div#content_right {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}




div#header img.logo {
	top: 0;
	left: 0;
	width: 191px;
	height: 123px;
	position: absolute;
	z-index: 2;
}

div#header_left #slide-container {
	position: absolute;
	width: 500px;
	height: 375px;
	top: 100px;
	left: 0px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

div#header_right img.zeeland {
	float: right;
}

div#header_right span.location {
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	color: #fff;
	z-index: 10;
	padding-left: 14px;
	background-image: url(../images/bullit_location.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content_left .content {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}



div#content_left .content a {
	color: #000;
}

div#content_left .content a:hover {
	color: #CC0000;
}


div#content_right .text {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}


div#content_left div.news {
	margin: 20px 0px 20px 0px;
	border-bottom: 0px dotted #ccc;
}

div#content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 130%;
}

div#content_left div.news .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
}



div#content_center h1 {
	text-transform: uppercase;
	line-height: 100%;
	font-size: 160%;
	margin: 0;
	padding: 0;
}


div#content_center div.newsflash {
	margin: 20px 20px 20px 20px;
	cursor: pointer;
}

div#content_center div.newsflash a {
	text-decoration: none;
}

div#content_center div.newsflash h1 {
	font-size: 60%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

div#content_center div.newsflash .content {
	font-size: 70%;
	line-height: 130%;
	color: #FFFFFF;
	text-align: justify;
}





div#content_center ul.eventlist {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 20px 20px 10px 20px; 
}

div#content_center ul.eventlist li {
	
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	cursor: pointer;
}

div#content_center ul.eventlist li a {
	color: #FFF;
	text-decoration: none;
}

div#content_center ul.eventlist li a:hover {
	color: #f7941c;
}






div#content_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}




div#content_right .frame {
	float: left;
	background-color: #FFFFFF;
}


div#content_right .showcase {
	float: left;
	display: inline;
	width: 199px;
	margin: 0 0 0 1px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: 0 110px;
	border-bottom: 1px solid #fff;
}

div#content_right .showcase a {
	color: #000;
	text-decoration: none;
}

div#content_right .showcase h1 {
	margin: 0px;
	font-size: 60%;
	xtext-align: center;
	width: 199px;
	height: 30px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-indent: 10px;
}

div#content_right .showcase img {
	width: 199px;
	height: 149px;
	float: left;
	border: none;
}

div#content_right .showcase .tekst {
	width: 199px;
	font-size: 70%;
	line-height: 130%;
}

div#content_right .showcase .tekst div.inner {
	margin: 6px 10px 15px 10px;
	text-align: justify;
}








div#content_right div.eventitem {
	float: left;
	width: 399px;
	margin: 0 0 0 1px;
	background-repeat: repeat-x;
	background-position: 0 240px;
}

/*
div#content_right div.eventitem img {
	width: 399px;
	height: 299px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
*/

div#content_right div#accordion {
	float: left;
	margin: 0;
	padding: 0;
}

div#content_right div.eventitem h1 {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 20px 0px 20px;
	padding: 0;
	line-height: 130%;
	*/
	
	font-size: 60%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 20px;
	cursor: pointer;
	line-height: 22px;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 380px center;
}

div#content_right div.eventitem .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
	background-repeat: repeat-x;
	height: auto;
}

div#content_right div.eventitem .content div.inner {
	margin: 10px 20px 20px 20px;
}











/*






div.titel2 {
	width: 199px;
	height: 30px;
	background-color: #dfbe33;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

span.inner {
	margin: 0 0 0 15px;
}

span.inner a {
	color: #fff;
	text-decoration: none;
}

div.leesverder {
	width: 199px;
	height: 25px;
	background-color: #2a96d7;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
	 







div#content_right .home {
	background: url(../images/bg_bottomRechts_home.gif) repeat-x top left;
}

div#content_right .thema {
	background: url(../images/bg_bottomRechts_thema.gif) repeat-x top left;
}

div#content_right .city {
	background: url(../images/bg_bottomRechts_city.gif) repeat-x top left;
}

div#content_right .beach {
	background: url(../images/bg_bottomRechts_beach.gif) repeat-x top left;
}

div#content_right .outdoor {
	background: url(../images/bg_bottomRechts_outdoor.gif) repeat-x top left;
}

div#content_right .eventsearch {
	border-left: 1px solid #fff;
	width: 399px;
	height: 500px;
	margin: 0 0 50px 0;
	background: url(../images/verloop_eventsearch.jpg) no-repeat top right;
}



div.eventsearch_titel {
	width: 399px;
	height: 30px;
	background-color: #1b507b;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
}

div.eventsearch_titel span.titel {
	width: 300px;
	position: absolute;
	margin: 0 0 0 15px;
}



div#nav_events {
	width: 400px;
	height: 122px;
	margin: 0;
	padding: 0;
}





div#content_center img {
	margin: 0 0 20px 0;
}

div#content_center .home img {
	border: 1px solid #fff;
	margin: 20px 0 0 20px;
}
*/

div#nav_events ul{
	width:400px;
	height:122px;
	padding: 0;
	margin: 0;
}
	
div#nav_events ul li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
}
	
div#nav_events ul li a {
	border:0;
	display:block;
	text-decoration:none;
	background: url(../images/subNav_icons.gif)
}
	
li#thema a {
	width:100px;
	height:122px;
	background-position: 0px 0px;
}

li#thema a:link, li#thema a:visited {	
	background-position: 0px 0px;
	}
li#thema a:hover, li#thema a:active {	
	background-position: 0px -122px;
	}
	
li#thema a.current {	
	background-position: 0px -122px;
	}
	
	
	
	
	
	
li#city a {
	width:100px;
	height:122px;
}
li#city a:link, li#city a:visited {	
	background-position: -100px 0px;
	}
li#city a:hover, li#city a:active {	
	background-position: -100px -122px;
	}
	
li#city a.current {	
	background-position: -100px -122px;
	}







li#beach a {
	width:100px;
	height:122px;
}
li#beach a:link, li#beach a:visited {	
	background-position: -200px 0px;
	}
li#beach a:hover, li#beach a:active {	
	background-position: -200px -122px;
	}
	
li#beach a.current {	
	background-position: -200px -122px;
	}
	
	
	
	
	
	
	
li#outdoor a {
	width:100px;
	height:122px;
	background-position: -300px 0px;
}
li#outdoor a:link, li#outdoor a:visited {	
	background-position: -300px 0px;
	}
li#outdoor a:hover, li#outdoor a:active {	
	background-position: -300px -122px;
	}
	
li#outdoor a.current {	
	background-position: -300px -122px;
	}
/*


ul#subsub {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;
}

ul#subsub li {
	display: block;
	text-align: left;
	margin: 0 0 0 20px;
	width: 100px;
	height: 25px;
}

ul#subsub li a:link, ul#subsub li a:visited {
	width: 160px;
	height: 25px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
}

ul#subsub li a:hover, ul#subsub li a:active {
	font-size: 11px;
	font-weight: bold;
	color: #f7941d;
	display:block;
}



ul#subsubsub {
	width: 400px;
	height:30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
	border-bottom: 1px solid #fff;
}

ul#subsubsub li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

ul#subsubsub li a:link, ul#subsubsub li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	text-decoration:none;
	width: 100px;
	font-weight: normal;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

ul#subsubsub li a:hover, ul#subsubsub li a:active{
	color: #f7941d;
	font-weight: bold;
	background-color: #fff;
}



p.subsubsub{
	width: 360px;
	margin: 0 0 20px 20px;
}

h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 10px 20px;
}


h2 {
	font-size: 15px;
	font-variant: small-caps;
	color: #fff;
	margin: 0 0 10px 20px;
}

h3 {
	margin: 4px 0 20px 0;
	color: #fff;
	font-variant:small-caps;
}



div.inner a{
	width: 199px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	display: block;
}





div.opties {
	margin: 20px 0 0 20px;
}

div.opties option {
	width: 325px;
	border: 0;
	font-size: 10px;
	height: 20px;
}

select {
	width: 360px;
	margin: 0 0 5px 0;
}

h4 {
	border-top: 1px dotted #1a507b;
	border-bottom: 1px dotted #1a507b;
	height: 30px;
}

h4 span {
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0 20px;
	color: #1a507b;
}

ul.search_results {
	margin: 0;
	padding: 0;
}

ul.search_results li {
	list-style-type:none;
	height: 30px;
	line-height: 30px;
}

ul.search_results li a{
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000;
}

ul.search_results li.odd {
	background-color: #e8f2fb;
}

ul.search_results li b {
	font-weight: bold;
	font-size: 12px;
	color: #1a507b;
	margin: 0 20px 0 20px;
	width: 200px;
}



div#keuzebox {
	width: 360px;
	height: auto;
	border: 1px solid #81ABEB;
	background-color: #E8F2FB;
	margin: 0 0 0 20px;
}

div#titelbar {
	width: 360px;
	height: 30px;
	background-color: #1a507b;
	line-height: 30px;
	color: #fff;
}

div#titelbar span {
	margin: 0 0 0 15px;
	float: left;
}

div#titelbar a.rechts {
	background-image: url(../images/close_keuzebox.gif);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	float: right;
	color: #fff;
}

div.inner_search {
	width: 320px;
	height: auto;
	margin: 15px;
}

form.searchbox_form {
	font-size: 100%;
}



ul#nieuws_archief {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;

	background-position: top right;
	background-repeat: no-repeat;
}

ul#nieuws_archief li {
	display: block;
	text-align: left;
	margin: 0 0 10px 20px;
	width: 130px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #1a507b;
}

ul#nieuws_archief li a:link, ul#nieuws_archief li a:visited {
	width: 160px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
	line-height: 15px;
}

ul#nieuws_archief li a:hover, ul#nieuws_archief li a:active {
	color: #1a507b;
	display: block;
}

h5 {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #1a507b;
}

a.bekijk_archief {
	float: right;
	margin: 0 20px 0 0;
	color: #1a507b;
	text-decoration: none;
}

a:hover.bekijk_archief {
	text-decoration: underline;
}
*//*----------------------------- NAVIGATIE ----------*/

div#navigatie {
	width: 500px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 20px;
	position: absolute;
}

div#navigatie ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
}

div#navigatie ul li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

div#navigatie ul li a:link, div#navigatie ul li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration:none;
	width: 83px;
	font-weight: bold;
	color: #000;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

div#navigatie ul li a:hover, div#navigatie ul li a:active , div#navigatie ul li a.current{
	background-color: #1c7dc7;
	color: #fff;
}/* ---------------------------------------------*/
/* STYLESHEET voor de website van Uitje aan Zee */
/* ---------------------------------------------*/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}

/*-------------------------------- MAIN CONTAINERS ----*/

div#main {
	width: 901px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

div#nav {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
}

div#header {
	width: 100%;
	height: 475px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
}

div#content {
	margin: 0;
	padding: 0;
	float: left;
	background-position: 330px 0;
	background-repeat: no-repeat;
}

div#footer {
	margin: 0;
	padding: 0;
	width: 901px;
	height: 30px;
	float: left;
	border: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
	text-align: left;
}




div#main h1.pagetitel {
	font-family: Arial, Helvetica, sans-serif;
	top: 494px;
	right: 399px;
	position: absolute;
	z-index: 3;
	color: #FFF;
	font-size: 160%;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/*-------------------------------- inner containers ----*/

div#header_left {
	width: 500px;
	height: 475px;
	float: left;
	position: relative;
}

div#header_right {
	width: 400px;
	height: 475px;
	float: right;
	position: relative;
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #FFF;
}

div#content_left {
	width: 330px;
	min-height: 200px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
}

div#content_center {
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	min-height: 400px;
	overflow: hidden;
	display: block;
}

div#content_right {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}




div#header img.logo {
	top: 0;
	left: 0;
	width: 191px;
	height: 123px;
	position: absolute;
	z-index: 2;
}

div#header_left #slide-container {
	position: absolute;
	width: 500px;
	height: 375px;
	top: 100px;
	left: 0px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

div#header_right img.zeeland {
	float: right;
}

div#header_right span.location {
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	color: #fff;
	z-index: 10;
	padding-left: 14px;
	background-image: url(../images/bullit_location.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content_left .content {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}



div#content_left .content a {
	color: #000;
}

div#content_left .content a:hover {
	color: #CC0000;
}


div#content_right .text {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}


div#content_left div.news {
	margin: 20px 0px 20px 0px;
	border-bottom: 0px dotted #ccc;
}

div#content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 130%;
}

div#content_left div.news .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
}



div#content_center h1 {
	text-transform: uppercase;
	line-height: 100%;
	font-size: 160%;
	margin: 0;
	padding: 0;
}


div#content_center div.newsflash {
	margin: 20px 20px 20px 20px;
	cursor: pointer;
}

div#content_center div.newsflash a {
	text-decoration: none;
}

div#content_center div.newsflash h1 {
	font-size: 60%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

div#content_center div.newsflash .content {
	font-size: 70%;
	line-height: 130%;
	color: #FFFFFF;
	text-align: justify;
}





div#content_center ul.eventlist {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 20px 20px 10px 20px; 
}

div#content_center ul.eventlist li {
	
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	cursor: pointer;
}

div#content_center ul.eventlist li a {
	color: #FFF;
	text-decoration: none;
}

div#content_center ul.eventlist li a:hover {
	color: #f7941c;
}






div#content_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}




div#content_right .frame {
	float: left;
	background-color: #FFFFFF;
}


div#content_right .showcase {
	float: left;
	display: inline;
	width: 199px;
	margin: 0 0 0 1px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: 0 110px;
	border-bottom: 1px solid #fff;
}

div#content_right .showcase a {
	color: #000;
	text-decoration: none;
}

div#content_right .showcase h1 {
	margin: 0px;
	font-size: 60%;
	xtext-align: center;
	width: 199px;
	height: 30px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-indent: 10px;
}

div#content_right .showcase img {
	width: 199px;
	height: 149px;
	float: left;
	border: none;
}

div#content_right .showcase .tekst {
	width: 199px;
	font-size: 70%;
	line-height: 130%;
}

div#content_right .showcase .tekst div.inner {
	margin: 6px 10px 15px 10px;
	text-align: justify;
}








div#content_right div.eventitem {
	float: left;
	width: 399px;
	margin: 0 0 0 1px;
	background-repeat: repeat-x;
	background-position: 0 240px;
}

/*
div#content_right div.eventitem img {
	width: 399px;
	height: 299px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
*/

div#content_right div#accordion {
	float: left;
	margin: 0;
	padding: 0;
}

div#content_right div.eventitem h1 {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 20px 0px 20px;
	padding: 0;
	line-height: 130%;
	*/
	
	font-size: 60%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 20px;
	cursor: pointer;
	line-height: 22px;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 380px center;
}

div#content_right div.eventitem .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
	background-repeat: repeat-x;
	height: auto;
}

div#content_right div.eventitem .content div.inner {
	margin: 10px 20px 20px 20px;
}











/*






div.titel2 {
	width: 199px;
	height: 30px;
	background-color: #dfbe33;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

span.inner {
	margin: 0 0 0 15px;
}

span.inner a {
	color: #fff;
	text-decoration: none;
}

div.leesverder {
	width: 199px;
	height: 25px;
	background-color: #2a96d7;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
	 







div#content_right .home {
	background: url(../images/bg_bottomRechts_home.gif) repeat-x top left;
}

div#content_right .thema {
	background: url(../images/bg_bottomRechts_thema.gif) repeat-x top left;
}

div#content_right .city {
	background: url(../images/bg_bottomRechts_city.gif) repeat-x top left;
}

div#content_right .beach {
	background: url(../images/bg_bottomRechts_beach.gif) repeat-x top left;
}

div#content_right .outdoor {
	background: url(../images/bg_bottomRechts_outdoor.gif) repeat-x top left;
}

div#content_right .eventsearch {
	border-left: 1px solid #fff;
	width: 399px;
	height: 500px;
	margin: 0 0 50px 0;
	background: url(../images/verloop_eventsearch.jpg) no-repeat top right;
}



div.eventsearch_titel {
	width: 399px;
	height: 30px;
	background-color: #1b507b;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
}

div.eventsearch_titel span.titel {
	width: 300px;
	position: absolute;
	margin: 0 0 0 15px;
}



div#nav_events {
	width: 400px;
	height: 122px;
	margin: 0;
	padding: 0;
}





div#content_center img {
	margin: 0 0 20px 0;
}

div#content_center .home img {
	border: 1px solid #fff;
	margin: 20px 0 0 20px;
}
*/

div#nav_events ul{
	width:400px;
	height:122px;
	padding: 0;
	margin: 0;
}
	
div#nav_events ul li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
}
	
div#nav_events ul li a {
	border:0;
	display:block;
	text-decoration:none;
	background: url(../images/subNav_icons.gif)
}
	
li#thema a {
	width:100px;
	height:122px;
	background-position: 0px 0px;
}

li#thema a:link, li#thema a:visited {	
	background-position: 0px 0px;
	}
li#thema a:hover, li#thema a:active {	
	background-position: 0px -122px;
	}
	
li#thema a.current {	
	background-position: 0px -122px;
	}
	
	
	
	
	
	
li#city a {
	width:100px;
	height:122px;
}
li#city a:link, li#city a:visited {	
	background-position: -100px 0px;
	}
li#city a:hover, li#city a:active {	
	background-position: -100px -122px;
	}
	
li#city a.current {	
	background-position: -100px -122px;
	}







li#beach a {
	width:100px;
	height:122px;
}
li#beach a:link, li#beach a:visited {	
	background-position: -200px 0px;
	}
li#beach a:hover, li#beach a:active {	
	background-position: -200px -122px;
	}
	
li#beach a.current {	
	background-position: -200px -122px;
	}
	
	
	
	
	
	
	
li#outdoor a {
	width:100px;
	height:122px;
	background-position: -300px 0px;
}
li#outdoor a:link, li#outdoor a:visited {	
	background-position: -300px 0px;
	}
li#outdoor a:hover, li#outdoor a:active {	
	background-position: -300px -122px;
	}
	
li#outdoor a.current {	
	background-position: -300px -122px;
	}
/*


ul#subsub {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;
}

ul#subsub li {
	display: block;
	text-align: left;
	margin: 0 0 0 20px;
	width: 100px;
	height: 25px;
}

ul#subsub li a:link, ul#subsub li a:visited {
	width: 160px;
	height: 25px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
}

ul#subsub li a:hover, ul#subsub li a:active {
	font-size: 11px;
	font-weight: bold;
	color: #f7941d;
	display:block;
}



ul#subsubsub {
	width: 400px;
	height:30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
	border-bottom: 1px solid #fff;
}

ul#subsubsub li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

ul#subsubsub li a:link, ul#subsubsub li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	text-decoration:none;
	width: 100px;
	font-weight: normal;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

ul#subsubsub li a:hover, ul#subsubsub li a:active{
	color: #f7941d;
	font-weight: bold;
	background-color: #fff;
}



p.subsubsub{
	width: 360px;
	margin: 0 0 20px 20px;
}

h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 10px 20px;
}


h2 {
	font-size: 15px;
	font-variant: small-caps;
	color: #fff;
	margin: 0 0 10px 20px;
}

h3 {
	margin: 4px 0 20px 0;
	color: #fff;
	font-variant:small-caps;
}



div.inner a{
	width: 199px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	display: block;
}





div.opties {
	margin: 20px 0 0 20px;
}

div.opties option {
	width: 325px;
	border: 0;
	font-size: 10px;
	height: 20px;
}

select {
	width: 360px;
	margin: 0 0 5px 0;
}

h4 {
	border-top: 1px dotted #1a507b;
	border-bottom: 1px dotted #1a507b;
	height: 30px;
}

h4 span {
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0 20px;
	color: #1a507b;
}

ul.search_results {
	margin: 0;
	padding: 0;
}

ul.search_results li {
	list-style-type:none;
	height: 30px;
	line-height: 30px;
}

ul.search_results li a{
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000;
}

ul.search_results li.odd {
	background-color: #e8f2fb;
}

ul.search_results li b {
	font-weight: bold;
	font-size: 12px;
	color: #1a507b;
	margin: 0 20px 0 20px;
	width: 200px;
}



div#keuzebox {
	width: 360px;
	height: auto;
	border: 1px solid #81ABEB;
	background-color: #E8F2FB;
	margin: 0 0 0 20px;
}

div#titelbar {
	width: 360px;
	height: 30px;
	background-color: #1a507b;
	line-height: 30px;
	color: #fff;
}

div#titelbar span {
	margin: 0 0 0 15px;
	float: left;
}

div#titelbar a.rechts {
	background-image: url(../images/close_keuzebox.gif);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	float: right;
	color: #fff;
}

div.inner_search {
	width: 320px;
	height: auto;
	margin: 15px;
}

form.searchbox_form {
	font-size: 100%;
}



ul#nieuws_archief {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;

	background-position: top right;
	background-repeat: no-repeat;
}

ul#nieuws_archief li {
	display: block;
	text-align: left;
	margin: 0 0 10px 20px;
	width: 130px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #1a507b;
}

ul#nieuws_archief li a:link, ul#nieuws_archief li a:visited {
	width: 160px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
	line-height: 15px;
}

ul#nieuws_archief li a:hover, ul#nieuws_archief li a:active {
	color: #1a507b;
	display: block;
}

h5 {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #1a507b;
}

a.bekijk_archief {
	float: right;
	margin: 0 20px 0 0;
	color: #1a507b;
	text-decoration: none;
}

a:hover.bekijk_archief {
	text-decoration: underline;
}
*//*----------------------------- NAVIGATIE ----------*/

div#navigatie {
	width: 500px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 20px;
	position: absolute;
}

div#navigatie ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
}

div#navigatie ul li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

div#navigatie ul li a:link, div#navigatie ul li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration:none;
	width: 83px;
	font-weight: bold;
	color: #000;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

div#navigatie ul li a:hover, div#navigatie ul li a:active , div#navigatie ul li a.current{
	background-color: #1c7dc7;
	color: #fff;
}/*-------------------------------- COLORS ----*/
.default {
	background-color: #1d7dc7;
}
.thema {
	background-color: #7f177e;
}
.city {
	background-color: #a80808;
}
.beach {
	background-color: #dfbe33;
}
.outdoor {
	background-color: #379b15;
}






.text_default {
	color: #064475;
}
.text_thema {
	color: #60095f;
}
.text_city {
	color: #a80808;
}
.text_beach {
	color: #8b7305;
}
.text_outdoor {
	color: #1f6808;
}







.verloop_default {
	background: url(../images/verloop_default.gif);
}

.verloop_thema {
	background: url(../images/verloop_thema.gif);
}

.verloop_city {
	background: url(../images/verloop_city.gif);
}

.verloop_beach {
	background: url(../images/verloop_beach.gif);
}

.verloop_outdoor {
	background: url(../images/verloop_outdoor.gif);
}




.verloop_center_default {
	background: url(../images/verloop_center_default.gif);
}

.verloop_center_thema {
	background: url(../images/verloop_center_thema.gif);
}

.verloop_center_city {
	background: url(../images/verloop_center_city.gif);
}

.verloop_center_beach {
	background: url(../images/verloop_center_beach.gif);
}

.verloop_center_outdoor {
	background: url(../images/verloop_center_outdoor.gif);
}









.verloop_header_default {
	background: url(../images/verloop_center_default.gif);
	background-color: #81abeb;
}

.verloop_header_thema {
	background: url(../images/verloop_center_thema.gif);
	background-color: #c53fc3;
}

.verloop_header_city {
	background: url(../images/verloop_center_city.gif);
	background-color: #f64f4f;
}

.verloop_header_beach {
	background: url(../images/verloop_header_beach.gif);
	background-color: #f2d049;
}

.verloop_header_outdoor {
	background: url(../images/verloop_center_outdoor.gif);
	background-color: #60c628;
}/* ---------------------------------------------*/
/* STYLESHEET voor de website van Uitje aan Zee */
/* ---------------------------------------------*/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}

/*-------------------------------- MAIN CONTAINERS ----*/

div#main {
	width: 901px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

div#nav {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
}

div#header {
	width: 100%;
	height: 475px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
}

div#content {
	margin: 0;
	padding: 0;
	float: left;
	background-position: 330px 0;
	background-repeat: no-repeat;
}

div#footer {
	margin: 0;
	padding: 0;
	width: 901px;
	height: 30px;
	float: left;
	border: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
	text-align: left;
}




div#main h1.pagetitel {
	font-family: Arial, Helvetica, sans-serif;
	top: 494px;
	right: 399px;
	position: absolute;
	z-index: 3;
	color: #FFF;
	font-size: 160%;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/*-------------------------------- inner containers ----*/

div#header_left {
	width: 500px;
	height: 475px;
	float: left;
	position: relative;
}

div#header_right {
	width: 400px;
	height: 475px;
	float: right;
	position: relative;
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #FFF;
}

div#content_left {
	width: 330px;
	min-height: 200px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
}

div#content_center {
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	min-height: 400px;
	overflow: hidden;
	display: block;
}

div#content_right {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}




div#header img.logo {
	top: 0;
	left: 0;
	width: 191px;
	height: 123px;
	position: absolute;
	z-index: 2;
}

div#header_left #slide-container {
	position: absolute;
	width: 500px;
	height: 375px;
	top: 100px;
	left: 0px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

div#header_right img.zeeland {
	float: right;
}

div#header_right span.location {
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	color: #fff;
	z-index: 10;
	padding-left: 14px;
	background-image: url(../images/bullit_location.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content_left .content {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}



div#content_left .content a {
	color: #000;
}

div#content_left .content a:hover {
	color: #CC0000;
}


div#content_right .text {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}


div#content_left div.news {
	margin: 20px 0px 20px 0px;
	border-bottom: 0px dotted #ccc;
}

div#content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 130%;
}

div#content_left div.news .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
}



div#content_center h1 {
	text-transform: uppercase;
	line-height: 100%;
	font-size: 160%;
	margin: 0;
	padding: 0;
}


div#content_center div.newsflash {
	margin: 20px 20px 20px 20px;
	cursor: pointer;
}

div#content_center div.newsflash a {
	text-decoration: none;
}

div#content_center div.newsflash h1 {
	font-size: 60%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

div#content_center div.newsflash .content {
	font-size: 70%;
	line-height: 130%;
	color: #FFFFFF;
	text-align: justify;
}





div#content_center ul.eventlist {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 20px 20px 10px 20px; 
}

div#content_center ul.eventlist li {
	
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	cursor: pointer;
}

div#content_center ul.eventlist li a {
	color: #FFF;
	text-decoration: none;
}

div#content_center ul.eventlist li a:hover {
	color: #f7941c;
}






div#content_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}




div#content_right .frame {
	float: left;
	background-color: #FFFFFF;
}


div#content_right .showcase {
	float: left;
	display: inline;
	width: 199px;
	margin: 0 0 0 1px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: 0 110px;
	border-bottom: 1px solid #fff;
}

div#content_right .showcase a {
	color: #000;
	text-decoration: none;
}

div#content_right .showcase h1 {
	margin: 0px;
	font-size: 60%;
	xtext-align: center;
	width: 199px;
	height: 30px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-indent: 10px;
}

div#content_right .showcase img {
	width: 199px;
	height: 149px;
	float: left;
	border: none;
}

div#content_right .showcase .tekst {
	width: 199px;
	font-size: 70%;
	line-height: 130%;
}

div#content_right .showcase .tekst div.inner {
	margin: 6px 10px 15px 10px;
	text-align: justify;
}








div#content_right div.eventitem {
	float: left;
	width: 399px;
	margin: 0 0 0 1px;
	background-repeat: repeat-x;
	background-position: 0 240px;
}

/*
div#content_right div.eventitem img {
	width: 399px;
	height: 299px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
*/

div#content_right div#accordion {
	float: left;
	margin: 0;
	padding: 0;
}

div#content_right div.eventitem h1 {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 20px 0px 20px;
	padding: 0;
	line-height: 130%;
	*/
	
	font-size: 60%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 20px;
	cursor: pointer;
	line-height: 22px;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 380px center;
}

div#content_right div.eventitem .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
	background-repeat: repeat-x;
	height: auto;
}

div#content_right div.eventitem .content div.inner {
	margin: 10px 20px 20px 20px;
}











/*






div.titel2 {
	width: 199px;
	height: 30px;
	background-color: #dfbe33;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

span.inner {
	margin: 0 0 0 15px;
}

span.inner a {
	color: #fff;
	text-decoration: none;
}

div.leesverder {
	width: 199px;
	height: 25px;
	background-color: #2a96d7;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
	 







div#content_right .home {
	background: url(../images/bg_bottomRechts_home.gif) repeat-x top left;
}

div#content_right .thema {
	background: url(../images/bg_bottomRechts_thema.gif) repeat-x top left;
}

div#content_right .city {
	background: url(../images/bg_bottomRechts_city.gif) repeat-x top left;
}

div#content_right .beach {
	background: url(../images/bg_bottomRechts_beach.gif) repeat-x top left;
}

div#content_right .outdoor {
	background: url(../images/bg_bottomRechts_outdoor.gif) repeat-x top left;
}

div#content_right .eventsearch {
	border-left: 1px solid #fff;
	width: 399px;
	height: 500px;
	margin: 0 0 50px 0;
	background: url(../images/verloop_eventsearch.jpg) no-repeat top right;
}



div.eventsearch_titel {
	width: 399px;
	height: 30px;
	background-color: #1b507b;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
}

div.eventsearch_titel span.titel {
	width: 300px;
	position: absolute;
	margin: 0 0 0 15px;
}



div#nav_events {
	width: 400px;
	height: 122px;
	margin: 0;
	padding: 0;
}





div#content_center img {
	margin: 0 0 20px 0;
}

div#content_center .home img {
	border: 1px solid #fff;
	margin: 20px 0 0 20px;
}
*/

div#nav_events ul{
	width:400px;
	height:122px;
	padding: 0;
	margin: 0;
}
	
div#nav_events ul li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
}
	
div#nav_events ul li a {
	border:0;
	display:block;
	text-decoration:none;
	background: url(../images/subNav_icons.gif)
}
	
li#thema a {
	width:100px;
	height:122px;
	background-position: 0px 0px;
}

li#thema a:link, li#thema a:visited {	
	background-position: 0px 0px;
	}
li#thema a:hover, li#thema a:active {	
	background-position: 0px -122px;
	}
	
li#thema a.current {	
	background-position: 0px -122px;
	}
	
	
	
	
	
	
li#city a {
	width:100px;
	height:122px;
}
li#city a:link, li#city a:visited {	
	background-position: -100px 0px;
	}
li#city a:hover, li#city a:active {	
	background-position: -100px -122px;
	}
	
li#city a.current {	
	background-position: -100px -122px;
	}







li#beach a {
	width:100px;
	height:122px;
}
li#beach a:link, li#beach a:visited {	
	background-position: -200px 0px;
	}
li#beach a:hover, li#beach a:active {	
	background-position: -200px -122px;
	}
	
li#beach a.current {	
	background-position: -200px -122px;
	}
	
	
	
	
	
	
	
li#outdoor a {
	width:100px;
	height:122px;
	background-position: -300px 0px;
}
li#outdoor a:link, li#outdoor a:visited {	
	background-position: -300px 0px;
	}
li#outdoor a:hover, li#outdoor a:active {	
	background-position: -300px -122px;
	}
	
li#outdoor a.current {	
	background-position: -300px -122px;
	}
/*


ul#subsub {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;
}

ul#subsub li {
	display: block;
	text-align: left;
	margin: 0 0 0 20px;
	width: 100px;
	height: 25px;
}

ul#subsub li a:link, ul#subsub li a:visited {
	width: 160px;
	height: 25px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
}

ul#subsub li a:hover, ul#subsub li a:active {
	font-size: 11px;
	font-weight: bold;
	color: #f7941d;
	display:block;
}



ul#subsubsub {
	width: 400px;
	height:30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
	border-bottom: 1px solid #fff;
}

ul#subsubsub li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

ul#subsubsub li a:link, ul#subsubsub li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	text-decoration:none;
	width: 100px;
	font-weight: normal;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

ul#subsubsub li a:hover, ul#subsubsub li a:active{
	color: #f7941d;
	font-weight: bold;
	background-color: #fff;
}



p.subsubsub{
	width: 360px;
	margin: 0 0 20px 20px;
}

h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 10px 20px;
}


h2 {
	font-size: 15px;
	font-variant: small-caps;
	color: #fff;
	margin: 0 0 10px 20px;
}

h3 {
	margin: 4px 0 20px 0;
	color: #fff;
	font-variant:small-caps;
}



div.inner a{
	width: 199px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	display: block;
}





div.opties {
	margin: 20px 0 0 20px;
}

div.opties option {
	width: 325px;
	border: 0;
	font-size: 10px;
	height: 20px;
}

select {
	width: 360px;
	margin: 0 0 5px 0;
}

h4 {
	border-top: 1px dotted #1a507b;
	border-bottom: 1px dotted #1a507b;
	height: 30px;
}

h4 span {
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0 20px;
	color: #1a507b;
}

ul.search_results {
	margin: 0;
	padding: 0;
}

ul.search_results li {
	list-style-type:none;
	height: 30px;
	line-height: 30px;
}

ul.search_results li a{
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000;
}

ul.search_results li.odd {
	background-color: #e8f2fb;
}

ul.search_results li b {
	font-weight: bold;
	font-size: 12px;
	color: #1a507b;
	margin: 0 20px 0 20px;
	width: 200px;
}



div#keuzebox {
	width: 360px;
	height: auto;
	border: 1px solid #81ABEB;
	background-color: #E8F2FB;
	margin: 0 0 0 20px;
}

div#titelbar {
	width: 360px;
	height: 30px;
	background-color: #1a507b;
	line-height: 30px;
	color: #fff;
}

div#titelbar span {
	margin: 0 0 0 15px;
	float: left;
}

div#titelbar a.rechts {
	background-image: url(../images/close_keuzebox.gif);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	float: right;
	color: #fff;
}

div.inner_search {
	width: 320px;
	height: auto;
	margin: 15px;
}

form.searchbox_form {
	font-size: 100%;
}



ul#nieuws_archief {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;

	background-position: top right;
	background-repeat: no-repeat;
}

ul#nieuws_archief li {
	display: block;
	text-align: left;
	margin: 0 0 10px 20px;
	width: 130px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #1a507b;
}

ul#nieuws_archief li a:link, ul#nieuws_archief li a:visited {
	width: 160px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
	line-height: 15px;
}

ul#nieuws_archief li a:hover, ul#nieuws_archief li a:active {
	color: #1a507b;
	display: block;
}

h5 {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #1a507b;
}

a.bekijk_archief {
	float: right;
	margin: 0 20px 0 0;
	color: #1a507b;
	text-decoration: none;
}

a:hover.bekijk_archief {
	text-decoration: underline;
}
*//*----------------------------- NAVIGATIE ----------*/

div#navigatie {
	width: 500px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 20px;
	position: absolute;
}

div#navigatie ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
}

div#navigatie ul li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

div#navigatie ul li a:link, div#navigatie ul li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration:none;
	width: 83px;
	font-weight: bold;
	color: #000;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

div#navigatie ul li a:hover, div#navigatie ul li a:active , div#navigatie ul li a.current{
	background-color: #1c7dc7;
	color: #fff;
}/*-------------------------------- COLORS ----*/
.default {
	background-color: #1d7dc7;
}
.thema {
	background-color: #7f177e;
}
.city {
	background-color: #a80808;
}
.beach {
	background-color: #dfbe33;
}
.outdoor {
	background-color: #379b15;
}






.text_default {
	color: #064475;
}
.text_thema {
	color: #60095f;
}
.text_city {
	color: #a80808;
}
.text_beach {
	color: #8b7305;
}
.text_outdoor {
	color: #1f6808;
}







.verloop_default {
	background: url(../images/verloop_default.gif);
}

.verloop_thema {
	background: url(../images/verloop_thema.gif);
}

.verloop_city {
	background: url(../images/verloop_city.gif);
}

.verloop_beach {
	background: url(../images/verloop_beach.gif);
}

.verloop_outdoor {
	background: url(../images/verloop_outdoor.gif);
}




.verloop_center_default {
	background: url(../images/verloop_center_default.gif);
}

.verloop_center_thema {
	background: url(../images/verloop_center_thema.gif);
}

.verloop_center_city {
	background: url(../images/verloop_center_city.gif);
}

.verloop_center_beach {
	background: url(../images/verloop_center_beach.gif);
}

.verloop_center_outdoor {
	background: url(../images/verloop_center_outdoor.gif);
}









.verloop_header_default {
	background: url(../images/verloop_center_default.gif);
	background-color: #81abeb;
}

.verloop_header_thema {
	background: url(../images/verloop_center_thema.gif);
	background-color: #c53fc3;
}

.verloop_header_city {
	background: url(../images/verloop_center_city.gif);
	background-color: #f64f4f;
}

.verloop_header_beach {
	background: url(../images/verloop_header_beach.gif);
	background-color: #f2d049;
}

.verloop_header_outdoor {
	background: url(../images/verloop_center_outdoor.gif);
	background-color: #60c628;
}.tooltip_default-text {
	background: url(../images/leesverder_default.png) top left;
	width: 139px;
	z-index: 13000;
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_thema-text {
	background: url(../images/leesverder_thema.png) top left;
	
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_city-text {
	background: url(../images/leesverder_city.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_beach-text {
	background: url(../images/leesverder_beach.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_outdoor-text {
	background: url(../images/leesverder_outdoor.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}/* ---------------------------------------------*/
/* STYLESHEET voor de website van Uitje aan Zee */
/* ---------------------------------------------*/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}

/*-------------------------------- MAIN CONTAINERS ----*/

div#main {
	width: 901px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

div#nav {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
}

div#header {
	width: 100%;
	height: 475px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
}

div#content {
	margin: 0;
	padding: 0;
	float: left;
	background-position: 330px 0;
	background-repeat: no-repeat;
}

div#footer {
	margin: 0;
	padding: 0;
	width: 901px;
	height: 30px;
	float: left;
	border: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
	text-align: left;
}




div#main h1.pagetitel {
	font-family: Arial, Helvetica, sans-serif;
	top: 494px;
	right: 399px;
	position: absolute;
	z-index: 3;
	color: #FFF;
	font-size: 160%;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/*-------------------------------- inner containers ----*/

div#header_left {
	width: 500px;
	height: 475px;
	float: left;
	position: relative;
}

div#header_right {
	width: 400px;
	height: 475px;
	float: right;
	position: relative;
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #FFF;
}

div#content_left {
	width: 330px;
	min-height: 200px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
}

div#content_center {
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	min-height: 400px;
	overflow: hidden;
	display: block;
}

div#content_right {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}




div#header img.logo {
	top: 0;
	left: 0;
	width: 191px;
	height: 123px;
	position: absolute;
	z-index: 2;
}

div#header_left #slide-container {
	position: absolute;
	width: 500px;
	height: 375px;
	top: 100px;
	left: 0px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

div#header_right img.zeeland {
	float: right;
}

div#header_right span.location {
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	color: #fff;
	z-index: 10;
	padding-left: 14px;
	background-image: url(../images/bullit_location.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content_left .content {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}



div#content_left .content a {
	color: #000;
}

div#content_left .content a:hover {
	color: #CC0000;
}


div#content_right .text {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}


div#content_left div.news {
	margin: 20px 0px 20px 0px;
	border-bottom: 0px dotted #ccc;
}

div#content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 130%;
}

div#content_left div.news .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
}



div#content_center h1 {
	text-transform: uppercase;
	line-height: 100%;
	font-size: 160%;
	margin: 0;
	padding: 0;
}


div#content_center div.newsflash {
	margin: 20px 20px 20px 20px;
	cursor: pointer;
}

div#content_center div.newsflash a {
	text-decoration: none;
}

div#content_center div.newsflash h1 {
	font-size: 60%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

div#content_center div.newsflash .content {
	font-size: 70%;
	line-height: 130%;
	color: #FFFFFF;
	text-align: justify;
}





div#content_center ul.eventlist {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 20px 20px 10px 20px; 
}

div#content_center ul.eventlist li {
	
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	cursor: pointer;
}

div#content_center ul.eventlist li a {
	color: #FFF;
	text-decoration: none;
}

div#content_center ul.eventlist li a:hover {
	color: #f7941c;
}






div#content_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}




div#content_right .frame {
	float: left;
	background-color: #FFFFFF;
}


div#content_right .showcase {
	float: left;
	display: inline;
	width: 199px;
	margin: 0 0 0 1px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: 0 110px;
	border-bottom: 1px solid #fff;
}

div#content_right .showcase a {
	color: #000;
	text-decoration: none;
}

div#content_right .showcase h1 {
	margin: 0px;
	font-size: 60%;
	xtext-align: center;
	width: 199px;
	height: 30px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-indent: 10px;
}

div#content_right .showcase img {
	width: 199px;
	height: 149px;
	float: left;
	border: none;
}

div#content_right .showcase .tekst {
	width: 199px;
	font-size: 70%;
	line-height: 130%;
}

div#content_right .showcase .tekst div.inner {
	margin: 6px 10px 15px 10px;
	text-align: justify;
}








div#content_right div.eventitem {
	float: left;
	width: 399px;
	margin: 0 0 0 1px;
	background-repeat: repeat-x;
	background-position: 0 240px;
}

/*
div#content_right div.eventitem img {
	width: 399px;
	height: 299px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
*/

div#content_right div#accordion {
	float: left;
	margin: 0;
	padding: 0;
}

div#content_right div.eventitem h1 {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 20px 0px 20px;
	padding: 0;
	line-height: 130%;
	*/
	
	font-size: 60%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 20px;
	cursor: pointer;
	line-height: 22px;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 380px center;
}

div#content_right div.eventitem .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
	background-repeat: repeat-x;
	height: auto;
}

div#content_right div.eventitem .content div.inner {
	margin: 10px 20px 20px 20px;
}











/*






div.titel2 {
	width: 199px;
	height: 30px;
	background-color: #dfbe33;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

span.inner {
	margin: 0 0 0 15px;
}

span.inner a {
	color: #fff;
	text-decoration: none;
}

div.leesverder {
	width: 199px;
	height: 25px;
	background-color: #2a96d7;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
	 







div#content_right .home {
	background: url(../images/bg_bottomRechts_home.gif) repeat-x top left;
}

div#content_right .thema {
	background: url(../images/bg_bottomRechts_thema.gif) repeat-x top left;
}

div#content_right .city {
	background: url(../images/bg_bottomRechts_city.gif) repeat-x top left;
}

div#content_right .beach {
	background: url(../images/bg_bottomRechts_beach.gif) repeat-x top left;
}

div#content_right .outdoor {
	background: url(../images/bg_bottomRechts_outdoor.gif) repeat-x top left;
}

div#content_right .eventsearch {
	border-left: 1px solid #fff;
	width: 399px;
	height: 500px;
	margin: 0 0 50px 0;
	background: url(../images/verloop_eventsearch.jpg) no-repeat top right;
}



div.eventsearch_titel {
	width: 399px;
	height: 30px;
	background-color: #1b507b;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
}

div.eventsearch_titel span.titel {
	width: 300px;
	position: absolute;
	margin: 0 0 0 15px;
}



div#nav_events {
	width: 400px;
	height: 122px;
	margin: 0;
	padding: 0;
}





div#content_center img {
	margin: 0 0 20px 0;
}

div#content_center .home img {
	border: 1px solid #fff;
	margin: 20px 0 0 20px;
}
*/

div#nav_events ul{
	width:400px;
	height:122px;
	padding: 0;
	margin: 0;
}
	
div#nav_events ul li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
}
	
div#nav_events ul li a {
	border:0;
	display:block;
	text-decoration:none;
	background: url(../images/subNav_icons.gif)
}
	
li#thema a {
	width:100px;
	height:122px;
	background-position: 0px 0px;
}

li#thema a:link, li#thema a:visited {	
	background-position: 0px 0px;
	}
li#thema a:hover, li#thema a:active {	
	background-position: 0px -122px;
	}
	
li#thema a.current {	
	background-position: 0px -122px;
	}
	
	
	
	
	
	
li#city a {
	width:100px;
	height:122px;
}
li#city a:link, li#city a:visited {	
	background-position: -100px 0px;
	}
li#city a:hover, li#city a:active {	
	background-position: -100px -122px;
	}
	
li#city a.current {	
	background-position: -100px -122px;
	}







li#beach a {
	width:100px;
	height:122px;
}
li#beach a:link, li#beach a:visited {	
	background-position: -200px 0px;
	}
li#beach a:hover, li#beach a:active {	
	background-position: -200px -122px;
	}
	
li#beach a.current {	
	background-position: -200px -122px;
	}
	
	
	
	
	
	
	
li#outdoor a {
	width:100px;
	height:122px;
	background-position: -300px 0px;
}
li#outdoor a:link, li#outdoor a:visited {	
	background-position: -300px 0px;
	}
li#outdoor a:hover, li#outdoor a:active {	
	background-position: -300px -122px;
	}
	
li#outdoor a.current {	
	background-position: -300px -122px;
	}
/*


ul#subsub {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;
}

ul#subsub li {
	display: block;
	text-align: left;
	margin: 0 0 0 20px;
	width: 100px;
	height: 25px;
}

ul#subsub li a:link, ul#subsub li a:visited {
	width: 160px;
	height: 25px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
}

ul#subsub li a:hover, ul#subsub li a:active {
	font-size: 11px;
	font-weight: bold;
	color: #f7941d;
	display:block;
}



ul#subsubsub {
	width: 400px;
	height:30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
	border-bottom: 1px solid #fff;
}

ul#subsubsub li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

ul#subsubsub li a:link, ul#subsubsub li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	text-decoration:none;
	width: 100px;
	font-weight: normal;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

ul#subsubsub li a:hover, ul#subsubsub li a:active{
	color: #f7941d;
	font-weight: bold;
	background-color: #fff;
}



p.subsubsub{
	width: 360px;
	margin: 0 0 20px 20px;
}

h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 10px 20px;
}


h2 {
	font-size: 15px;
	font-variant: small-caps;
	color: #fff;
	margin: 0 0 10px 20px;
}

h3 {
	margin: 4px 0 20px 0;
	color: #fff;
	font-variant:small-caps;
}



div.inner a{
	width: 199px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	display: block;
}





div.opties {
	margin: 20px 0 0 20px;
}

div.opties option {
	width: 325px;
	border: 0;
	font-size: 10px;
	height: 20px;
}

select {
	width: 360px;
	margin: 0 0 5px 0;
}

h4 {
	border-top: 1px dotted #1a507b;
	border-bottom: 1px dotted #1a507b;
	height: 30px;
}

h4 span {
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0 20px;
	color: #1a507b;
}

ul.search_results {
	margin: 0;
	padding: 0;
}

ul.search_results li {
	list-style-type:none;
	height: 30px;
	line-height: 30px;
}

ul.search_results li a{
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000;
}

ul.search_results li.odd {
	background-color: #e8f2fb;
}

ul.search_results li b {
	font-weight: bold;
	font-size: 12px;
	color: #1a507b;
	margin: 0 20px 0 20px;
	width: 200px;
}



div#keuzebox {
	width: 360px;
	height: auto;
	border: 1px solid #81ABEB;
	background-color: #E8F2FB;
	margin: 0 0 0 20px;
}

div#titelbar {
	width: 360px;
	height: 30px;
	background-color: #1a507b;
	line-height: 30px;
	color: #fff;
}

div#titelbar span {
	margin: 0 0 0 15px;
	float: left;
}

div#titelbar a.rechts {
	background-image: url(../images/close_keuzebox.gif);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	float: right;
	color: #fff;
}

div.inner_search {
	width: 320px;
	height: auto;
	margin: 15px;
}

form.searchbox_form {
	font-size: 100%;
}



ul#nieuws_archief {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;

	background-position: top right;
	background-repeat: no-repeat;
}

ul#nieuws_archief li {
	display: block;
	text-align: left;
	margin: 0 0 10px 20px;
	width: 130px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #1a507b;
}

ul#nieuws_archief li a:link, ul#nieuws_archief li a:visited {
	width: 160px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
	line-height: 15px;
}

ul#nieuws_archief li a:hover, ul#nieuws_archief li a:active {
	color: #1a507b;
	display: block;
}

h5 {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #1a507b;
}

a.bekijk_archief {
	float: right;
	margin: 0 20px 0 0;
	color: #1a507b;
	text-decoration: none;
}

a:hover.bekijk_archief {
	text-decoration: underline;
}
*//*----------------------------- NAVIGATIE ----------*/

div#navigatie {
	width: 500px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 20px;
	position: absolute;
}

div#navigatie ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
}

div#navigatie ul li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

div#navigatie ul li a:link, div#navigatie ul li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration:none;
	width: 83px;
	font-weight: bold;
	color: #000;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

div#navigatie ul li a:hover, div#navigatie ul li a:active , div#navigatie ul li a.current{
	background-color: #1c7dc7;
	color: #fff;
}/*-------------------------------- COLORS ----*/
.default {
	background-color: #1d7dc7;
}
.thema {
	background-color: #7f177e;
}
.city {
	background-color: #a80808;
}
.beach {
	background-color: #dfbe33;
}
.outdoor {
	background-color: #379b15;
}






.text_default {
	color: #064475;
}
.text_thema {
	color: #60095f;
}
.text_city {
	color: #a80808;
}
.text_beach {
	color: #8b7305;
}
.text_outdoor {
	color: #1f6808;
}







.verloop_default {
	background: url(../images/verloop_default.gif);
}

.verloop_thema {
	background: url(../images/verloop_thema.gif);
}

.verloop_city {
	background: url(../images/verloop_city.gif);
}

.verloop_beach {
	background: url(../images/verloop_beach.gif);
}

.verloop_outdoor {
	background: url(../images/verloop_outdoor.gif);
}




.verloop_center_default {
	background: url(../images/verloop_center_default.gif);
}

.verloop_center_thema {
	background: url(../images/verloop_center_thema.gif);
}

.verloop_center_city {
	background: url(../images/verloop_center_city.gif);
}

.verloop_center_beach {
	background: url(../images/verloop_center_beach.gif);
}

.verloop_center_outdoor {
	background: url(../images/verloop_center_outdoor.gif);
}









.verloop_header_default {
	background: url(../images/verloop_center_default.gif);
	background-color: #81abeb;
}

.verloop_header_thema {
	background: url(../images/verloop_center_thema.gif);
	background-color: #c53fc3;
}

.verloop_header_city {
	background: url(../images/verloop_center_city.gif);
	background-color: #f64f4f;
}

.verloop_header_beach {
	background: url(../images/verloop_header_beach.gif);
	background-color: #f2d049;
}

.verloop_header_outdoor {
	background: url(../images/verloop_center_outdoor.gif);
	background-color: #60c628;
}.tooltip_default-text {
	background: url(../images/leesverder_default.png) top left;
	width: 139px;
	z-index: 13000;
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_thema-text {
	background: url(../images/leesverder_thema.png) top left;
	
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_city-text {
	background: url(../images/leesverder_city.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_beach-text {
	background: url(../images/leesverder_beach.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_outdoor-text {
	background: url(../images/leesverder_outdoor.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}form {
	padding: 10px 0 10px 0;
}

label {
width: 120px;
float: left;
clear: left;
line-height: 25px;
}

.grijs { 
color: #999999;
}

input.field {
width: 150px;
float: left;
clear: right;
height: 18px;
line-height: 18px;
font-size: 11px;
padding: 0 4px 0 4px;
}

div.formulier { 
margin: 20px;
font-size: 80%;
}

select {
font-size: 11px
}

.button {
font-size: 11px
}/* ---------------------------------------------*/
/* STYLESHEET voor de website van Uitje aan Zee */
/* ---------------------------------------------*/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}

/*-------------------------------- MAIN CONTAINERS ----*/

div#main {
	width: 901px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

div#nav {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
}

div#header {
	width: 100%;
	height: 475px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
}

div#content {
	margin: 0;
	padding: 0;
	float: left;
	background-position: 330px 0;
	background-repeat: no-repeat;
}

div#footer {
	margin: 0;
	padding: 0;
	width: 901px;
	height: 30px;
	float: left;
	border: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
	text-align: left;
}




div#main h1.pagetitel {
	font-family: Arial, Helvetica, sans-serif;
	top: 494px;
	right: 399px;
	position: absolute;
	z-index: 3;
	color: #FFF;
	font-size: 160%;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/*-------------------------------- inner containers ----*/

div#header_left {
	width: 500px;
	height: 475px;
	float: left;
	position: relative;
}

div#header_right {
	width: 400px;
	height: 475px;
	float: right;
	position: relative;
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #FFF;
}

div#content_left {
	width: 330px;
	min-height: 200px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
}

div#content_center {
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	min-height: 400px;
	overflow: hidden;
	display: block;
}

div#content_right {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}




div#header img.logo {
	top: 0;
	left: 0;
	width: 191px;
	height: 123px;
	position: absolute;
	z-index: 2;
}

div#header_left #slide-container {
	position: absolute;
	width: 500px;
	height: 375px;
	top: 100px;
	left: 0px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

div#header_right img.zeeland {
	float: right;
}

div#header_right span.location {
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	color: #fff;
	z-index: 10;
	padding-left: 14px;
	background-image: url(../images/bullit_location.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content_left .content {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}



div#content_left .content a {
	color: #000;
}

div#content_left .content a:hover {
	color: #CC0000;
}


div#content_right .text {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}


div#content_left div.news {
	margin: 20px 0px 20px 0px;
	border-bottom: 0px dotted #ccc;
}

div#content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 130%;
}

div#content_left div.news .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
}



div#content_center h1 {
	text-transform: uppercase;
	line-height: 100%;
	font-size: 160%;
	margin: 0;
	padding: 0;
}


div#content_center div.newsflash {
	margin: 20px 20px 20px 20px;
	cursor: pointer;
}

div#content_center div.newsflash a {
	text-decoration: none;
}

div#content_center div.newsflash h1 {
	font-size: 60%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

div#content_center div.newsflash .content {
	font-size: 70%;
	line-height: 130%;
	color: #FFFFFF;
	text-align: justify;
}





div#content_center ul.eventlist {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 20px 20px 10px 20px; 
}

div#content_center ul.eventlist li {
	
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	cursor: pointer;
}

div#content_center ul.eventlist li a {
	color: #FFF;
	text-decoration: none;
}

div#content_center ul.eventlist li a:hover {
	color: #f7941c;
}






div#content_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}




div#content_right .frame {
	float: left;
	background-color: #FFFFFF;
}


div#content_right .showcase {
	float: left;
	display: inline;
	width: 199px;
	margin: 0 0 0 1px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: 0 110px;
	border-bottom: 1px solid #fff;
}

div#content_right .showcase a {
	color: #000;
	text-decoration: none;
}

div#content_right .showcase h1 {
	margin: 0px;
	font-size: 60%;
	xtext-align: center;
	width: 199px;
	height: 30px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-indent: 10px;
}

div#content_right .showcase img {
	width: 199px;
	height: 149px;
	float: left;
	border: none;
}

div#content_right .showcase .tekst {
	width: 199px;
	font-size: 70%;
	line-height: 130%;
}

div#content_right .showcase .tekst div.inner {
	margin: 6px 10px 15px 10px;
	text-align: justify;
}








div#content_right div.eventitem {
	float: left;
	width: 399px;
	margin: 0 0 0 1px;
	background-repeat: repeat-x;
	background-position: 0 240px;
}

/*
div#content_right div.eventitem img {
	width: 399px;
	height: 299px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
*/

div#content_right div#accordion {
	float: left;
	margin: 0;
	padding: 0;
}

div#content_right div.eventitem h1 {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 20px 0px 20px;
	padding: 0;
	line-height: 130%;
	*/
	
	font-size: 60%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 20px;
	cursor: pointer;
	line-height: 22px;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 380px center;
}

div#content_right div.eventitem .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
	background-repeat: repeat-x;
	height: auto;
}

div#content_right div.eventitem .content div.inner {
	margin: 10px 20px 20px 20px;
}











/*






div.titel2 {
	width: 199px;
	height: 30px;
	background-color: #dfbe33;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

span.inner {
	margin: 0 0 0 15px;
}

span.inner a {
	color: #fff;
	text-decoration: none;
}

div.leesverder {
	width: 199px;
	height: 25px;
	background-color: #2a96d7;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
	 







div#content_right .home {
	background: url(../images/bg_bottomRechts_home.gif) repeat-x top left;
}

div#content_right .thema {
	background: url(../images/bg_bottomRechts_thema.gif) repeat-x top left;
}

div#content_right .city {
	background: url(../images/bg_bottomRechts_city.gif) repeat-x top left;
}

div#content_right .beach {
	background: url(../images/bg_bottomRechts_beach.gif) repeat-x top left;
}

div#content_right .outdoor {
	background: url(../images/bg_bottomRechts_outdoor.gif) repeat-x top left;
}

div#content_right .eventsearch {
	border-left: 1px solid #fff;
	width: 399px;
	height: 500px;
	margin: 0 0 50px 0;
	background: url(../images/verloop_eventsearch.jpg) no-repeat top right;
}



div.eventsearch_titel {
	width: 399px;
	height: 30px;
	background-color: #1b507b;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
}

div.eventsearch_titel span.titel {
	width: 300px;
	position: absolute;
	margin: 0 0 0 15px;
}



div#nav_events {
	width: 400px;
	height: 122px;
	margin: 0;
	padding: 0;
}





div#content_center img {
	margin: 0 0 20px 0;
}

div#content_center .home img {
	border: 1px solid #fff;
	margin: 20px 0 0 20px;
}
*/

div#nav_events ul{
	width:400px;
	height:122px;
	padding: 0;
	margin: 0;
}
	
div#nav_events ul li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
}
	
div#nav_events ul li a {
	border:0;
	display:block;
	text-decoration:none;
	background: url(../images/subNav_icons.gif)
}
	
li#thema a {
	width:100px;
	height:122px;
	background-position: 0px 0px;
}

li#thema a:link, li#thema a:visited {	
	background-position: 0px 0px;
	}
li#thema a:hover, li#thema a:active {	
	background-position: 0px -122px;
	}
	
li#thema a.current {	
	background-position: 0px -122px;
	}
	
	
	
	
	
	
li#city a {
	width:100px;
	height:122px;
}
li#city a:link, li#city a:visited {	
	background-position: -100px 0px;
	}
li#city a:hover, li#city a:active {	
	background-position: -100px -122px;
	}
	
li#city a.current {	
	background-position: -100px -122px;
	}







li#beach a {
	width:100px;
	height:122px;
}
li#beach a:link, li#beach a:visited {	
	background-position: -200px 0px;
	}
li#beach a:hover, li#beach a:active {	
	background-position: -200px -122px;
	}
	
li#beach a.current {	
	background-position: -200px -122px;
	}
	
	
	
	
	
	
	
li#outdoor a {
	width:100px;
	height:122px;
	background-position: -300px 0px;
}
li#outdoor a:link, li#outdoor a:visited {	
	background-position: -300px 0px;
	}
li#outdoor a:hover, li#outdoor a:active {	
	background-position: -300px -122px;
	}
	
li#outdoor a.current {	
	background-position: -300px -122px;
	}
/*


ul#subsub {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;
}

ul#subsub li {
	display: block;
	text-align: left;
	margin: 0 0 0 20px;
	width: 100px;
	height: 25px;
}

ul#subsub li a:link, ul#subsub li a:visited {
	width: 160px;
	height: 25px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
}

ul#subsub li a:hover, ul#subsub li a:active {
	font-size: 11px;
	font-weight: bold;
	color: #f7941d;
	display:block;
}



ul#subsubsub {
	width: 400px;
	height:30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
	border-bottom: 1px solid #fff;
}

ul#subsubsub li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

ul#subsubsub li a:link, ul#subsubsub li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	text-decoration:none;
	width: 100px;
	font-weight: normal;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

ul#subsubsub li a:hover, ul#subsubsub li a:active{
	color: #f7941d;
	font-weight: bold;
	background-color: #fff;
}



p.subsubsub{
	width: 360px;
	margin: 0 0 20px 20px;
}

h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 10px 20px;
}


h2 {
	font-size: 15px;
	font-variant: small-caps;
	color: #fff;
	margin: 0 0 10px 20px;
}

h3 {
	margin: 4px 0 20px 0;
	color: #fff;
	font-variant:small-caps;
}



div.inner a{
	width: 199px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	display: block;
}





div.opties {
	margin: 20px 0 0 20px;
}

div.opties option {
	width: 325px;
	border: 0;
	font-size: 10px;
	height: 20px;
}

select {
	width: 360px;
	margin: 0 0 5px 0;
}

h4 {
	border-top: 1px dotted #1a507b;
	border-bottom: 1px dotted #1a507b;
	height: 30px;
}

h4 span {
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0 20px;
	color: #1a507b;
}

ul.search_results {
	margin: 0;
	padding: 0;
}

ul.search_results li {
	list-style-type:none;
	height: 30px;
	line-height: 30px;
}

ul.search_results li a{
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000;
}

ul.search_results li.odd {
	background-color: #e8f2fb;
}

ul.search_results li b {
	font-weight: bold;
	font-size: 12px;
	color: #1a507b;
	margin: 0 20px 0 20px;
	width: 200px;
}



div#keuzebox {
	width: 360px;
	height: auto;
	border: 1px solid #81ABEB;
	background-color: #E8F2FB;
	margin: 0 0 0 20px;
}

div#titelbar {
	width: 360px;
	height: 30px;
	background-color: #1a507b;
	line-height: 30px;
	color: #fff;
}

div#titelbar span {
	margin: 0 0 0 15px;
	float: left;
}

div#titelbar a.rechts {
	background-image: url(../images/close_keuzebox.gif);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	float: right;
	color: #fff;
}

div.inner_search {
	width: 320px;
	height: auto;
	margin: 15px;
}

form.searchbox_form {
	font-size: 100%;
}



ul#nieuws_archief {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;

	background-position: top right;
	background-repeat: no-repeat;
}

ul#nieuws_archief li {
	display: block;
	text-align: left;
	margin: 0 0 10px 20px;
	width: 130px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #1a507b;
}

ul#nieuws_archief li a:link, ul#nieuws_archief li a:visited {
	width: 160px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
	line-height: 15px;
}

ul#nieuws_archief li a:hover, ul#nieuws_archief li a:active {
	color: #1a507b;
	display: block;
}

h5 {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #1a507b;
}

a.bekijk_archief {
	float: right;
	margin: 0 20px 0 0;
	color: #1a507b;
	text-decoration: none;
}

a:hover.bekijk_archief {
	text-decoration: underline;
}
*//*----------------------------- NAVIGATIE ----------*/

div#navigatie {
	width: 500px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 20px;
	position: absolute;
}

div#navigatie ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
}

div#navigatie ul li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

div#navigatie ul li a:link, div#navigatie ul li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration:none;
	width: 83px;
	font-weight: bold;
	color: #000;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

div#navigatie ul li a:hover, div#navigatie ul li a:active , div#navigatie ul li a.current{
	background-color: #1c7dc7;
	color: #fff;
}/*-------------------------------- COLORS ----*/
.default {
	background-color: #1d7dc7;
}
.thema {
	background-color: #7f177e;
}
.city {
	background-color: #a80808;
}
.beach {
	background-color: #dfbe33;
}
.outdoor {
	background-color: #379b15;
}






.text_default {
	color: #064475;
}
.text_thema {
	color: #60095f;
}
.text_city {
	color: #a80808;
}
.text_beach {
	color: #8b7305;
}
.text_outdoor {
	color: #1f6808;
}







.verloop_default {
	background: url(../images/verloop_default.gif);
}

.verloop_thema {
	background: url(../images/verloop_thema.gif);
}

.verloop_city {
	background: url(../images/verloop_city.gif);
}

.verloop_beach {
	background: url(../images/verloop_beach.gif);
}

.verloop_outdoor {
	background: url(../images/verloop_outdoor.gif);
}




.verloop_center_default {
	background: url(../images/verloop_center_default.gif);
}

.verloop_center_thema {
	background: url(../images/verloop_center_thema.gif);
}

.verloop_center_city {
	background: url(../images/verloop_center_city.gif);
}

.verloop_center_beach {
	background: url(../images/verloop_center_beach.gif);
}

.verloop_center_outdoor {
	background: url(../images/verloop_center_outdoor.gif);
}









.verloop_header_default {
	background: url(../images/verloop_center_default.gif);
	background-color: #81abeb;
}

.verloop_header_thema {
	background: url(../images/verloop_center_thema.gif);
	background-color: #c53fc3;
}

.verloop_header_city {
	background: url(../images/verloop_center_city.gif);
	background-color: #f64f4f;
}

.verloop_header_beach {
	background: url(../images/verloop_header_beach.gif);
	background-color: #f2d049;
}

.verloop_header_outdoor {
	background: url(../images/verloop_center_outdoor.gif);
	background-color: #60c628;
}.tooltip_default-text {
	background: url(../images/leesverder_default.png) top left;
	width: 139px;
	z-index: 13000;
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_thema-text {
	background: url(../images/leesverder_thema.png) top left;
	
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_city-text {
	background: url(../images/leesverder_city.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_beach-text {
	background: url(../images/leesverder_beach.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_outdoor-text {
	background: url(../images/leesverder_outdoor.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}form {
	padding: 10px 0 10px 0;
}

label {
width: 120px;
float: left;
clear: left;
line-height: 25px;
}

.grijs { 
color: #999999;
}

input.field {
width: 150px;
float: left;
clear: right;
height: 18px;
line-height: 18px;
font-size: 11px;
padding: 0 4px 0 4px;
}

div.formulier { 
margin: 20px;
font-size: 80%;
}

select {
font-size: 11px
}

.button {
font-size: 11px
}/*----------------------------- NAVIGATIE ----------*/

div#footer p {
	line-height: 30px;
	font-size: 60%;
	color: #fff;
	float: right;
	margin: 0 10px 0 0;
	color: #7bb7e9;
}

div#footer p a {
	text-decoration: none;
	color: #7bb7e9;
}

div#footer p a:hover {
	color: #fff;
}

div#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
	text-align: center;
	float: left;
	width: 400px;
	margin: 0 auto;
}

div#footer ul li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

div#footer ul li a:link, div#footer ul li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration:none;
	width: 100px;
	font-weight: bold;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

div#footer ul li a:hover, div#footer ul li a:active , div#footer ul li a.current{
	background-color: #1c7dc7;
	color: #fff;
}/* ---------------------------------------------*/
/* STYLESHEET voor de website van Uitje aan Zee */
/* ---------------------------------------------*/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}

/*-------------------------------- MAIN CONTAINERS ----*/

div#main {
	width: 901px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

div#nav {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
}

div#header {
	width: 100%;
	height: 475px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
}

div#content {
	margin: 0;
	padding: 0;
	float: left;
	background-position: 330px 0;
	background-repeat: no-repeat;
}

div#footer {
	margin: 0;
	padding: 0;
	width: 901px;
	height: 30px;
	float: left;
	border: 1px solid #fff;
	background-image: url(../images/verloop_content.gif);
	background-repeat: repeat-x;
	text-align: left;
}




div#main h1.pagetitel {
	font-family: Arial, Helvetica, sans-serif;
	top: 494px;
	right: 399px;
	position: absolute;
	z-index: 3;
	color: #FFF;
	font-size: 160%;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/*-------------------------------- inner containers ----*/

div#header_left {
	width: 500px;
	height: 475px;
	float: left;
	position: relative;
}

div#header_right {
	width: 400px;
	height: 475px;
	float: right;
	position: relative;
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #FFF;
}

div#content_left {
	width: 330px;
	min-height: 200px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
}

div#content_center {
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	min-height: 400px;
	overflow: hidden;
	display: block;
}

div#content_right {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}




div#header img.logo {
	top: 0;
	left: 0;
	width: 191px;
	height: 123px;
	position: absolute;
	z-index: 2;
}

div#header_left #slide-container {
	position: absolute;
	width: 500px;
	height: 375px;
	top: 100px;
	left: 0px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

div#header_right img.zeeland {
	float: right;
}

div#header_right span.location {
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	color: #fff;
	z-index: 10;
	padding-left: 14px;
	background-image: url(../images/bullit_location.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content_left .content {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}



div#content_left .content a {
	color: #000;
}

div#content_left .content a:hover {
	color: #CC0000;
}


div#content_right .text {
	font-size: 70%;
	line-height: 140%;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}


div#content_left div.news {
	margin: 20px 0px 20px 0px;
	border-bottom: 0px dotted #ccc;
}

div#content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 130%;
}

div#content_left div.news .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
}



div#content_center h1 {
	text-transform: uppercase;
	line-height: 100%;
	font-size: 160%;
	margin: 0;
	padding: 0;
}


div#content_center div.newsflash {
	margin: 20px 20px 20px 20px;
	cursor: pointer;
}

div#content_center div.newsflash a {
	text-decoration: none;
}

div#content_center div.newsflash h1 {
	font-size: 60%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

div#content_center div.newsflash .content {
	font-size: 70%;
	line-height: 130%;
	color: #FFFFFF;
	text-align: justify;
}





div#content_center ul.eventlist {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 20px 20px 10px 20px; 
}

div#content_center ul.eventlist li {
	
	font-weight: bold;
	text-transform: uppercase;
	line-height: 130%;
	font-size: 60%;
	margin-bottom: 15px;
	cursor: pointer;
}

div#content_center ul.eventlist li a {
	color: #FFF;
	text-decoration: none;
}

div#content_center ul.eventlist li a:hover {
	color: #f7941c;
}






div#content_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 130%;
}




div#content_right .frame {
	float: left;
	background-color: #FFFFFF;
}


div#content_right .showcase {
	float: left;
	display: inline;
	width: 199px;
	margin: 0 0 0 1px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: 0 110px;
	border-bottom: 1px solid #fff;
}

div#content_right .showcase a {
	color: #000;
	text-decoration: none;
}

div#content_right .showcase h1 {
	margin: 0px;
	font-size: 60%;
	xtext-align: center;
	width: 199px;
	height: 30px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-indent: 10px;
}

div#content_right .showcase img {
	width: 199px;
	height: 149px;
	float: left;
	border: none;
}

div#content_right .showcase .tekst {
	width: 199px;
	font-size: 70%;
	line-height: 130%;
}

div#content_right .showcase .tekst div.inner {
	margin: 6px 10px 15px 10px;
	text-align: justify;
}








div#content_right div.eventitem {
	float: left;
	width: 399px;
	margin: 0 0 0 1px;
	background-repeat: repeat-x;
	background-position: 0 240px;
}

/*
div#content_right div.eventitem img {
	width: 399px;
	height: 299px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
*/

div#content_right div#accordion {
	float: left;
	margin: 0;
	padding: 0;
}

div#content_right div.eventitem h1 {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 20px 0px 20px;
	padding: 0;
	line-height: 130%;
	*/
	
	font-size: 60%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 20px;
	cursor: pointer;
	line-height: 22px;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 380px center;
}

div#content_right div.eventitem .content {
	font-size: 70%;
	line-height: 130%;
	color: #000;
	text-align: justify;
	background-repeat: repeat-x;
	height: auto;
}

div#content_right div.eventitem .content div.inner {
	margin: 10px 20px 20px 20px;
}











/*






div.titel2 {
	width: 199px;
	height: 30px;
	background-color: #dfbe33;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}

span.inner {
	margin: 0 0 0 15px;
}

span.inner a {
	color: #fff;
	text-decoration: none;
}

div.leesverder {
	width: 199px;
	height: 25px;
	background-color: #2a96d7;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
	 







div#content_right .home {
	background: url(../images/bg_bottomRechts_home.gif) repeat-x top left;
}

div#content_right .thema {
	background: url(../images/bg_bottomRechts_thema.gif) repeat-x top left;
}

div#content_right .city {
	background: url(../images/bg_bottomRechts_city.gif) repeat-x top left;
}

div#content_right .beach {
	background: url(../images/bg_bottomRechts_beach.gif) repeat-x top left;
}

div#content_right .outdoor {
	background: url(../images/bg_bottomRechts_outdoor.gif) repeat-x top left;
}

div#content_right .eventsearch {
	border-left: 1px solid #fff;
	width: 399px;
	height: 500px;
	margin: 0 0 50px 0;
	background: url(../images/verloop_eventsearch.jpg) no-repeat top right;
}



div.eventsearch_titel {
	width: 399px;
	height: 30px;
	background-color: #1b507b;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
}

div.eventsearch_titel span.titel {
	width: 300px;
	position: absolute;
	margin: 0 0 0 15px;
}



div#nav_events {
	width: 400px;
	height: 122px;
	margin: 0;
	padding: 0;
}





div#content_center img {
	margin: 0 0 20px 0;
}

div#content_center .home img {
	border: 1px solid #fff;
	margin: 20px 0 0 20px;
}
*/

div#nav_events ul{
	width:400px;
	height:122px;
	padding: 0;
	margin: 0;
}
	
div#nav_events ul li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
}
	
div#nav_events ul li a {
	border:0;
	display:block;
	text-decoration:none;
	background: url(../images/subNav_icons.gif)
}
	
li#thema a {
	width:100px;
	height:122px;
	background-position: 0px 0px;
}

li#thema a:link, li#thema a:visited {	
	background-position: 0px 0px;
	}
li#thema a:hover, li#thema a:active {	
	background-position: 0px -122px;
	}
	
li#thema a.current {	
	background-position: 0px -122px;
	}
	
	
	
	
	
	
li#city a {
	width:100px;
	height:122px;
}
li#city a:link, li#city a:visited {	
	background-position: -100px 0px;
	}
li#city a:hover, li#city a:active {	
	background-position: -100px -122px;
	}
	
li#city a.current {	
	background-position: -100px -122px;
	}







li#beach a {
	width:100px;
	height:122px;
}
li#beach a:link, li#beach a:visited {	
	background-position: -200px 0px;
	}
li#beach a:hover, li#beach a:active {	
	background-position: -200px -122px;
	}
	
li#beach a.current {	
	background-position: -200px -122px;
	}
	
	
	
	
	
	
	
li#outdoor a {
	width:100px;
	height:122px;
	background-position: -300px 0px;
}
li#outdoor a:link, li#outdoor a:visited {	
	background-position: -300px 0px;
	}
li#outdoor a:hover, li#outdoor a:active {	
	background-position: -300px -122px;
	}
	
li#outdoor a.current {	
	background-position: -300px -122px;
	}
/*


ul#subsub {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;
}

ul#subsub li {
	display: block;
	text-align: left;
	margin: 0 0 0 20px;
	width: 100px;
	height: 25px;
}

ul#subsub li a:link, ul#subsub li a:visited {
	width: 160px;
	height: 25px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
}

ul#subsub li a:hover, ul#subsub li a:active {
	font-size: 11px;
	font-weight: bold;
	color: #f7941d;
	display:block;
}



ul#subsubsub {
	width: 400px;
	height:30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
	border-bottom: 1px solid #fff;
}

ul#subsubsub li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

ul#subsubsub li a:link, ul#subsubsub li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform:uppercase;
	text-decoration:none;
	width: 100px;
	font-weight: normal;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

ul#subsubsub li a:hover, ul#subsubsub li a:active{
	color: #f7941d;
	font-weight: bold;
	background-color: #fff;
}



p.subsubsub{
	width: 360px;
	margin: 0 0 20px 20px;
}

h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 10px 20px;
}


h2 {
	font-size: 15px;
	font-variant: small-caps;
	color: #fff;
	margin: 0 0 10px 20px;
}

h3 {
	margin: 4px 0 20px 0;
	color: #fff;
	font-variant:small-caps;
}



div.inner a{
	width: 199px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	display: block;
}





div.opties {
	margin: 20px 0 0 20px;
}

div.opties option {
	width: 325px;
	border: 0;
	font-size: 10px;
	height: 20px;
}

select {
	width: 360px;
	margin: 0 0 5px 0;
}

h4 {
	border-top: 1px dotted #1a507b;
	border-bottom: 1px dotted #1a507b;
	height: 30px;
}

h4 span {
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 0 20px;
	color: #1a507b;
}

ul.search_results {
	margin: 0;
	padding: 0;
}

ul.search_results li {
	list-style-type:none;
	height: 30px;
	line-height: 30px;
}

ul.search_results li a{
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000;
}

ul.search_results li.odd {
	background-color: #e8f2fb;
}

ul.search_results li b {
	font-weight: bold;
	font-size: 12px;
	color: #1a507b;
	margin: 0 20px 0 20px;
	width: 200px;
}



div#keuzebox {
	width: 360px;
	height: auto;
	border: 1px solid #81ABEB;
	background-color: #E8F2FB;
	margin: 0 0 0 20px;
}

div#titelbar {
	width: 360px;
	height: 30px;
	background-color: #1a507b;
	line-height: 30px;
	color: #fff;
}

div#titelbar span {
	margin: 0 0 0 15px;
	float: left;
}

div#titelbar a.rechts {
	background-image: url(../images/close_keuzebox.gif);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	float: right;
	color: #fff;
}

div.inner_search {
	width: 320px;
	height: auto;
	margin: 15px;
}

form.searchbox_form {
	font-size: 100%;
}



ul#nieuws_archief {
	list-style: none;
	padding: 60px 0 30px 0;
	margin: 0;
	clear: left;

	background-position: top right;
	background-repeat: no-repeat;
}

ul#nieuws_archief li {
	display: block;
	text-align: left;
	margin: 0 0 10px 20px;
	width: 130px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #1a507b;
}

ul#nieuws_archief li a:link, ul#nieuws_archief li a:visited {
	width: 160px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
	display: block;
	line-height: 15px;
}

ul#nieuws_archief li a:hover, ul#nieuws_archief li a:active {
	color: #1a507b;
	display: block;
}

h5 {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #1a507b;
}

a.bekijk_archief {
	float: right;
	margin: 0 20px 0 0;
	color: #1a507b;
	text-decoration: none;
}

a:hover.bekijk_archief {
	text-decoration: underline;
}
*//*----------------------------- NAVIGATIE ----------*/

div#navigatie {
	width: 500px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 20px;
	position: absolute;
}

div#navigatie ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
}

div#navigatie ul li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

div#navigatie ul li a:link, div#navigatie ul li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration:none;
	width: 83px;
	font-weight: bold;
	color: #000;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

div#navigatie ul li a:hover, div#navigatie ul li a:active , div#navigatie ul li a.current{
	background-color: #1c7dc7;
	color: #fff;
}/*-------------------------------- COLORS ----*/
.default {
	background-color: #1d7dc7;
}
.thema {
	background-color: #7f177e;
}
.city {
	background-color: #a80808;
}
.beach {
	background-color: #dfbe33;
}
.outdoor {
	background-color: #379b15;
}






.text_default {
	color: #064475;
}
.text_thema {
	color: #60095f;
}
.text_city {
	color: #a80808;
}
.text_beach {
	color: #8b7305;
}
.text_outdoor {
	color: #1f6808;
}







.verloop_default {
	background: url(../images/verloop_default.gif);
}

.verloop_thema {
	background: url(../images/verloop_thema.gif);
}

.verloop_city {
	background: url(../images/verloop_city.gif);
}

.verloop_beach {
	background: url(../images/verloop_beach.gif);
}

.verloop_outdoor {
	background: url(../images/verloop_outdoor.gif);
}




.verloop_center_default {
	background: url(../images/verloop_center_default.gif);
}

.verloop_center_thema {
	background: url(../images/verloop_center_thema.gif);
}

.verloop_center_city {
	background: url(../images/verloop_center_city.gif);
}

.verloop_center_beach {
	background: url(../images/verloop_center_beach.gif);
}

.verloop_center_outdoor {
	background: url(../images/verloop_center_outdoor.gif);
}









.verloop_header_default {
	background: url(../images/verloop_center_default.gif);
	background-color: #81abeb;
}

.verloop_header_thema {
	background: url(../images/verloop_center_thema.gif);
	background-color: #c53fc3;
}

.verloop_header_city {
	background: url(../images/verloop_center_city.gif);
	background-color: #f64f4f;
}

.verloop_header_beach {
	background: url(../images/verloop_header_beach.gif);
	background-color: #f2d049;
}

.verloop_header_outdoor {
	background: url(../images/verloop_center_outdoor.gif);
	background-color: #60c628;
}.tooltip_default-text {
	background: url(../images/leesverder_default.png) top left;
	width: 139px;
	z-index: 13000;
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_thema-text {
	background: url(../images/leesverder_thema.png) top left;
	
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_city-text {
	background: url(../images/leesverder_city.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_beach-text {
	background: url(../images/leesverder_beach.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}

.tooltip_outdoor-text {
	background: url(../images/leesverder_outdoor.png) top left;
	width: 139px;
	z-index: 13000;

	
	padding: 4px 8px 8px;
	font-size: 60%;
	padding: 4px 8px 8px 12px;
	color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}form {
	padding: 10px 0 10px 0;
}

label {
width: 120px;
float: left;
clear: left;
line-height: 25px;
}

.grijs { 
color: #999999;
}

input.field {
width: 150px;
float: left;
clear: right;
height: 18px;
line-height: 18px;
font-size: 11px;
padding: 0 4px 0 4px;
}

div.formulier { 
margin: 20px;
font-size: 80%;
}

select {
font-size: 11px
}

.button {
font-size: 11px
}/*----------------------------- NAVIGATIE ----------*/

div#footer p {
	line-height: 30px;
	font-size: 60%;
	color: #fff;
	float: right;
	margin: 0 10px 0 0;
	color: #7bb7e9;
}

div#footer p a {
	text-decoration: none;
	color: #7bb7e9;
}

div#footer p a:hover {
	color: #fff;
}

div#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: left;
	text-align: center;
	float: left;
	width: 400px;
	margin: 0 auto;
}

div#footer ul li {
	float: left;
	display: block;
	text-align: center;
	padding-left: 0px;
}

div#footer ul li a:link, div#footer ul li a:visited{
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration:none;
	width: 100px;
	font-weight: bold;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

div#footer ul li a:hover, div#footer ul li a:active , div#footer ul li a.current{
	background-color: #1c7dc7;
	color: #fff;
}#ouddorp {
	top: 210px;
	left: 200px;
}

#zierikzee {
	top: 287px;
	left: 180px;
}

#goes {
	top: 355px;
	left: 175px;
}

#middelburg {
	top: 364px;
	left: 88px;
}

#vlissingen {
	top: 380px;
	left: 85px;
}

#veere {
	top: 337px;
	left: 107px;
}

#cadzand {
	top: 425px;
	left: 20px;
}

#bergen-op-zoom {
	top: 357px;
	left: 268px;
}

#rockanje {
	top: 170px;
	left: 220px;
}

#brielle {
	top: 155px;
	left: 250px;
}

#antwerpen {
	top: 450px;
	left: 300px;
}

#rotterdam {
	top: 160px;
	left: 313px;
}

#breda {
	top: 322px;
	left: 346px;
}

#domburg {
	top: 327px;
	left: 55px;
}

#zoutelande {
	top: 352px;
	left: 50px;
}

#renesse {
	top: 252px;
	left: 145px;
}

#burgh-haamstede {
	top: 265px;
	left: 130px;
}

#brouwersdam {
	top: 230px;
	left: 163px;
}

#dordrecht {
	top: 230px;
	left: 325px;
}


	//div#content_center { background: url(../images/bg_bottomMidden_home_a.gif) no-repeat top left; }

