@charset "utf-8";
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #535353;
	background: #bfe8fa url(../_images/background-image.png) repeat-x;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll
}

#header {
	width: 1085px;
	height: 54px;
	margin: 0 auto;
	margin-top:51px;
	background: url(../_images/top-bar.png) bottom no-repeat;
}

	#header .logo {
		width: 284px;
		height: 45px;
		background: url(../_images/spaar-tip-logo.png) no-repeat;
		float:left;
	}
	
	#header .menu {
		height: 20px;
		width: 250px;
		float:right;
		margin-top:25px;
		text-align: right;
		color: white;
		margin-right:8px;
		font-size: 11px;
	}

	#header .menu a {
	color:white;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	}
	
	#header .menu a:hover {
		color:white;
		font-weight: normal;
		text-decoration: underline;
	}

#affiliates {
	width: 1085px;
	height: 92px;
	margin: 0 auto;
	background: #e4f5fd;
}
		
	.affiCarousel {
		padding-top: 15px;
		width: 1085px;
	}
	
	.affiCarousel ul{
		width: 1085px;
	}
	
	.affiCarousel ul li{
		margin:0px;
		padding:0px;
		margin-left: 30px;
	}
	
	.affiCarousel ul li img{
		display:block;
		border:0px;
	}

#categories {
	width: 1085px;
	height: 148px;
	margin: 0 auto;
	background: #ffffff;
}
	
	div.catCarousel {
		position: relative;
		height: 145px;
		width: 1085px;
		overflow: auto;
	}
	
	ul.catCarousel {
		display: block;
		height: 110px;
		width: 3000px;	
		padding: 15px 0 0 15px; 
		margin: 0;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
	}
	
	.catCarousel li {
		display: block;
		float: left;	
		padding: 0px 4px;
		margin-right: 32px;
	}
	
	.catCarousel  .title {
		margin:0px;
		padding:0px;
		height:127px;
		width: 232px;
	}
	
	.catCarousel ul li .title a {
		display:block;
		color: white;
		text-decoration: none;
		margin-top:95px;
		float:left;
		margin-left:130px;
		color:white;
		font-weight:bold;
		font-size:13px;
	}
	
	#back {
		display: block;
		width: 500px;
		text-align: center;
		color: #003469;
		font-size: 16px;
	}
	

#breadcrumb {
	width: 1060px;
	height: 23px;
	margin: 0 auto;
	background: #e4f5fd;
	padding-top:3px;
	padding-left:25px;
	font-size: 11px;
}

	#breadcrumb a {
	color: #393939;
	text-decoration: none;
	font-size: 11px;
	}
	
	#breadcrumb a:hover {
	color: #393939;
	text-decoration: underline;
	}

#wrapper {
	width: 1085px;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
}

#content_left {
	width: 336px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;	
	float: left;
}

	#content_left .more_tips {
		width: 336px;
		height: auto;
		border: 1px solid #efefef;
		margin-bottom:13px;
	}
	
	#content_left .more_tips h2 {
		color: #7c1071;
		margin-top: 11px;
		margin-left: 11px;
		font-weight: bold;
		margin-bottom:8px;
		font-size: 16px;
	}
	
	#content_left .more_tips ul {
	}
	
	#content_left .more_tips ul li {
		list-style-type: none;
	}
	
	#content_left .more_tips ul li a {
		display:block;
		padding-left:12px;
		color: #535353;
		text-decoration: none;
		padding-top:3px;
		padding-bottom:3px;
		font-size: 11px;
	}
	
	#content_left .more_tips ul li a:hover {
		display:block;
		background: #40a222;
		color: white;
	}

	#content_left .affiliates {
		width: 336px;
		height: auto;
		border: 1px solid #efefef;
		margin-bottom:13px;
	}
	
	#content_left .googleadsense {
		width: 336px;
		height: auto;
		border: 1px solid #efefef;
		margin-bottom:13px;
	}

