/* CSS Document */

	body {
		padding:0px;
		margin:0px;
		background-image:url(../images_bruges/bkg_body.gif);
		background-repeat:repeat-y;
		background-color:#fbffee;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	ul,li {
		margin:0px;
		padding:0px;
		list-style:none;
	}
	.MainHolder {
		width:972px;
	}
	.BlkBar {
		background-image:url(../images_bruges/bkg_black.gif);
		background-repeat:repeat-x;
	}
	.Left {
		width:245px;
		border:0px solid #000000;
		float:left;
	}

	#sitewide {
		height:22px;
		background-color:#000000;
		font-size:10px;
	}
		#sitewide li {
			float:left;
			color:#ffffff;

		}
		#sitewide em {
			display:none;
		}
		#sitewide a {
		 color:#fff;
		 text-decoration:none;
		}

		#sitewide #btnContact {
			background-image:url(../images_bruges/btn_contact.gif);
			background-repeat:no-repeat;
			height:12px;
			display:block;
			width:68px;
			margin:4px;
			margin-left:10px;
		}
			#sitewide #btnContact:hover {
				background-position:0px -12px ;
			}
			#sitewide .active{
				background-position:0px -13px ;
			}

		#sitewide #btnSitemap {
			background-image:url(../images_bruges/btn_sitemap.gif);
			background-repeat:no-repeat;
			height:14px;
			display:block;
			width:72px;
			margin:4px;
			margin-right:10px;
			float:right;
		}

			#sitewide #btnSitemap:hover {
				background-position:0px -14px ;
			}

		.Logo {
			background-image:url(../images_bruges/img_logo.jpg);
			background-repeat:no-repeat;
			height:285px;
		}

		#MainMenu {
			padding-left:20px;

		}
		#MainMenu em {
			display:none;
		}

		#MainMenu a {
			background-repeat:no-repeat;
			height:285px;
			display:block;
			height:38px;

		}
			#MainMenu li {
				margin-bottom:8px;
			}
			#MainMenu .active,
			#MainMenu a:hover {
				background-position:0px -38px;
			}

			#MainMenu #btnWelcome {
				background-image:url(../images_bruges/btn_welcome.gif);
			}
			#MainMenu #btnBestOfBrugges {
				background-image:url(../images_bruges/btn_best_of_bruges.gif);
			}
			#MainMenu #btnSightseeing {
				background-image:url(../images_bruges/btn_sightseeing.gif);
			}
			#MainMenu #btnActivities {
				background-image:url(../images_bruges/btn_activities.gif);
			}
			#MainMenu #btnInTheEvening {
				background-image:url(../images_bruges/btn_in_the_evening.gif);
			}
			#MainMenu #btnGettingThere {
				background-image:url(../images_bruges/btn_getting_there.gif);
			}

	.Content {
		float:left;
		border:0px solid #000000;
		width:727px;
	}

		.Content #HeaderImage {
			background-image:url(../images_bruges/headers/img_header_1.jpg);
			background-repeat:no-repeat;
			width:727px;
			height:311px;
		}

		.Content .ContentSmall {
			width:466px;
			border:0px solid #000000;
			margin-left:15px;
			line-height:20px;
			padding-bottom:10px;
			color:#543801;
			float:left;
		}

		.InTheSpotLights .Kop {
			background-image:url(../images_bruges/bkg_itsl.gif);
			padding:5px;
			padding-left:15px;
			display:block;
			width:446px;
			height:27px;
		}
		.InTheSpotLights .Item {
			background-color:#f5fdde;
			width:440px;
			padding-left:13px;
			padding-right:13px;
			padding-bottom:10px;
			font-size:11px;
			min-height:100px;
			line-height:18px;
		}
			.InTheSpotLights .Item img {
				float:right;
				display:block;
				padding:1px;
				border:1px solid #999999;
			}
			.InTheSpotLights .Item strong {
				display:block;
				color:#666666;
				text-decoration:underline;
			}
			.InTheSpotLights .Item a {
				display:block;
				color:#666666;
				text-decoration:underline;
			}

		.InTheSpotLights .Spacer {
			background-image:url(../images_bruges/img_spacer_itsl.gif);
			height:16px;
			width:466px;
		}

		.InTheSpotLights .Footer {
			background-image:url(../images_bruges/bkg_footer_event.gif);
			height:16px;
			width:466px;
		}


		.News {
			float:left;
			width:180px;
			margin-left:30px;
		}
			.News .Kop {
				background-image:url(../images_bruges/bkg_header_event.gif);
				padding:5px;
				padding-left:15px;
				display:block;
				width:160px;
				height:27px;
			}
			.News .Item {
				background-color:#80ab02;
				width:154px;
				padding-left:13px;
				padding-right:13px;
				padding-bottom:10px;
				font-size:11px;
				line-height:18px;
				color:#ffffff;
			}
				.News .Item strong {
					display:block;
					color:#ffffff;
					text-decoration:underline;
				}
				.News .Item a {
					display:block;
					color:#befd03;
					text-decoration:underline;
				}

			.News .Spacer {
				background-image:url(../images_bruges/img_spacer_hightlights.gif);
				height:16px;
				width:180px;
			}

			.News .Footer {
				width:180px;
				height:86px;
			}
				.News .Footer a {
					display:block;
					height:86px;
					background-image:url(../images_bruges/img_footer_hightlights.gif);
				}
				.News .Footer em {
					display:none;
				}
	.footer .Left {
		font-size:11px;
		color:#445a02;
		text-align:center;
		padding-bottom:10px;
		text-decoration:none;
	}
		.footer .Left a {
			color:#445a02;
			text-decoration:none;
		}

	.footer .Content {
		font-size:11px;
		color:#bec4ab;
		text-align:center;
		padding-bottom:10px;
	}

	/* ----------- */
   .clearfix:after {
	   content: ".";
	   display: block;
	   height: 0;
	   clear: both;
	   visibility: hidden;
	}

	.clearfix {
	   display: inline-block;
	}

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
   .clearfix {display: block;}
    /* End Holly Hack */


	/* Vervolg Pagina */

	#HeaderImageSmall {
		background-image:url(../images_bruges/headers/img_header_small_1.jpg);
		background-repeat:no-repeat;
		width:727px;
		height:203px;
	}
		.Content .ContentWide {
			border:0px solid #000000;
			margin-left:15px;
			margin-right:15px;
			line-height:18px;
			font-size:11px;
			padding-bottom:10px;
			color:#543801;
		}

		.ContentFlyer .Kop {
			background-image:url(../images_bruges/bkg_kop_flyer.gif);
			padding:5px;
			padding-left:15px;
			display:block;
			height:27px;
			width:646px;
		}
		.ContentFlyer .Item {
			background-color:#f5fdde;
			width:440px;
			padding:5px;
			padding-left:13px;
			padding-right:13px;
			font-size:11px;
			min-height:100px;
			line-height:18px;
			width:640px;
			text-indent:0px;

		}

			.ContentFlyer .Item img {
				float:right;
				/*display:block;*/
				padding:1px;
				margin-left:10px;
			}

         .ContentFlyer .Item p {
            margin:0px;
            padding:0px;
            padding-top:5px;
         }

         .ContentFlyer .Item strong {
            margin:0px;
            padding:0px;

            padding-right:5px;
         }


			.ContentFlyer .Item a {

				color:#666666;
				text-decoration:underline;
				margin-top:5px;
				margin-bottom:5px;
			}

			.ContentFlyer .Item .BigLink {
				display:block;
				color:#666666;
				text-decoration:underline;
				margin-top:5px;
				margin-bottom:5px;
			}

		.ContentFlyer .Kop2 {
			background-image:url(../images_bruges/bkg_kop2_flyer.gif);
			padding:5px;
			padding-top:11px;
			padding-left:15px;
			display:block;
			height:27px;
			width:646px;
		}

		.Koppelingen {
         border:1px solid #a2781f;
         margin:20px;
         padding:0px;
         background-color:#e6eece;
		}
   		.Koppelingen small {
            background-color:#a2781f;
            margin:0px;
            padding:3px;
            display:block;
            color:#fff;
   		}

   		.Koppelingen p {
            padding:0px;
            margin:0px;
            font-size:11px;
            padding:10px;
   		}

   		.Koppelingen a {
            color:#000;
   		}