 /*
Title	: Home
Author	: Jurien van Beek, jurien@roquin.nl
Version : 1.0
--------------------------------------------------------*/
#content-main-home {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	width: 590px;
	}

#content-right-home {
	float: right;
	padding: 24px 20px 0 10px;
	width: 340px;
	}

#content-news {
	background: url(../images/css/newsteaser-bg.gif) no-repeat top left;
	overflow: auto;
	padding: 5px 0 10px 15px;
	width: 575px;
	position: relative;
	z-index: 5;
	}
	
#content-news-left {
	background: url(../images/css/newslatest-bg.gif) no-repeat top left;
	float: left;
	padding: 5px 15px 0 15px;
	width: 230px;
	}

#content-news-right {
	background: url(../images/css/newsuitgelicht-bg.gif) no-repeat top left;
	float: right;
	width: 300px;
	padding: 5px 5px 0 16px;
	}

/* Newsteaser
--------------------------------------------------------*/
#newsteaser-wrap {
		width: 570px;
		}
	
	#content-container #newsteaser-wrap ul {
		margin-left: 0;
		}
	
	#content-container #newsteaser-wrap li {
		background: none;
		}
	
		#newsteaser-content {
			float: left;
			overflow: hidden;
			width: 253px;
			}
		
		#newsteaser-content .news-teaser-shadow {
			background: url(../images/css/img_shadow.gif) no-repeat left bottom;
			display: block;
			height: 172px;
			}
		
		#newsteaser-content .news-teaser-image {
			display: block;
			height: 169px;
			overflow: hidden;
			}
		
		#newsteaser-content .news-teaser-image img {
			float: left;
			padding-left: 3px;
			}
			
		#content-container #newsteaser-content li {
			margin: 0;
			padding: 0;
			}
	
		#newsteaser-titles {
			float: left;
			left: -15px;
			position: relative;
			width: 317px;
			}
			
			#content-container #newsteaser-titles span.news-latest-date,
			#content-container #newsteaser-titles li.ui-tabs-selected span.news-latest-date { 
				color: #999999;
				cursor: pointer;
				display: block;
				float: none;
				font-size: 0.9em;
				font-weight: normal;	
				height: 20px;
				width: 60px;			
				}
				
			#content-container #newsteaser-titles li.ui-tabs-selected {
				background: url(../images/css/newsteaser-bg-hover.gif) no-repeat 1px 5px;
				padding-right: 10px;
				}
			
			#content-container #newsteaser-titles li {
				height: 1%; /* ie6 */
				padding: 0 10px 0 35px;				
				}
			
			#content-container #newsteaser-titles li a {
				display: block;
				font-weight: bold;
				height: 1%; /* ie6 */
				padding: 0px 4px 5px 4px;
				}
			
			#content-container #newsteaser-titles li.ui-tabs-selected a {
				text-decoration: none;
				}

.ui-tabs-hide {
    display: none;
	}






