/* stylesheet for De Stemband // radioveronica.nl // by jacco */


/* COLORS
veronicablue	#00AEEF
lightgrey		#d9d9d9
*/


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


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


/* NAV */
#nav {
	width: 580px;
	height: 36px;
	margin: -36px 0 0 390px;
	overflow: hidden;
}

	#nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#nav li {
		float: left;
		margin: 0;
	}
	
	#nav li#actie a {
		width: 93px;
		height: 36px;
		display: block;
		background: url(../images/nav.jpg) no-repeat 0 0px;
	}
		#nav li#actie a:hover {
			background: url(../images/nav.jpg) no-repeat 0 -36px;
		}
		#nav li#actie a.active {
			background: url(../images/nav.jpg) no-repeat 0 -72px;
		}
		
	#nav li#fout a {
		width: 155px;
		height: 36px;
		display: block;
		background: url(../images/nav.jpg) no-repeat -93px 0px;
	}
		#nav li#fout a:hover {
			background: url(../images/nav.jpg) no-repeat -93px -36px;
		}
		#nav li#fout a.active {
			background: url(../images/nav.jpg) no-repeat -93px -72px;
		}
		
	#nav li#winnaars a {
		width: 104px;
		height: 36px;
		display: block;
		background: url(../images/nav.jpg) no-repeat -248px 0px;
	}
		#nav li#winnaars a:hover {
			background: url(../images/nav.jpg) no-repeat -248px -36px;
		}
		#nav li#winnaars a.active {
			background: url(../images/nav.jpg) no-repeat -248px -72px;
		}
		
	#nav li#vragen a {
		width: 85px;
		height: 36px;
		display: block;
		background: url(../images/nav.jpg) no-repeat -352px 0px;
	}
		#nav li#vragen a:hover {
			background: url(../images/nav.jpg) no-repeat -352px -36px;
		}
		#nav li#vragen a.active {
			background: url(../images/nav.jpg) no-repeat -352px -72px;
		}

	#nav li#voorwaarden a {
		width: 123px;
		height: 36px;
		display: block;
		background: url(../images/nav.jpg) no-repeat -437px 0px;
	}
		#nav li#voorwaarden a:hover {
			background: url(../images/nav.jpg) no-repeat -437px -36px;
		}
		#nav li#voorwaarden a.active {
			background: url(../images/nav.jpg) no-repeat -437px -72px;
		}


/* CONTENT */
#contentt {
	padding: 0 50px 0 0;
}


/* CONTENT MAIN */
#contentt_main {
	float: right;
	width: 535px;
	min-height: 560px;
	margin: 20px 0 10px 0;
	padding: 0;
}

	#contentt_main #jackpot {
		float: right;
		width: 200px;
	}
	
	#contentt_main ol {
		margin-bottom: 20px;
	}
	
	#contentt_main ol li {
		height: 20px;
		padding: 0;
		margin: 0;
		line-height: 20px;
	}

/* CONTENT SUB */
#contentt_sub {
	float: left;
	width: 306px;
	margin: 0 0 10px 0;
	padding: 55px 0 0 27px;
	background: url(../images/bg_lt.jpg) no-repeat top left;
	text-align: center;
}

	#contentt_sub .player {
		margin: 0 0 8px 0;
		padding: 0;
	}

	#contentt_sub #rectangle {
		margin: 0 0 16px 2px;
	}


/* SMS */
#sms {
	float: right;
	width: 535px;
	height: 207px;
	margin: 15px 0 0 0;
	padding: 0;
}


/* CLEAR */
.clearr {
	clear: both;
}



/* TABLE FOUT */
table#foutt {
	clear: both;
	width: 535px;
}

table#foutt th {
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 8px;
	border-bottom: 1px solid #000;
	text-align: left;
	font-weight: bold;
}

table#foutt td {
	height: 29px;
	line-height: 17px;
	padding: 0 0 0 8px;
	background: url(../images/bg_table1.jpg) repeat-x bottom left;
	border-bottom: 1px solid #d9d9d9;
}


/* TABLE WINNAARS */
table#winnaars {
	width: 535px;
}

table#winnaars th {
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 8px;
	border-bottom: 1px solid #000;
	text-align: left;
	font-weight: bold;
}

table#winnaars td {
	height: 64px;
	vertical-align: top;
	padding: 3px 0 3px 8px;
	background: url(../images/bg_table2.jpg) repeat-x bottom left;
	border-bottom: 1px solid #d9d9d9;
}

table#winnaars td img {
	float: left;
	padding: 0;
}

table#winnaars td div.highslide-gallery {
	float: left;
	margin: 0 8px 0 0;
}


/* IMAGES */
.right {
	float: right;
}

.space {
	float: right;
	padding: 5px;
}


/* TEXT */
#contentt_main h1 {
	color: #00AEEF;
	font-size: 30px;
	line-height: 40px;
}

#contentt_main h2 {
	color: #00AEEF;
	font-size: 20px;
	line-height: 27px;
	margin: 0 0 8px 0;
}


/* MP3 */
.mp3 {
	width: 125px;
	height: 25px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 8px;
	line-break: 10px;
	color: #FFF;
}