
/* GENERAL RULES */
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
	}
	
/* SPECIAL INTRO RULES */
#intro div, #intro h2,#intro a, #intro ul, #intro li, #intro div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
	}
	#intro {
		position: relative;
		height: 602px;
		overflow: hidden;
		margin-left: 41px;
		width: 0;
		}
	#intro #uppercover {
		position: absolute;
		top: 0;
		width: 100%;
		height: 50px;
		z-index: 10;
		background: url(../img/uppercover.png) no-repeat;
		}
	#intro #lowercover {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 50px;
		z-index: 10;
		background: url(../img/lowercover.png) no-repeat;
		}
	#intro #upndown {
		position: absolute;
		z-index: 11;
		height: 54px;
		width: 26px;
		top: 50%;
		margin-top: -27px;
		}
	#intro #up {
		width: 26px;
		height:18px;
		background: url(../img/intro_upndown_bg.gif) no-repeat top;
		cursor: pointer;
		}
	#intro #down {
		width: 26px;
		height:18px;
		margin-top: 20px;
		background: url(../img/intro_upndown_bg.gif) no-repeat bottom;
		cursor: pointer;
		}
	#intro #liste {
		height: 100%;
		overflow: hidden;
		margin-top: 3000px;
		}
	#intro li {	
		clear: both;
		padding-top: 1px;
		display: block;
		margin-top: 0;
		overflow: hidden;
		width: 10000px;
		line-height: 0;
		font-size: 0;
		position: relative;
		}
	#intro ul {
		position: relative;
		}	
	#intro #liste div {
		overflow: hidden;
		position: relative;
		}	
	#intro ul ul {
		float: left;
		overflow: hidden;
		width: 3000px;
		position: relative;
		}
	#intro li li {
		border-right: 1px solid #fff;
		margin: 0;
		float: left;
		height: 24px;
		clear: none;
		padding: 0;
		cursor: pointer;
		}
	#intro ul a {
		text-indent: 2000px;
		display: block;
		height: 200px;
		visibility: hidden;
		cursor: pointer;
		overflow: hidden;
		}
	#intro h2 {
		float: left;
		font-family: HELVETNL,Arial,sans-serif;
		font-size: 13pt;
		font-weight: normal;
		line-height: 1.03em;
		letter-spacing: 0.01em;
		color: #030303;
		cursor: pointer;
		width: 200px;
		text-align: right;
		padding-right: 13px;
		background-color: #ffffff;
		padding-top: 4px;
		}
	#intro h2 img {
			height: 16px;
		}
	#intro li.active ul,
	#intro li.active li {
		height: 200px;
		}
	#intro li.active ul.closeFast,
	#intro li.active li.closeFast {
		height: 25px;
		}
	#intro li.empty h2,
	#intro li.empty h2 img {
		visibility: hidden;
		color: #fff;
		}
	#intro li.cover {
		position: absolute;
		left: 0;
		top: 0;
		height: 200px;
		width: 100%;
		border: none;
		background: url(../img/transp.gif);
		z-index: 99;
		cursor: pointer;
		float: none;
		}
	#intro li.active li.cover {
		cursor: default;
		width:100%;
		}