#content_right {
	width: 684px;
	height: auto;	
	margin-left: 21px;
	margin-top:20px;
	margin-bottom: 20px;
	float: left;
}

	#content_right h1 {
		color: #40a222;
		margin-bottom: 13px;
		font-weight: normal;
		font-size: 23px;
	}
	
	#content_right h2 {
		color: #7c1071;
		font-weight: bold;
		font-size: 16px;
	}

	#content_right p {
		color: #535353;
		margin-bottom:10px;
		text-align: justify;
		margin-left:2px;
		font-size: 12px;
	}
	
	#content_right ul {
		list-style-type: disc;
	}
	
	#content_right li {
		color: #535353;
		margin-left:20px;
		font-size: 12px;
		line-height: 13px;	
	}
	
	#content_right a {
		color: #7c1071;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
	}

	#content_right a:hover {
		color: #7c1071;
		font-size: 12px;
		text-decoration: underline;
	}
	
	#content_right .infobox {
		background: #e4f5fd;
		height: auto;
		width: 100%;		
		padding-bottom:2px;
		margin-right:6px;
	}
	
	#content_right .infobox h1 {
		color: #7c1071;
		font-weight: bold;
		font-size: 16px;
		padding-top: 10px;
		margin-left: 13px;
		margin-bottom:11px;
	}

	#content_right .infobox p {
		color: #535353;
		margin-left: 13px;
		margin-right: 13px;
	}

	#content_right .box {
		height: auto;
		width: 100%;
		border: 1px solid #efefef;
		margin-top:20px;
	}

	#content_right .box h2 {
		color: #40a222;
		font-weight: bold;
		font-size: 16px;
		padding-top: 10px;
		margin-left: 13px;
		margin-bottom:11px;
	}
	
	#content_right .box p {
		color: #535353;
		margin-left: 13px;
		margin-right: 13px;
	}
	
	#content_right .box a {
		color: #7c1071;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
	}

	#content_right .box a:hover {
		color: #7c1071;
		font-size: 12px;
		text-decoration: underline;
	}
	
	#content_right .box .button {
		background: url(../_images/jou-spaartip-insturen.png) no-repeat top left;
		display:block;
		width: 100px;
		height: 26px;
		color: #FFFFFF;
		border: 0px;
	}
	
	#content_right .left {
		float: left;
		border: 0px;
		padding-right: 8px;
		padding-bottom: 3px;
	}
	
	#content_right .box hr {
		background: white;
		border: 1px solid #efefef;
		width: 97%;
	}

	#content_right .newsletter {
		background: #e4f5fd;
		height: auto;
		width: 342px;		
		padding-bottom:17px;
		float: left;
		margin-right:6px;
		margin-top:20px;
	}
	
	#content_right .newsletter h3 {
		color: #7c1071;
		font-weight: bold;
		font-size: 16px;
		padding-top: 10px;
		margin-left: 13px;
		margin-bottom:11px;
	}
	
	#content_right .newsletter p {
		color: #535353;
		margin-left: 13px;
		margin-right: 13px;
	}
	
	#content_right .newsletter .field {
		border: 1px solid #7c1071;
		margin-left: 13px;
		height: 15px;
		float: left;
		width:204px;
		padding: 3px;
	}
	
	#content_right .newsletter .button {
		background:url(../_images/nieuwsbrief-aanmelden.png) no-repeat top left;
		border: none;
		color: white;
		padding-top: 4px;
		padding-bottom: 4px;
		width:103px;
		font-size: 12px;
	}
	
	#content_right .savetip {
		background: #e4f5fd;
		height: auto;
		width: 336px;		
		padding-bottom:17px;
		float: left;
		margin-top:20px;
	}
	
	#content_right .savetip h3 {
		color: #3781be;
		font-weight: bold;
		font-size: 16px;
		padding-top: 10px;
		margin-left: 13px;
		margin-bottom:11px;
	}
	
	#content_right .savetip p {
		color: #535353;
		margin-left: 13px;
		margin-right: 13px;
	}

	#content_right .savetip a {
		background: url(../_images/jou-spaartip-insturen.png) no-repeat top left;
		display:block;
		line-height:24px;
		width: 98px;
		height: 24px;
		color: #FFFFFF;
		text-decoration: none;
		text-align: center;
		margin-left: 223px;
	}

#footer {
	clear: both;
	width: 1085px;
	height: 33px;
	margin: 0 auto;
	background: url(../_images/bottom-bar.png) bottom no-repeat;
	margin-bottom: 25px;
}

	#footer .info {
		width:auto;
		heigth: 25px;
		float: right;
		font-weight: bold;
		color: white;
		margin-right:10px;
		font-size:18px;
		margin-top:6px;
	}