body {
	font-size: 0.8em;
	background:  url(../images/bg_body.gif) #ffffff repeat-y top left;
}

/* = = = = = = = de site = = = = = = = */

#container {
	width: 780px;
	margin: 0;
	padding: 0;
	background: url(../images/dot_lichtroze.gif) transparent repeat top left;
}


/* = = = fotos = = = */
	#fotos {
		background: url(../images/random/hp09.jpg) transparent repeat top left;
	}

/* = = = siteBody = = = */
	#kolomRechts {
		float: left;
		width: 264px;
		height: 384px;
		background: url(../images/bg_kolomRechtsHP.gif) transparent no-repeat top left;
	}
	
	
	/* = = = Content = = = */
	#contentMain {
		float: left;
		clear: right;
		width: 420px; /* 516px */
		height: 280px; /* 300px */
		padding: 0 60px 20px 36px;
		margin-bottom: 40px;
		background-color: #ffffff;
		background-image: none;
	}
	
	html>body #contentMain {
		height: auto;
		min-height: 280px;
	}

	
	#contentMain ul {
		list-style-type: none;
		margin-bottom: 0;
	}
	
		#contentMain ul li {
			padding: 0 0 0 12px;
			background:  url(../images/dot.gif) transparent no-repeat 0 0.5em;
		}

		
	#contentMain ol {
		list-style-type: decimal;
	}
	
		#contentMain ol li {
			margin: 0 0 0 23px;
		}
	
		html>body #contentMain ol li {
			margin: 0 0 0 21px;
		}
	
		*:first-child+html #contentMain ol li {
			margin: 0 0 0 23px;
		}
		

/* = = = Footer = = = */
#footer {
	clear: both;
	width: 780px; /* 780px */
	height: 25px;
	background:  url(../images/dot_lichtroze.gif) #ffffff repeat top left;
}
	#footer ul {
			float: left;
			margin-left: 16px;
		}
		
	* html #footer ul {
		margin-left: 8px;
	}
		
		#footer li {
			display: inline;
			padding: 0;
		}
