* {
	padding			:0px;
	margin			:0px;
}

img {
	border			:0px;
}

p, ul, ol {
	margin-bottom	:20px;
}

ul, ol 
{
    margin-left: 2px;
}

li, dd, blockquote {
	margin-left		:20px;
}

html, body {
	width:100%;
	height:100%;
	background-image:url('/images/TopBackground.png');
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:11px;
}
html {
	overflow-y: scroll;
}

h1 
{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 
{
	font-size:13px;
	margin-bottom: 10px;
}
a, a:visited 
{
    color: #000;
}
#MainContainer {
	width:990px;
	margin:0px auto;
}

#MainSubContainer 
{
    padding-bottom: 35px;
}
#Header {
	position:relative;
	z-index:10;	
	height:126px;
}

#Logo {
	float:left;	
	margin: 0 8px 0 8px;
}

#Menus {
	float:left;	
	width:800px;
	position:relative;
}

#MenuTop {
    height:40px;
    line-height:40px;
	text-align:right;
	font-size:11px;
	position:relative;
	text-transform:uppercase;
}

#MenuTop .Header 
{
    position:absolute;
    left:552px;
    top:27px;    
}

.HomeImg {
	float:right;
	padding-top:12px;
	padding-right:15px;	
	padding-left:15px;	
}

#MenuTop ul {
	margin:0px;	
	float:right;
	color:#fff;
}

#MenuTop ul li 
{
    margin:0px;
	padding:0px 8px;
	list-style-type:none;
	text-align:center;
	display:inline;
	border-right:solid 1px #fff;
}
#MenuTop ul li.Last,
#MenuTop ul li.LastChosen 
{
    border:none;
}

#MenuTop ul li a, #MenuTop ul li a:hover {
	text-decoration:none;
	color:#fff;
}
#Language {
    position:absolute;
    top:42px;
    left:418px;
}

#MenuMiddle {
	position:absolute;
	vertical-align:text-top;
	left:0px;
	top:56px;
	z-index:10;
}

#MenuMiddle ul {
	margin:0px;	
	vertical-align:text-top;
}

#MenuMiddle ul li, 
#MenuMiddle ul li.Chosen, 
#MenuMiddle ul li.Last, 
#MenuMiddle ul li.LastChosen {
	position:relative;
	list-style-type:none;
	padding:0px 10px;
	border-right:solid 1px #fff;	
	float:left;
	text-align:center;
	margin:0px;
	vertical-align:text-top;
	height:14px;
	display:block;
}
#MenuMiddle ul li.Last, 
#MenuMiddle ul li.LastChosen {
	border-right:none;	
}

#MenuMiddle ul li a {
	font-size:15px;
	line-height:15px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}
#MenuMiddle ul li a:hover {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
                        from(rgba(255,255,255,1)), 
                        to(rgba(255,255,255,.5)));    
}
#MenuMiddle ul li:hover ul {
	display:block;	
}
#MenuMiddle ul li ul {
	position:absolute;
	display:none;
	top:14px;
	padding-top:6px;
	padding-bottom:0px;
	left:0px;
	
	z-index:10;
	-webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	
}
#MenuMiddle ul li ul li,#MenuMiddle ul li ul li:hover {
	border:0;	
	float:none;
	margin-left:0px;
	margin-right:0px;
	list-style-type:square;
	text-align:left;
	height:25px;
	width:155px;
	white-space:nowrap;
    border-top: solid 2px #fff;
   
    position:relative;
    background-image:url('/images/BGSubMenu.png');
    background-repeat:no-repeat;
}
#MenuMiddle ul li ul li:hover
{
        background-image:url('/images/BGSubMenuOver.png');

}
#MenuMiddle ul li ul li a {
	text-transform:none;
	line-height:18px;
	font-size:12px;
}
#MenuMiddle ul li ul li:hover a {
	color:#ddde38;	
	
}
#MenuBottom {
	height:38px;
	color:#70736b;
	position:absolute;
	top:80px;
	z-index:5;
}

#MenuBottom ul {
	margin:0px;	
	padding-left:2px;
	padding-top:15px;
	color:#fff;
}

#MenuBottom ul li {
	margin:0px;
	padding:0px 8px;
	list-style-type:none;
	text-align:center;
	display:inline;
	border-right:solid 1px #001d77;	
}

#MenuBottom ul li.Last 
{
	border-right:none;    
}

#MenuBottom ul li a, #MenuBottom ul li a:hover {
	text-decoration:none;
	color:#001d77;
	font-size:12px;
	text-transform:uppercase;
}
.Footer 
{
    border-top:solid 1px #e8e8e8;
	height:22px;
	width:990px;
	overflow:hidden;	
}

.Search 
{
	position:relative;
	height:22px;
	float:right;	
	top:10px;
}

.Links {
	position:relative;
	float:right;	
	line-height:22px;
}

.Links a {
	color:#5a5a5a;
	text-decoration:none;
	margin:0px 5px;
    text-transform:uppercase;
}

