html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	
	background-color: #000;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
}

img { border: 0px; }

table, td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#outer {
	width: 700px;
	height: 100%;
	margin: 0px auto;
	
	text-align: left;
}
	#outer td {
		vertical-align: top;
	}
	#header {
		position: relative;
		width: 100%;
		height: 200px;
		
		background-image: url('../img/headerMondiart.png');
		background-repeat: no-repeat;
	}
		#banner {
			position: relative;
			top: 40px;
			left: 342px;
			
			width: 355px;
			height: 50px;
		}
		#particulieren {
			position: relative;
			top: 47px;
			left: 515px;
			
			width: 355px;
			
			color: #fff;
			font-size: 8pt;
		}
		#navTop {
			position: relative;
			top: 58px;
			left: 50px;
		}
			#navTop ul {
				padding: 0px;
				margin: 0px;
				
				list-style-type: none;
			}
			#navTop li { display: inline; float: left; margin: 0px 6px; }
			* html #navTop ul { position: absolute; }
				#navTop a {
					color: #fff;
					font-size: 8pt;
					font-weight: bold;
					text-decoration: none;
				}
				#navTop a:hover {
					color: #969696;
				}
				#flags img { border: 1px solid #696969; margin: 2px 0px 2px 20px; }
	
	#content {
		width: 100%;
		height: 100%;
		
		background-color: #fff;
	}
		#inner {
			width: 700px;
			height: 100%;
		}
			#nav {
				width: 160px;
				height: 100%;
				
				background-color: #000;
			}
				#nav ul { padding: 0px 10px 0px 0px; margin: 0px; }
				#nav li {
					list-style-type: none;
					padding: 5px 10px;
					border-bottom: 1px solid #363636;
				}
				#nav li a {
					color: #fff;
					text-decoration: none;
				}
				#nav a:hover {
					color: #969696;
				}
				#zoekBalk { width: 90px; height: 13px; }
			#text {
				width: 540px;
				padding: 10px 20px;
				overflow-x: scroll;
			}
				#text li {
				  padding: 5px 0px;
				
				  list-style-type: none;
				}
				#text a {
				  /*color: #9A0026;*/
				  color: #585858;
				  font-weight: 400;
				  text-decoration: none;
				}
				#text a:hover { color: #969696; }
			
	#items img {
		margin-right: 20px;
	}
		.itemCellT {
			padding: 15px 0px 5px 0px;
			
			border-top: 1px solid #969696;
			font-weight: bold;
		}
		.itemCellB { padding: 15px 0px 10px 0px;}
	
	#copy {
		margin: 25px 0px 10px 0px;
		padding: 10px;
		
		border-top: 1px solid #969696;
		font-size: 8pt;
		text-align: center;
	}
		#copy a {
			color: #696969;
			text-decoration: none;
		}