@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(mailform.css);

#left-menu-box {
	margin: 0;
	padding: 1px 1px 0px 1px;
	
	
}

#middle-marker-box, #right-marker-box {
	margin: 6px;
	padding: 0;
}

#left-marker-box  {
	margin: 0 1px;
	padding: 0;
	background: #ffffff;
	
}

#left-marker, #middle-marker, #right-marker {
	margin: 0;
	/*padding: 6px;*/
}



#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 750px;
	position: relative;
	overflow: visible;
	
}

#left {
	position: relative;
	overflow: visible;
	float: left;
	width: 165px;
	z-index: 4;
	background-image: url(../img/bg_left.jpg);
	background-repeat: repeat-y;
	
}

/*#left-content {
	position: relative;
	z-index: 5;
	width: 165px;
	background-image: url(../img/bg_left.jpg);
	background-repeat: repeat-y;

	
}*/

#middle {
	float: right;
	width: 585px;
	z-index: 2;
	background: #ffffff;
	position: relative;
	overflow: visible;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 585px;
}

#right {
	position: relative;
	overflow: visible;
	float: left;
	width: 172px;
	padding-left: 0;
	z-index: 4;
	background-image: url(../img/bern_07.jpg);
	background-repeat: repeat-y;
	
}

#right-content {
	position: relative;
	z-index: 7;
	width: 170px;
	background-image: url(../img/bern_07.jpg);
	background-repeat: repeat-y;
}

#header, #outer-wrapper, #footer {
	width: 922px;
}

#header-img {
	width: 922px;
	height: 232px;
}

.cleaner {
	clear:both;
	float: left;
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	display: block;
	visibility: hidden;
	border: 0; 
	padding: 0;
	margin: -1.0em 0 0 0;
	background: transparent;
}
