/**sticker**/

.sticker-wrapper{
	width:216px; height:216px; position:absolute; z-index:3000; top:160px; right:0px}

.sticker-link{
	width:216px; height:216px; display:block; overflow:hidden; text-align:left; text-indent:-999px; background:url(../images/sticker.png) no-repeat top;}
.sticker-link:hover{
	background:url(../images/sticker.png) no-repeat bottom;}

/**navigatie**/

#navigatie_container {
	position: absolute;
	
	left: 0;
	top: 128px;
	
	width: 942px;
	height: 30px;
	
	text-align: center;
	
	margin: 0 24px;
	padding: 0 0 15px 0;
	
	border-bottom: #cecece 1px solid;
	
	background-color: #FFF;
}

#navigatie_container a {
	font-family: Arial;
	font-size: 14px;
	color: #89022c;

	text-decoration: none;
}

#navigatie_container a:hover {
	color: #000;

	text-decoration: none;
}

#navigatie_container ul {
	display: table;
	margin: 0 auto;
	padding: 0;
}

#navigatie_container ul:first-child {
	width: 950px;
}

#navigatie_container li {
	font-family: Arial;
	font-size: 14px;
	color: #89022c;
	text-decoration: none;
	padding: 0 7px 0 9px;
	display: inline-block;
	height: 30px;
	line-height: 28px;
	zoom: 1;
	*display:inline;
	background: #FFF url(../images/menu_seperator.gif) no-repeat left top;
	text-align: left;
}

#navigatie_container li:first-child {
	background: none;
}

#navigatie_container li li {
	display: block;
	background: none;
}

#nav .submenu a {
	height: 20px;
	line-height: 21px;
	padding: 0 0 0 0;
	background: #FFF;
	color: #000;
	font-size: 13px;
	white-space: nowrap;
}

#nav .submenu a:hover {
	color: #89022c;

	text-decoration: none;
}

#nav .submenu {
	display: none;
	position: absolute;
	
	left: 0;
	top: 30px;
	background: #FFF;
}

#nav .submenu li {
	border-top: #FFF 1px solid;
	height: 20px;
	line-height: 18px;
}
