/* Algemene deel stylen */
body {
font-family: Tahoma;
font-size : 11px;
color: #535353;
background-image: url(../images/bg.gif);
background-repeat: repeat-x;
text-align: center; /* voor IE */
background-color: #e2e2e2;

margin: 0px;
padding: 0px;
}

img {
	border:0px;
}

/* CONTAINERS */
	#container {
		width: 892px;
		height: auto;
		text-align: left;
		margin-left: auto;
		margin-right: auto;

		padding: 0px;
	}

	/* LOGO & HEADER */
		#logo {
			width: 219px;
			height: 63px;
			background-image: url(../images/logo.gif);
			float: left;
			margin-top: 8px;
		}

		#languageselect {
			float:right;
			margin-top:10px;
			margin-right:0px;
		}

		 #languageselect p{
			margin:0px;
			padding:0px;
		}
		 #languageselect input {
			font-family: Trebuchet MS;
			font-size: 11px;
			margin:0px;
			padding:0px;
			float:left;
			height:20px;
		}
	 	#languageselect select {
			font-family: Trebuchet MS;
			font-size: 11px;
			margin:0px;
			padding:0px;
			float:left;
		}

		#info_top {
			width: 300px;
			height: 20px;
			float: right;
			margin-top: 35px;
			border-bottom: 1px solid #b8b8b9;
			text-align: center;
		}
			#info_top ul {
				padding: 0px;
				margin: 0px;
			}
			#info_top li {
				list-style: none;
				float: left;
				padding-right: 30px;
				padding-left: 10px;
			}

			/* INFO TOP MOUSE OVER */
				#info_top a			{font-family: Tahoma; font-size: 11px; text-decoration: none;}
				#info_top a:link		{color: #535353}
				#info_top a:visited	{color: #535353}
				#info_top a:active		{color: #535353; text-decoration: underline}
				#info_top a:hover		{color: #535353; text-decoration: underline}


	/* MENU TOP */
		#menu {
			width: 892px;
			height: 45px;
			float: left;
			margin-top: 19px;
			line-height: 45px;
		}
			#menu ul {
				margin: 0px;
				padding: 0px;
			}
			#menu li {
				list-style: none;
				float: left;

				font-family: Century Gothic;
				font-weight: bold;
				font-size: 13px;

				padding-left: 16px;
				padding-right: 16px;
			}
			#menu li:hover {
  			  background-image: url(../images/menu_mouseover.gif);
  			  color: #b64242
   			}

   			/* MENU MOUSE OVER */
				#menu  a			{font-family: Century Gothic; font-size: 13px; text-decoration: none;}
				#menu  a:link		{color: #ffffff}
				#menu  a:visited	{color: #ffffff}
				#menu  a:active		{color: #ffffff}
				#menu  a:hover		{color: #ffffff; text-decoration: none}


	/* INHOUD */
		#inhoud_vlak {
			width: 892px;
			float: left;
			margin-top: 30px;
		}

		/* AANBIEDING */
			#aanbieding {
				width: 540px;
				height: 229px;
				background-image: url(../images/header_aanbieding.gif);
				float: left;

				font-family: Tahoma;
				font-size: 11px;
				color: #ffffff;
				font-weight: bold;
			}
			#aanbieding h2 {
				width: 280px;
				padding: 20px;
				margin-top: 20px;
				line-height: 16px;
			}
			#aanbieding p {
				width: 280px;
				padding: 20px;
				margin-top: 40px;
				line-height: 16px;
			}
			#aanbieding img {
				float:right;
				margin:10px 10px 10px 10px;
			}

		/* INFORMATIE */
			#informatie {
				width: 317px;
				height: 229px;
				background-image: url(../images/header_informatie.gif);
				float: right;

				padding: 10px 0px 0px 20px;
			}
				#informatie h3 {
					font-family: Tahoma;
					font-size: 13px;
					color: #9d1313;
					margin: 0px 0px 5px 0px;
				}
				#informatie p {
					padding: 10px 10px 0px 0px;
					line-height: 20px;
				}

				/* INFORMATIE MOUSE OVER */
					#informatie  a			{font-family: Tahoma; font-size: 11px; text-decoration: none;}
					#informatie  a:link		{color: #9d1313}
					#informatie  a:visited	{color: #9d1313}
					#informatie  a:active	{color: #535353}
					#informatie a:hover		{color: #535353}


		/* BALKEN */
			.balk_groot {
				width: 892px;
				height: 27px;
				background-image: url(../images/balk_groot.gif);
				float: left;

				margin-top: 10px;
			}
			.balk_mid {
				width: 432px;
				height: 27px;
				background-image: url(../images/balk_mid.gif);
				float: left;

				margin-top: 10px;

				font-family: Tahoma;
				font-size: 11px;
				color: #ffffff;
				font-weight: bold;

				line-height: 27px;

				padding-left: 10px;
			}
			.balk_klein {
				width: 200px;
				height: 27px;
				background-image: url(../images/balk_klein.gif);
				float: left;

				margin-top: 10px;
				margin-right: 15px;

				font-family: Tahoma;
				font-size: 11px;
				color: #ffffff;
				font-weight: bold;

				line-height: 27px;

				padding-left: 10px;
			}


		/* INHOUD */
			.inhoud_groot {
				width: 872px;
				background-image: url(../images/inhoud_groot.gif);
				background-repeat: no-repeat;
				float: left;
				margin: 0px;
				padding: 10px;
			}
				.inhoud_groot h2 {
					font-family: Century Gothic;
					font-size: 21px;
					font-weight: lighter;
					color: #9f1515;
				}
				.inhoud_groot img.aanbieding {
					float: right;
					margin: 10px;
				}

				/* INFORMATIE MOUSE OVER */
					.inhoud_groot	a			{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: bold;}
					.inhoud_groot	a:link		{color: #d1510f}
					.inhoud_groot	a:visited	{color: #d1510f}
					.inhoud_groot	a:active	{color: #646464}
					.inhoud_groot	a:hover		{color: #646464}

		/* PRODUCTEN */
			#producten {
				width: 892px;
				float: left;
			}
				#producten p {
					width: 185px;
					float: left;
					padding: 10px;
					margin-right: 15px;

					line-height: 15px;
				}

			/* PRODUCTEN MOUSE OVER */
				#producten		a			{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: bold;}
				#producten		a:link		{color: #d1510f}
				#producten		a:visited	{color: #d1510f}
				#producten		a:active	{color: #535353}
				#producten		a:hover		{color: #535353}

		/* OVERIGE */
			.clear {
				clear: both;
			}






			/* FOOTER */
				#footer {
					width: 882px;
					height: 28px;
					float: left;
					background-image: url(../images/footer.gif);

					margin-top: 10px;
					text-align: left;
					line-height: 28px;
					color: #ffffff;

					padding-left: 10px;
				}


				/* FOOTER MOUSE OVER */
					#footer  a			{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: lighter;}
					#footer  a:link		{color: #ffffff}
					#footer  a:visited	{color: #ffffff}
					#footer  a:active	{color: #ffffff; text-decoration: underline}
					#footer  a:hover	{color: #ffffff; text-decoration: underline}

			/* OVERIGE */
				.clear {
					clear: both;
				}
				.border {
					margin-top: 5px;
					margin-left: -10px;
					margin-right: 8px;
					float: left;
					width: 3px;
					height: 140px;
					border-right: 1px solid #c3c3c3;
				}





.Geel {
	color: #ffd200;
}
