/**
 * Kolibri CMS
 *
 * This software may not be altered, redistributed or reproduced, in part or full, without explicit written permission of the author.
 *
 * Copyright 2005 L - bird webdesign
 * Licence http://crunchlabz.com/eula.html
 */
 
#menu a {
	display: block;
	height: 33px;
	background-image: url('styles/default/images/lang/dutch/menu.png');
	background-repeat: no-repeat;
	border: none;
	margin-bottom: .5em;
}

#menu li {
	height: 33px;
	float: left;
	list-style-type: none;
}

#menu span {
	display: none;
}

#menu.dutch .home,                                       #menu.dutch .home                                       a       { width: 48px;  background-position:  0   top;      }
#menu.dutch.active_home .home,                           #menu.dutch.active_home .home                           a,
#menu.dutch .home:hover,                                 #menu.dutch .home                                       a:hover { width: 48px;  background-position:  0     bottom; }
#menu.dutch .bedrijfsinfo,                               #menu.dutch .bedrijfsinfo                               a       { width: 79px;  background-position: -48px  top;    }
#menu.dutch.active_bedrijfsinfo .bedrijfsinfo,           #menu.dutch.active_bedrijfsinfo .bedrijfsinfo           a,
#menu.dutch .bedrijfsinfo:hover,                         #menu.dutch .bedrijfsinfo                               a:hover { width: 79px;  background-position: -48px  bottom; }
#menu.dutch .onder_de_loep,                              #menu.dutch .onder_de_loep                              a       { width: 100px; background-position: -127px top;    }
#menu.dutch.active_onder_de_loep .onder_de_loep,         #menu.dutch.active_onder_de_loep .onder_de_loep         a,
#menu.dutch .onder_de_loep:hover,                        #menu.dutch .onder_de_loep                              a:hover { width: 100px; background-position: -127px bottom; }
#menu.dutch .fotos,                                      #menu.dutch .fotos                                      a       { width: 52px;  background-position: -227px top;    }
#menu.dutch.active_fotos .fotos,                         #menu.dutch.active_fotos .fotos                         a,
#menu.dutch .fotos:hover,                                #menu.dutch .fotos                                      a:hover { width: 52px;  background-position: -227px bottom; }
#menu.dutch .verhuur,                                    #menu.dutch .verhuur                                    a       { width: 60px;  background-position: -279px top;    }
#menu.dutch.active_verhuur .verhuur,                     #menu.dutch.active_verhuur .verhuur                     a,
#menu.dutch .verhuur:hover,                              #menu.dutch .verhuur                                    a:hover { width: 60px;  background-position: -279px bottom; }
#menu.dutch .contact,                                    #menu.dutch .contact                                    a       { width: 62px;  background-position: -339px top;    }
#menu.dutch.active_contact .contact,                     #menu.dutch.active_contact .contact                     a,
#menu.dutch .contact:hover,                              #menu.dutch .contact                                    a:hover { width: 62px;  background-position: -339px bottom; }
#menu.dutch .offerte,                                    #menu.dutch .offerte                                    a       { width: 57px;  background-position: -398px top;    }
#menu.dutch.active_offerte .offerte,                     #menu.dutch.active_offerte .offerte                     a,
#menu.dutch .offerte:hover,                              #menu.dutch .offerte                                    a:hover { width: 57px;  background-position: -398px bottom; }
#menu.dutch .vraag_en_antwoord,                          #menu.dutch .vraag_en_antwoord                          a       { width: 122px; background-position: -455px top;    }
#menu.dutch.active_vraag_en_antwoord .vraag_en_antwoord, #menu.dutch.active_vraag_en_antwoord .vraag_en_antwoord a,
#menu.dutch .vraag_en_antwoord:hover,                    #menu.dutch .vraag_en_antwoord                          a:hover { width: 122px; background-position: -455px bottom; }

/* crumbs */
#crumbs {
	font-size: .9em;
	float: left;
	margin: 8px 0 0 0;
}

#crumbs li {
	color: #64584C;
	display: inline;
	list-style-type: none;
	background: none;
	padding: 0;
	margin: 0;
}

#crumbs a {
	color: #64584C;
}

#crumbs span {
	font-size: .9em;
	color: #999;
	display: block;
	clear: both;
	padding-bottom: .5em;
}

/* siblings */
#sib {
	float: right;
	margin: 8px 0 0 0;
	display: block;
	list-style: none;
}

#sib a, #sib a:hover, #sib a:active, #sib a:visited {
	color: #64584C;
	font-size: .9em;
	display: block;
	border: none;
	display: block;
	background: url(styles/default/images/background/sib_left.png) left center no-repeat;
	/* bad browser */
	width: 0;
	white-space: nowrap;
}

#sib li>a, #sib li>a:hover, #sib li>a:active, #sib li>a:visited {
	/* good browser */
	width: auto;
}

#sib a:hover {
	color: #BE0707;
}

#sib li {
	display: block;
	float: left;
	background: url(styles/default/images/background/sib.png) center center repeat-x !important;
	margin: 0 0 .5em .5em;
	padding: 0 !important;
}

#sib .main {
	font-weight: bold;
}

#sib span {
	display: block;
	height: 34px;
	background: url(styles/default/images/background/sib_right.png) right center no-repeat;
}

#sib span span {
	padding: 9px 13px;
	height: auto;
	background: none;
}