/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/search.css";
@import "custom/homepage.css";

/* ---------- */

#cycleList {
	margin-bottom: 20px;
}

#cycleList .item {
	float:left;
	width:50%;
	margin-bottom: 10px;
}

.cycle{  
	border: 1px solid #ccc;  
	height: 180px;  
	width: 180px;  
	padding: 0;  
	margin: 0; 
} 
			 
.cycle img {
	background-color: #eee;  
	width:  180px; 
	height: 180px; 
	top: 0; 
	left: 0;
}

#cols #sidecol-home{
	width: 220px;
	position:relative;
	float:right;
	padding: 0;
	margin: 0;
	margin-right:13px;
	margin-top:40px;
	font-size:12px;
	padding-top: 30px;
	right: 20px;
	_right:0px;
	_margin-top:50px;
}

#cols #sidecol #newsList .item{
	border-bottom: 1px solid #bebebe;
	width:180px;
	padding-bottom: 15px;
	line-height:24px;
}

#cols #sidecol #newsList .item .date{
	font-weight:bold;
}

#cols #sidecol #newsList .item a{

}

#cols #sidecol #newsList .item a.more{

}

#footerLogo{
	position:absolute;
	right:30px;
	top : 80px;
}

#cols #content-home{
	width: 720px;
	margin:0px;
	padding:0px;
	float:left;
	margin-left:20px;
}

#content-small{
	width: 430px;
	display:block;
	position: relative;
	padding: 30px 0 0 53px;
	margin: 0;
	float: left;
	font-size:12px;
}

#header #payoff{
		position:absolute;
		top: 30px;
		right: 20px;
		width: 700px;
		height:40px;
		border-bottom: 1px solid #bebebe;
		background: url(../images/txtVeilig.gif) no-repeat bottom right;
}

#header #payoff a{
	position:absolute;
	left: 270px;
}

#header #search{
	position:absolute;
	left: 0px;
	width: 260px;
	height: 30px;
	background: url(../images/searchBar.gif) no-repeat top left;

}

#header #search .single{
		position:absolute;
		left: 25px;
		width: 150px;
		top: 2px;
		border: 0px;
		background:none;
}

#header #search .searchimage{
	position:absolute;
	right:0px;
}

#sidecol #linkOut {
	background: url(../images/linkOut-back.gif) no-repeat bottom left;
		padding-bottom: 10px;
}

body.purple{
background:white url(../images/body_back_purple.gif) repeat-x top left;
}

body.purple #cols{
	background: url(../images/cols-back-purple.gif) no-repeat top left;
}

.back{
	float:right;
}


#AZ-index a{
	padding:2px;
	text-decoration:none;
	margin:1px;
	border: 1px solid #b0b0b0;
	background: #dfdfdf;
	display:block;
	width: 15px;
	text-align:center;
	float:left;
}

#AZ-index a.active,
#AZ-index a:hover{
	font-weight:bold;
	background: #FFFFFF;
}

#showRecommend{
	clear:left;
	float:left;
	position:relative;
	padding: 0 0 0 53px;
	display:block;
	width: 610px;
	margin-top: 10px;
}

#showRecommend a{
	float:left;
	margin-right: 5px;
	margin-top: 2px;
}

#showRecommend a img{
	width: 80px;
	border: 1px solid #ccc;  
}

a.tooltip {
	position:absolute;
	display:block;
	color: #000;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}

a.tooltip:hover{
	text-decoration: none;
}

a.tooltip .content {
	display:none;
}

a.tooltip:hover .content {
	display:block;
	position:absolute;
	top: -60px;
	background-color: #ffffcc;
	border:1px solid #cc9933;
	text-decoration:none;
	margin:0;
	padding:5px;
	text-decoration: none;
}

a.tooltip .content .pointer {
	position:absolute;
	bottom: -10px;
	_bottom:-14px;
	width:19px;
	height:10px;
	background: url(../images/pointer.gif) 0 0 no-repeat;
}


a.tooltip .info
{
	position:absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/info.gif) 4px 4px no-repeat;
}


