/* ===== Titel ===== */
.subTitle {
	clear: both;
	overflow: hidden;
	margin: 1px 0 5px 0;
	text-align: center;
	background: repeat-x url(../img/ombouw/1pxgrey.gif) center center;
}
.subTitle h1 {
	margin: 0;
	font-size: 14px;
	font-weight: bolder;
	display: inline;
}
.TitleContainer {
	font-size: 14px;
	font-weight: bolder;
	color: #6699cc;
	padding: 0px 3px;
	background: #FFFFFF;
}
.BasketLoader {
	display: block;
	background-color: #FFFFFF;
	width: 165px;
	height: 68px;
	position: absolute;
	top: 0px;
	left: 452px;
	margin: 0px;
	padding: 0px;
}
.BasketLoaderWait {
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
}
.basketOverlay {
	position: absolute;
	width: 37px;
	height: 48px;
	top: 0px;
	left: 0px;
	padding-top: 14px;
	padding-bottom: 10px;
}
.basketOverlayFirst {
	width: 37px;
	text-align: center;
	float: left;
}
.weatherRow {
	padding: 0 10px 0 10px;
}
.weatherImage {
	width: 45px;
	height: 45px;
	padding: 5px;
	float: left;
}
.weatherTemprature {
	height: 45px;
	font-size: 24px;
	padding: 5px;
	padding-top: 10px;
	float: left;
	font-weight: bold;
}

