/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
}
html {overflow-y: scroll;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	line-height: 1.8em;
}

p{
	padding: 0 0 15px 0;
}

a{
	color: #47a6ff;
	text-decoration: none;
	border-bottom: 1px solid #47a6ff;
}
	a:hover{
			color: #006edb;
			border-bottom: 1px dotted #006edb;
	}	

	
td a{
	color: #990000;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px solid #47a6ff;
}

	td a:hover{
		/*border-bottom: 0px;*/
		color: #990000;
		border-bottom: 1px dotted #006edb;
	}


	
h1{
	color: #990000;
	font-size: 1.6em;
	padding-bottom: 15px;
}
h2, b, strong{
	color: #990000;
	font-size: 1em;
}

#spangenberg_international{
	width: 100%;
	height: 175px;
	background-image: url(../images/backgr_spangenberg_bovenbalk.jpg);
	background-position: top;
	background-repeat: repeat-x;
}


#spangenberg_international_kitchen_professionals{
}

	#spangenberg_menu{
		width: 190px;
		float: left;
	}
	
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 165px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : -1px;
		background-color:#FFF;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
		#nav li:hover, #nav li.hover {
    		background-position: 0 0;
		}
	
		#nav li .uitklap{
			background-image: url(../images/backgr_menu.gif);
			background-position: center right;
			background-repeat:no-repeat;	
		}
	
		#nav li a {
			width: 140px;
			display : block;
			color: #3399ff;
			text-decoration: none;
			font-weight: bold;
			padding-left: 25px;
			line-height: 30px;
			border-bottom:0;
		}
		
		#nav li a:hover {
			color : #CCCCCC;
		}
	
			#nav li ul { /* second-level lists */
				position : absolute;
				left: -999em;
				top:-999em;
				margin-left : 165px;
				margin-top : -31px;
				list-style: none;
			}
			
				#nav li ul li{
					background-color:#CCCCCC;
				}
				
				#nav li ul li a{
					color:#000;
					border-bottom:1px solid #FFF;
					line-height:29px;
					padding-left:10px;
					width:155px;
				}
				
				#nav li ul li a:hover{
					color:#FFF;
					background-color:#990000;
				}

	
		#nav li ul ul { /* third-and-above-level lists */
			left: -999em;
		}
	
		#nav li ul ul ul { /* third-and-above-level lists */
			left: -999em;
		}
	
	#nav li:hover ul ul,
	#nav li:hover ul ul ul, 
	#nav li:hover ul ul ul ul, 
	#nav li.sfhover ul ul, 
	#nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, 
	#nav li li:hover ul, 
	#nav li li li:hover ul, 
	#nav li li li li:hover ul, 
	#nav li.sfhover ul, 
	#nav li li.sfhover ul, 
	#nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		top:auto;
	}
						
	#spangenberg_menu p{
		padding-left: 25px;
	}
	#spangenberg_menu .search{
		padding-bottom: 15px;
		background-image:url(../images/backgr_language.gif);
		background-position: 19px 59px;
		background-repeat:no-repeat;
	}
		#spangenberg_menu input.search{
			border: 1px solid #999999;
			background-color: #f0efed;
			width: 118px;
			height: 17px;
			font-size: 95%;
			margin: 15px 0 0 20px;
			padding: 3px 0 0 3px;
		}
		#spangenberg_menu input.searchButton{
			background-image: url(../images/btn_search.gif);
			background-color: #999999;
			width: 13px;
			border: 0px;
			height: 22px;
			cursor: pointer;
			padding-bottom: 3px;
		}
		#spangenberg_menu img{
			vertical-align: bottom;
			margin: 0 0 1px 0;
		}
		
	#spangenberg_body{
		margin-left:190px;
		overflow: auto;
		border-bottom: 1px #cccccc solid;
		margin-right: 40px;
		padding-right: 25px;
	}
		#spangenberg_body .prijsAanbieding{
			color: #3399ff;
			font-size: 1.7em;
		}
		#spangenberg_body .adres{
			color: #47a6ff;
		}
		#spangenberg_body .img {
			float: right;
		}
		
		#spangenberg_body a{
		color: #990000;
		font-weight:bold;
		text-decoration: none;
		border-bottom: 1px solid #47a6ff;
		}
		
		
		#spangenberg_body a:hover{
		color: #990000;
		font-weight:bold;
		text-decoration: none;
		border-bottom: 1px dotted #47a6ff;
		}
	
	#spangenberg_taalkeuze{
		position: absolute;
		top: 150px;
		left: 1px;
		z-index: 100;
	}
		#spangenberg_taalkeuze a{
			border: 0;
			color: #000000;
		}
			#spangenberg_taalkeuze a:hover{
				color: #3399ff;
			}
		#spangenberg_taalkeuze img{
			margin: 0 0 0 3px;
			vertical-align: middle;
			border: 0px;
			}
.foto{
margin-left:25px;
}

/* classes for validator */
.tfvHighlight {	font-weight: bold; 
				color:#A52B2B;
}

.tfvNormal	{	font-weight: normal;
				color:#000000;
}

/* end classes for validator */
