/* ************************************************************* */
/* CSS code developed for www.sohoconcept.be by                  */
/* DreamDivision (www.dreamdivision.com)                         */
/* Last change: 06/10/2008                                       */
/* ************************************************************* */



/* ******************************************** */
/* LAYOUT WEBPAGES & TEXT                       */
/* ******************************************** */

#mainframe {
	width: 750px;
	margin: 50px auto;
	padding: 0;
	text-align: left;
	position: relative;
	}


/* ---- sitemap-navigation ------------------------------------------------------------------------ */

#sitemap-navigation {
	clear: both;	/* breaks float of previous tags (if any)	*/
	float:left;
	width: 50%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-top:#1CA9BD 1px solid;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #EEE;
	text-align: left;
	}

#sitemap-navigation a:link, #sitemap-navigation a:visited {
	color: #EEE;
	text-decoration: none;
	}

#sitemap-navigation a:hover {
	color: #FFF;
	text-decoration: underline;
	}


/* ---- sitemap-copyright ------------------------------------------------------------------------ */

#sitemap-copyright {
	float:right;
	width: 50%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-top:#1CA9BD 1px solid;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #EEE;
	text-align: right;
	}

#sitemap-copyright a:link, #sitemap-copyright a:visited {
	color: #EEE;
	text-decoration: none;
	}

#sitemap-copyright a:hover {
	color: #FFF;
	text-decoration: underline;
	}


