/*	###########################################################################################
	###											###
	###	Cascading Stylesheet for Dunhoeke fotos						###
	###	Date: February/March 2004							###
	###											###
	###	Written by Freek Bloemhof							###
	###											###
	########################################################################################### */

/*	###########################################################################################
	###											###
	###	Description:									###
	###	Comments:									###
	###											###
	########################################################################################### */

img {
	border: 0;
}

html {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #e1ddd9;
	font-size: 15px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	text-align: center;
}

#container {
	width: 780px;
	padding:0px;
	margin: 0px auto;
	background-color: #e1ddd9;
	text-align: left;
}

#pageloading { 	
  position: absolute;
  height: 200px; 
  width: 400px;
  margin: -100px 0px 0px -200px;
  top: 50%; 
  left: 50%;
  text-align: center;
  padding: 0px;
  background-color #fff;
}

#column1 {
	background-color: #fff;
	float: left;
	width: 615px;
}

#column2 {
	float: left;
	width: 160px;
	padding-top: 100px;
	background-color: #e1ddd9;
}

table#images {
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

p.text {
	margin-left: 10px;
	margin-right: 10px;
}

p.even {
	margin-left: 10px;
	margin-right: 10px;
	height: 150px;	
	background-color: #ccc;
	border-bottom: 1px solid #564b47;
	border-top: 1px solid #564b47;
}

img.even {
	float: left;
	padding-right: 5px; 
	width: 200px; 
	height: 150px;
}

p.oneven {
	margin-left: 10px;
	margin-right: 10px;
	height: 150px;	
	background-color: #eee;
	border-bottom: 1px solid #564b47;	
	border-top: 1px solid #564b47;
}

img.oneven {
	float: right;
	padding-left: 5px; 
	width: 200px; 
	height: 150px;
}

h2 {
	font-size: 25px;
	text-transform: uppercase;
	background-color: #EEFFEE;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px;
	text-align: center;
}

.titel {
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

