/* Layout details (old browsers do not load this) */
/*
@import url(../../35381AC614A9C072C12572E1004FCF31/$file/layout-css1.css);
*/

/* Base Layout */

#header {
	xxwidth:100%; /* MSIE6 */
	clear:both;
	overflow:hidden;	
}

#header li {
	display:inline; /* OLD NS */
}
#header-nav {
	xxwidth:100%; /* MSIE6 */
	clear:both;
	overflow:hidden;
}
#header-functions {
	xxwidth:100%; /* MSIE6 */
	clear:both;
	overflow:hidden;
}
#body {	
	xxwidth:100%; /* MSIE6 */
	clear:both;
	overflow:hidden; /* this one sometimes makes it dificult to place the cursor in edit mode.. . */
}
@media print { /* Added 2008-02-01 by Martin Johansson/CIKADO - Mozilla */
	#body {	
		overflow-x:hidden; /* Keeps overflow:hidden for MSIE */
		overflow-y:hidden; /* Keeps overflow:hidden for MSIE */
		overflow:visible;
	}
}
#footer {
	xxwidth:100%; /* MSIE6 */
	clear:both;
	overflow:hidden;
}
.col-left {
	width:0px; /* must be reset on the element */
	min-height:1px; /* MSIE7 to keep width if there is no content... */
	float:left;	
	overflow:hidden;
}
.col-right {
	overflow:hidden;	
}

.col-clear {
	clear:both;
}

