/* Taha */

/* XHTML and CSS copyright 2007, Matthijs Boot; zydell.net */
/* Contact: m.boot@zydell.net or http://www.zydell.net/ */

/* You may NOT reproduce this design */
/* You are free to study the source and use techniques you learn from it */


/* Layout */

body
{
	background-color: #5a51c1;
}

#header
{
	background-image: url(../images/header_embossment.gif);
}

#header h3
{
	background: url(../images/header_logo.gif) no-repeat;
}

#sub_navigation li.active a,
#sub_navigation li a:hover,
#navigation li.active a,
#navigation li a:hover
{
	color: #5a51c1; 
}

#navigation li a
{
	background-image: url(../images/nav_item.gif);
}

/* Content */

#content a:hover
{
	color: #5a51c1;
}
#content hr
{
  background: #5a51c1;
  color: #5a51c1;
}

/* Huizen */

#huizen_overzicht
{
	border: 1px solid #5a51c1;
	border-bottom: none;
}
.huis_overzicht
{
	border-bottom: 1px solid #5a51c1;
}
.huis_overzicht a,
.huis_overzicht a:link,
.huis_overzicht a:visited
{
	color: #5a51c1;
}

#navigation li a
{
	background-image: url(../images/nav_item.gif);
}

#content a:hover
{
	color: #5a51c1;
}

#content form #search_button
{
	background: white url(../images/submit_button_arrow.gif) center left no-repeat;
	color: #5a51c1;
}

#content form #search_button:hover
{
	background: white url(../images/submit_button_arrow_hover.gif) center left no-repeat;
}

/* Algarve image map */

#algarve_map
{
	position: relative;
	width: 560px;
	height: 338px;
	background: url(../images/kaart_algarve.gif) top left no-repeat;
	margin-bottom: 1.41667em;
	z-index: 1;
}
#algarve_map a
{
	position: absolute;
	width: 89px;
	height: 23px;
	background: url(../images/kaart_algarve.gif) top left no-repeat;
	z-index: 2;
}
#algarve_map a#costa_vicentina
{
	background-position: -123px -213px;
	height: 43px;
	left: 123px;
	top: 213px;
}
#algarve_map a#barlavento
{
	background-position: -224px -250px;
	left: 224px;
	top: 250px;
}
#algarve_map a#sotavento
{
	background-position: -315px -270px;
	left: 315px;
	top: 270px;
}
#algarve_map a span
{
	display: none;
}
#algarve_map a#costa_vicentina:hover { background-position: -123px -551px; }
#algarve_map a#barlavento:hover { background-position: -224px -588px; }
#algarve_map a#sotavento:hover { background-position: -315px -608px; }

/* Home page: */
.home #spanner
{
	background-image: url(../images/home_beeld.jpg);
}
.home #navigation
{
	background-image: url(../images/home_nav_bg.jpg);
}
.home #navigation li a 
{
	background-image: url(../images/nav_item_home.gif);
}





#error a,
#error a:active,
#error a:link
{
	font-size: 12px;
	text-decoration: underline;	
	color: #4B64AE;
	font-weight: bold;	
}

#error  a:visited
{
	color: #666666;
}

#error  a:hover
{
	color: #F57C21;
}
