/*********************************************************
*** This is the main section of the website            ***
*********************************************************/
#header #headerAd {
	position:				absolute;
	height:					90px;
	top:					40px;
	text-align:center;
	top:55px;
}

.hiddenLogin{
	display:none;
}

.explanation{
	margin-bottom: 10px;
	margin-top: 10px;
}

.explanation label{
	float:left;
	width:250px;
}

.formLine #horizontalSlider, 
.formLine #activitySlider{
	width: 					223px;
	margin-top:				5px;
	margin-left: 			5px;
}

/***************************************/
/*              SUBTABS                */
/***************************************/
#subTabWrapper {
	position:   relative;
	height: 	34px;
	background: transparent url(/youw8Custom/dmp/img/bgSubTabs.gif) left top no-repeat;
	margin:					25px 0 17px 0;
}
#subTabs {
	position:				absolute; /* hack: nodig om de floating li's goed uit te lijnen in safari & ff */
	left:					17px;
	bottom: 				0px;
}
#subTabs ul {
	width:					901px;
	margin:					0 0 0 23px;
	padding:				0;
	list-style-image:		none;
}
#subTabs li {
	height:					100%;
	float:					left;
	margin:					0;
	padding:				0;
}
#subTabs a {
	display:				block;
	height:					100%;
	width:					100%;
}
#subTabs span {
	display:				none;
}
#subTabs .info span {
	display:				inline;
}
#subTabs .congrats {
	margin-top: 			5px;
}
.info {
	position: 	absolute; 
	right: 		17px;
	bottom: 	5px;
	
}

.info .toGo {
	font-size:				18px;
}

.info ul{
	list-style-type:		none;
	list-style-image:		none;
}

.info li{
	height:					100%;
	float:					left;
	margin:					0;
	padding:				0;
}

