* {
	margin: 0px;
	padding: 0px;
}

body	{
	background: url('../images/bg.jpg') repeat-x #444;
	color: #464646;
	font-family: Arial;
	font-size: 11px;
}

	
/* HEADER */
	#headerBox	{
		margin: 0px auto 0px auto;
		padding: 13px 0px 0px 0px;
		width: 900px;
		background: #dcdcdc;
		color: #000;
		}
	
		h1	{
			text-indent: -5000px;
			font-size: 0px;
		}
		
		#menuBox	{
			width: 900px;
			height: 37px;
			background: url('../images/menubg.gif') repeat-x #dcdcdc;
			color: #fff;
		}
		
		#homelink	{
			display: block;
			width: 157px;
			height: 37px;
			background: url('../images/logo.png') no-repeat #dcdcdc;
			float: left;
		}
		
		#menuBox	ul	{
		margin: 0px 0px 0px 157px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		background: url('../images/logo.png') no-repeat #dcdcdc;
		}
		
		#menuBox ul li	{
		float: left;
		}
		
		a.menu	{
			display: block;
			margin: 9px 0px 0px 0px;
			padding: 7px 12px 0px 12px;
			height: 20px;
			background: #adadad;
			color: #464646;
			font-family: Arial;
			font-weight: bold;
			font-size: 11px;			
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 2px;
			border-right: 0px solid #dcdcdc;
		}
		
		a.menu:hover	{
			background: #656565;
			color: #f9f9f9;
		}
			
	#contentBox	{
		width: 900px;
		margin: 0px auto 0px auto;
		background: #f9f9f9;
		color: #000;
	}
	
	/* HOME */
		
		a#land	{
			display: block;
			float: left;
			margin: 50px 0px 50px 35px;
			width: 150px;
			height: 174px;
			background: url('../images/land.jpg') no-repeat;
			color: #fff;
		}
		
		a#land:hover	{
			background: url('../images/landh.jpg') no-repeat;
			color: #fff;
		}
		
		
		a#city	{
			display: block;
			float: left;
			margin: 50px 0px 50px 20px;
			width: 150px;
			height: 174px;
			background: url('../images/city.jpg') no-repeat;
			color: #fff;
		}
		
		a#city:hover	{
			background: url('../images/cityh.jpg') no-repeat;
			color: #fff;
			
		}
		
		
		a#arch	{
			display: block;
			float: left;
			margin: 50px 0px 50px 20px;
			width: 150px;
			height: 174px;
			background: url('../images/arch.jpg') no-repeat;
			color: #fff;
		}
		
		a#arch:hover	{
			background: url('../images/archh.jpg') no-repeat;
			color: #fff;
		}
		
		a#ani	{
			display: block;
			float: left;
			margin: 50px 0px 50px 20px;
			width: 150px;
			height: 174px;
			background: url('../images/ani.jpg') no-repeat;
			color: #fff;
		}
		
		a#ani:hover	{
			background: url('../images/anih.jpg') no-repeat;
			color: #fff;
		}
		
		a#coll	{
			display: block;
			float: left;
			margin: 50px 0px 50px 20px;
			width: 150px;
			height: 174px;
			background: url('../images/coll.jpg') no-repeat;
			color: #fff;
		}
		
		a#coll:hover	{
			background: url('../images/collh.jpg') no-repeat;
			color: #fff;
		}
		

/* FOTO PAGINAS */

	#pageDiv	{
		background: #dcdcdc;
		color: #464646;
	}
	
	h2	{
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;			
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	background: #464646;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
	div.foto	{
		float: left;
		margin: 14px 9px 9px 24px;
	}
	
	div.foto	img	{
		border: 1px solid #464646;
	}
	
	div.foto	img:hover	{
		border: 1px solid #ff6b0e;
	}

/* LINKS */
			
			
	h2.secondh2	{
	width: 702px;
	margin: 15px auto 15px auto;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;			
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	background: #464646;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	}
	
	div.link	{
		float: left;
		margin: 5px 0px 0px 99px;
	}
	
	div.link	img	{
		border: 1px solid #464646;
	}
	
	div.link:hover	img	{
		border: 1px solid #ff6b0e;
	}

/* ABOUT */
	
 div#contactbox	{
 		width: 830px;
		margin: 20px auto 20px auto;
		background: #dcdcdc url('../images/about.jpg') no-repeat;
		background-position: top right;
		color: #464646;
		}

	h2.thirdh2	{
	width: 400px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;			
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	background: #464646;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	}
	
	.about	{
		width: 400px;
		margin:	10px 0px 0px 0px;
		line-height: 150%;
		text-align: justify;
		font-size: 12px;
	}
	
	div#contactdiv	{
	width: 380px;
	margin: 10px 0px 0px 0px;
	}
	
	#contactdiv ul	{
		list-style: none;
		margin-bottom: 10px;
		color: #f00;
		background: #dcdcdc;
	}
	
	div.row {
	margin-bottom: 10px;
	}

