/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
	width: auto;
	background-color: #0033CC;
}
/*Main Container*/
.container {
	width:100%;	
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;
	float: left;
	width:0px;
	height: 120px;
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
}
/* Handle*/
.handle{
	float: left;
	width: 38px;
	height: 114px;
	margin-right: -10px;
	background:  url(../images/blade.png) no-repeat;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
}
.handleSelected{	
	background: url(../images/blade_sel.png) no-repeat;
}


.navenlace {
	font-weight: bold;
	width:auto;
	height:auto

}

.navenlace a {
	color: #666666;
	width:auto;
	height:auto
	background: url(../images/bladeb.png) no-repeat;
}

.navenlace a:hover {
	width:auto;
	height:auto
	background: url(../images/blade_selb.png) no-repeat;
	color: #ffffcc;
	
}