.Search 
{    
	background:url('/images/Search.png');
	height:20px;
	width:233px;
	padding:9px 8px;
	position:absolute;
	right:0px;
	top:58px;
}
.Search .Field {	
	float:left;
	border:solid 1px #294a6c;
	border-right-color:#4072a7;
	border-bottom-color:#4072a7;
	line-height:19px;
	padding-left:5px;
	margin-right:7px;
	height:19px;
	width:150px;
	background:url('/images/search-input.png');
    -webkit-appearance: textfield;
}
.Search input[type='submit'] 
{
    float:left;
    border:none;
    background:none;
    line-height:21px;
    height:21px;
    font-size:11px;
    color:#001d77;
    cursor:pointer;
    text-transform: uppercase;
    width:70px;
    text-align:left;
}
#BannerRightContainer 
{
    margin: 10px 8px 10px 10px;
    float:right;
    width:170px;
    /*height:481px;*/
}
.BannerRight .BannerContent 
{
	padding:16px 0 13px 13px; 
	font-size:11px; 
	color:#666; 
	margin:0;
	background:url('/Images/banner-border.jpg') no-repeat 13px top;
	-pie-background:url('/Images/banner-border.jpg') no-repeat 13px top;
    position:relative;
    behavior: url('/Include/PIE.htc');
}
.BannerRight.First .BannerContent  
{    
    background:none;
    -pie-background:none;
}
.BannerRight .BannerContent img{ 
	float:right;
	margin:-2px 3px 3px;
}
.BannerRight .BannerContent a>span 
{
    display:block;
    width:180px;
    cursor:pointer;
}
.BannerRight .BannerContent span span{ 
	font-size:11px;
	line-height:18px; 
	text-transform:uppercase;
	color:#001d77;
}
.BannerRight .BannerContent a{ 
	display:block; 
	height:61px; 
	color:#333;
	line-height:14px;
	padding:4px;
	text-decoration:none;
	overflow:hidden;
	padding:1px 1px 1px 11px;
    position:relative;
}
.BannerRight .BannerContent:hover{ 
	background:url('/Images/banner-arrow.png') no-repeat left center, 
	           url('/Images/banner-border.jpg') no-repeat 29px top;
	-pie-background:url('/Images/banner-arrow.png') no-repeat left center, 
	           url('/Images/banner-border.jpg') no-repeat 29px top;
	margin-left:-16px;
	padding-left:29px;
}
.BannerRight.First .BannerContent:hover{ 
	background:url('/Images/banner-arrow.png') no-repeat left center;
	-pie-background:url('/Images/banner-arrow.png') no-repeat left center;
	margin-left:-16px;
	padding-left:29px;
}
.BannerRight .BannerContent:hover a{ 
	background: #F6F6CA;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#eaea81));
    background: -moz-linear-gradient(#FFFFFF, #eaea81);
    background: linear-gradient(#FFFFFF, #eaea81);
    -pie-background: linear-gradient(#FFFFFF, #eaea81);
    behavior: url('/Include/PIE.htc');
}


.Category
{
    padding-top:10px;
    font-size: 9px;
    color: #000;
    
}
.Title 
{
    text-align:center;
    padding-top:20px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.Description
{
    padding-top:15px;
    text-align:center;
    font-size: 11px;
    color: #000;
}
.Link
{
    position: absolute;
    bottom: 10px;
    left:0px;
}
.BannerRight .Image
{
    background-position: center center;
    background-repeat: no-repeat;
    width: 61px;
    height: 61px;
    float:right;
}
.BannerRight .ImageOnly
{
    background-position: center center;
    background-repeat: no-repeat;
    width: 157px;
    height: 77px;
    float:right;
}
.Clear 
{
	clear: both;
}
#w3s_logo
{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

.Openingstijden p 
{
	margin-bottom	:5px;
}

.Openingstijden ul, ol 
{
	margin-bottom	:7px;
}

.locatieAdres
{
	padding-bottom:5px;
}

.TextOnlyLinkBanner .TitelLinkBanner
{
    text-transform:uppercase;
    color:#87888a;
}

.BannerBottom .TextOnly,.BannerBottom .TextOnlyLinkBanner
{
    position:relative;
    background: url('/Images/banner-l.png') no-repeat left top, 
                url('/Images/banner-r.png') no-repeat right top, 
                url('/Images/banner-c.png') repeat-x center center;
    -pie-background: url('/Images/banner-l.png') no-repeat left top, 
                    url('/Images/banner-r.png') no-repeat right top, 
                    url('/Images/banner-c.png') repeat-x center center;
    width: 130px;
    height: 51px;
    float:left;
    cursor: auto;
    position:relative;
    behavior: url('/Include/PIE.htc');
    padding:13px 15px;
    line-height:17px;
}
.BannerBottom .TextOnlyLinkBanner
{
	padding:6px 15px 13px 15px;
	height: 58px;
	line-height:13px;
}
.BannerBottom .TextOnly a,.BannerBottom .TextOnlyLinkBanner a {
    text-decoration:none;
}
.BannerBottom .TextOnlyLinkBanner a
{
	line-height:13px;
}
.BannerBottom .TextOnly a.arrow ,.BannerBottom .TextOnlyLinkBanner a.arrow {
    padding-left:13px;
    background:url('/Images/arrow-black.png') no-repeat left center;
}
.BannerBottom .TextOnly a:hover, .BannerBottom .TextOnlyLinkBanner a:hover
{
    text-decoration:underline;
}