div.row span.rowlabel {
	margin: 0px 0px 5px 0px;
  float: left;
  width: 380px;
  text-align: left;
  font-size: 12px;
}

div.row span.rowvalue {
	clear: both;
	text-align: left;
}

input {
font-size: 10pt;
color: #000;
background-color: #adadad;
border: 1px solid #464646;
width: 380px;
}

input.button {
margin: 0px 10px 0px 0px;
padding: 3px;
font-size: 11px;
font-weight: normal;
color: #000;
background-color: #adadad;
border: 1px solid #464646;
width: 60px;
text-transform: uppercase;
}

textarea {
font-size: 10pt;
color: #000;
background-color: #adadad;
border: 1px solid #464646;
width: 380px;
height: 85px;
}
	
/* FOOTER */
	#footerBox	{
		margin: 0px auto 0px auto;
		width: 900px;
		height: 25px;
		background: #dcdcdc;
		color: #656565;
		}
	
	#footerContent	{
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 900px;
		height: 30px;
	}
		
		#copy	{
			display: block;
			margin: 6px 0px 0px 10px;
			float: left;
			font-family: Arial;
			font-size: 11px;
			text-transform: uppercase;
			font-weight: bold;
		}

		#serieslabel	{
			display: block;
			margin: 6px 10px 0px 0px;
			float: right;
			font-family: Arial;
			font-size: 11px;
			text-transform: uppercase;
			font-weight: bold;
		}
		
		#series	{
			display: block;
			margin: 2px 10px 0px 0px;
			float: right;
		}
									
/* ALGEMEEN */
		
		img	{
			border: 0px;
		}
		
		hr.clearfloat	{
		clear: both;
		visibility: hidden;
		}
		
/* SERIES PAGINAS */

	#chinadiv	{
	padding: 300px 0px 20px 0px;
	background: url('../images/chinamap.jpg') no-repeat;
	background-position: center 20px;
	color: #fff;
}

	#italydiv	{
	padding: 360px 0px 20px 0px;
	background: url('../images/italymap.jpg') no-repeat;
	background-position: center 20px;
	color: #fff;
}

	#wintersportdiv	{
	padding: 320px 0px 10px 0px;
	background: url('../images/wintersport2011.jpg') no-repeat;
	background-position: center 20px;
	color: #fff;
}

	#spanjediv {
	padding: 360px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	background: url('../images/barcamap.jpg') no-repeat;
	background-position: center 20px;
	color: #fff;
}

ul.shortcuts	{
	list-style-type: none;
	margin: 20px 0px 0px 60px;
}

ul.shortcuts	li	{
	float: left;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 20px 10px;
}

.shortcuts li a	{
	background: transparent;
	color: #464646;
	font-weight: bold;
}

.shortcuts li a:hover {
	background: transparent;
	color: #adadad;
	font-weight: bold;
}

.toplink	{
	margin: 0px 0px 15px 430px;
	padding: 2px 3px 1px 5px;
	background: #adadad;
	color: #464646;
	border: 1px solid #464646;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;			
	text-decoration: none;
	letter-spacing: 2px;
}

 	.toplink:hover, .errorlink:hover	{
		background: #464646;
		color: #f9f9f9;
	}
	
h2.forthh2 {
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;			
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	background: #464646;
	color: #fff;
	border-bottom: 1px solid #fff;
	}

	/* 404 */
	
	#errorBox	{
		margin: 0px auto 20px auto;
		width: 450px;
		font-size: 12px;
	}
	
	ul.error404	{
		padding: 20px 0px 20px 20px;
	}
	
	.errorlink	{
	margin: 0px 0px 30px 0px;
	padding: 2px 3px 1px 5px;
	background: #adadad;
	color: #464646;
	border: 1px solid #464646;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;			
	text-decoration: none;
	letter-spacing: 2px;
}
