/* Page layout stylesheet */

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#main {
	width: 981px;
	position: relative;
}

#head {
	position: relative;
	/*height: 135px;*/
	height: 149px;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 167px;
		height: 33px;
		background-image: url(../../images/crbasel-logo.gif);
		position: absolute;
		left: 35px;
		/*top: 53px;*/
		top: 60px;
	}
	
	#slogan {
		position: absolute;
		left: 235px;
		/*top: 58px;*/
		top: 65px;
	}
	
	#slogan * {
		font-size: 12px;
	}
	
	#slogan p {
		line-height: 14px;	
	}
	
	#slogan strong {
		color: #000;
	}
	
	#bsw a {
		display: block;
		position: absolute;
		text-indent: -9999px;
		outline: 0;
		top: 15px;
		right: 33px;
		width: 150px;
		height: 98px;
		background: url(../../images/bswlogo.gif) no-repeat 0 0;
	}
	
#leftCol {
	width: 201px;
	float: left;
}

	#mainNav {
		margin: 0 15px 0 35px;
	}
	
	#mainNav li a,
	#mainNav li span {
		display: block;
		line-height: 14px;
	}
	
	#mainNav li span {
		color: #000;
		font-size: 12px;
		line-height: 9px;
		background: url(../../images/border.gif) repeat-x left bottom;
		margin: 0 0 6px 0;
		font-weight: bold;
		padding: 0 0 9px 0;
	}
	
	#mainNav li a.level1 {
		font-weight: bold;
		color: #000;
		padding: 7px 0;
	}
	
	#mainNav li a:hover,
	#mainNav li a.cur,
	#mainNav li a.act {
		text-decoration: underline;
	}
	
	#mainNav li ul {
		margin-top: -7px;
		margin-bottom: 5px;
		margin-left: 9px;
	}
	
	#mainNav li li ul {
		margin-top: 0;
		margin-bottom: 3px;
		margin-left: 18px;
	}
		
	#mainNav li li a.level2,
	#mainNav li li li a.level3 {
		color: #808080;
	}	

	#mainNav li li a.level2:hover,
	#mainNav li li a.cur,
	#mainNav li li a.act {
		color: #000;
	}
	
#midCol {
	margin-left: 201px;
	margin-right: 200px !important;
	margin-right: 194px;
}

	#midCol #locator {
		height: auto !important;
		height: 10px;
		position: static !important;
		position: relative;
		left: auto !important;
		left: -3px;
	}
	
	#midCol #locator div {
		margin: 0 35px 0 34px;
		background: url(../../images/border.gif) repeat-x left bottom;
		color: #000;
		font-size: 12px;
		line-height: 9px;
		font-weight: bold;
		padding: 0 0 9px 0;
	}
	
	#midCol #locator h2 {
		margin: 13px 35px -3px 34px;
	}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		margin: 16px 35px 0 34px !important;
		margin: 16px 38px 0 31px;
		min-height: 450px;
		height: auto !important;
		height: 450px;
	}
	
#rightCol {
	width: 200px !important;
	width: 194px;
	float: right;
}

	#rightCol .ctArea {
		margin: 0 34px 0 17px !important;
		margin: 0 34px 0 11px;
	}

#footer {
	clear: both;
	background-color: #FFF;
	position: relative;
	width: 981px;
	height: 76px !important;
	height: 78px;
}

	#copyright {
		display: none;
		font-size: 11px;
		line-height: 12px;
		position: absolute;	
		left: 838px;
		width: 100px;
		top: 50px;
	}
	
	#copyright a {
		position: absolute;
		top: 0px;
		left: 62px;
		display: block;
		width: 100px;
		text-indent: -102px;
		overflow: hidden;
		font-size: 11px;
		line-height: 12px;
		color: #000;
	}


