/* stylesheet for sky radio cabrio actie // by jacco */


/* COLORS
	b9d300 = sky green
	d5e566 = green-white
*/


/* WRAPPER */
#wrapper {
	width: 1010px;
	clear: both;
	background: url(../images/bg.jpg) repeat-y left top;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #132664;
}


/* BRANDING */
#brandingg {
	width: 1010px;
	height: 334px;
	/* background: url(../images/header.jpg) no-repeat left top; */
}


/* NAV */
#navv {
	height: 30px;
	margin: -30px 0 0 0;
	overflow: hidden;
	background: url(../images/header_onder.jpg) no-repeat left bottom;
}

	#navv ul {
		padding: 0 0 0 26px;
		margin: 0;
		list-style: none;
	}

	#navv li {
		float: left;
		margin: 0 14px 0 0;
	}
	
	#navv li#actie a {
		width: 59px;
		height: 30px;
		display: block;
		background: url(../images/nav.jpg) no-repeat 0 0px;
	}
		#navv li#actie a:hover {
			background: url(../images/nav.jpg) no-repeat 0 -30px;
		}
		#navv li#actie a.active {
			background: url(../images/nav.jpg) no-repeat 0 -60px;
		}

	#navv li#prijzen a {
		width: 69px;
		height: 30px;
		display: block;
		background: url(../images/nav.jpg) no-repeat -73px 0px;
	}
		#navv li#prijzen a:hover {
			background: url(../images/nav.jpg) no-repeat -73px -30px;
		}
		#navv li#prijzen a.active {
			background: url(../images/nav.jpg) no-repeat -73px -60px;
		}
		
	#navv li#vragen a {
		width: 185px;
		height: 30px;
		display: block;
		background: url(../images/nav.jpg) no-repeat -155px 0px;
	}
		#navv li#vragen a:hover {
			background: url(../images/nav.jpg) no-repeat -155px -30px;
		}
		#navv li#vragen a.active {
			background: url(../images/nav.jpg) no-repeat -155px -60px;
		}
		
	#navv li#voorwaarden a {
		width: 115px;
		height: 30px;
		display: block;
		background: url(../images/nav.jpg) no-repeat -353px 0px;
	}
		#navv li#voorwaarden a:hover {
			background: url(../images/nav.jpg) no-repeat -353px -30px;
		}
		#navv li#voorwaarden a.active {
			background: url(../images/nav.jpg) no-repeat -353px -60px;
		}
		
	#navv li#finalisten a {
		width: 180px;
		height: 30px;
		display: block;
		background: url(../images/nav.jpg) no-repeat -481px 0px;
	}
		#navv li#finalisten a:hover {
			background: url(../images/nav.jpg) no-repeat -481px -30px;
		}
		#navv li#finalisten a.active {
			background: url(../images/nav.jpg) no-repeat -481px -60px;
		}
		
	#navv li#finalisten_teaser {
		width: 180px;
		height: 30px;
		margin: 0 0 0 484px;
		display: block;
		background: url(../images/nav.jpg) no-repeat -482px 0px;
	}


/* CONTENTT */
#contentt {
	background: url(../images/bg_left.jpg) no-repeat left bottom;
}

	#contentt_main {
		float: left;
		width: 510px;
		margin: 0;
		padding: 15px 0 0 0;
	}

	#contentt_sub {
		float: left;
		width: 180px;
		margin: 0;
		padding: 0;
		background-color: d5e566;
		background: url(../images/bg_channel.jpg) no-repeat left top;
	}
	
		#contentt_sub ul {
			padding: 0;
			margin: 10px 10px;
			list-style: none;
			color: #132664;
			font-family: Courier New, Courier, Arial, sans-serif;
			font-size: 11px;
			line-height: 15px;
		}
		
		#contentt_sub li {
			margin: 0 0 10px 0;
		}
	
	#contentt_sub2 {
		float: left;
		width: 320px;
		height: 500px;
		margin: 0;
		padding: 0 0 80px 0;
		background: url(../images/bg_right.jpg) no-repeat right top;
	}
	
		#contentt_sub2 .player {
			margin: 10px 0 10px 7px;
		}
		
		#contentt_sub2 #rectangle {
			margin: 5px 0 15px 10px;
			padding: 0;
		}

	#footerr {
		position: relative;
		/* height: 150px; */
		height: 50px;
		clear: both;
		margin: 0;
		padding: 0 0 0 24px;
		background: url(../images/bg_footer.jpg) no-repeat left bottom;
	}
	


/* CONTENTT */
#contentt p {
	margin: 0 35px 18px 35px;
}

#contentt h1 {
	height: 29px;
	font-size: 25px;
	font-weight: bold;
	margin: 0 35px 12px 35px;
}

#contentt h2 {

	font-size: 17px;
	font-weight: bold;
	margin: 2px 35px 0 35px;
}

#contentt h3 {
	height: 17px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 35px 2px 35px;
}

#contentt ul#squared {
	margin: 0 35px 18px 60px;
	list-style-type: square;
}

.small {
	font-size: 12px;
}

img.sponsor {
	float: right;
}

#countdown {
	margin: 0 35px 18px 35px;
}


/* LINKS */
a {
	color: #132664;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FFF;
}