@charset "utf-8";
/* CSS Document */

body{
	margin:0 0 100px 0;
	text-align:center;
	background:#3d3d3d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div{
	text-align:left;
	vertical-align:top;
}

#complete_wrapper{
	width:800px;
	height:auto;
	margin:0px auto;
}

	#complete_wrapper #complete_content{
		width:650px;
		height:auto;
		float:left;
	}

		#header{
			width:650px;
			height:81px;
			margin:0px auto;
			background:url(../img/header_jpg.jpg) right no-repeat;
			display:none;
		}
		
		#wrapper{
			width:650px;
			height:auto;
			border:solid #fff;
			border-width:1px 1px 0 1px;
			background:#e6e6e6;
			margin:0px auto;
		}
		
			#wrapper #films{
				width:650px;
				height:150px;
				border:solid #fff;
				border-width:0 0 1px 0;
				display:none;
			}
				
			#wrapper #navigatie{
				width:650px;
				height:20px;
				background:#7aa053;
				border:solid #fff;
				border-width:0 0 1px 0;
				display:none;
			}
		
			#wrapper #filmvandeweek{
				width:650px;
				height:auto;
				border:solid #fff;
				border-width:0 0 1px 0;
				display:none;
			}
		
			#zenders{
				width:650px;
				height:auto;
				background:#fff;
			}
			
				#zender_overzicht{
					width:610px;
					height:60px;
					padding:20px;
					text-align:center;
					background:url(../img/achtergrond7.jpg) no-repeat;
					display:none;
				}
				
				#zenders_wrapper{
					width:650px;
					height:auto;
				}
				
					#zender_wrapper .lijst{
						width:646px;
						height:auto;
						margin:0 1px 0 1px;
						background:#fff;
						border:1px solid #e6e6e6;
						border-width:0 1px 1px 1px;
					}
					
						#zender_wrapper .img{
							padding:10px;
							width:628px;
							height:16px;
							clear:both;
							border-bottom:1px dashed #e6e6e6;
							border-top:1px dashed #e6e6e6;
						}
						
							#zender_wrapper .datumuitzending{
								margin-left:30px;
								margin-top:1px;
								background:url(../img/achtergrond8.jpg)no-repeat;
								height:14px;
								width:100px;
								border:0px;
								text-align:center;
								float:left;
								color:#FFFFFF;
								font-size:10px;
							}
						
							#zender_wrapper .datumuitzending2{
								margin-left:30px;
								background:url(../img/achtergrond9.jpg)no-repeat;
								height:14px;
								width:100px;
								border:0px;
								text-align:center;
								float:left;
								color:#FFFFFF;
							}
					
						#zender_wrapper .lijst .top{
							width:630px;
							height:20px;
							font-weight:bold;
						}
						
						#zender_wrapper .lijst .tr3{
							height:50px;
							width:319px;
							padding:0 0 0 10px;
						}
						
						#zender_wrapper .lijst .tijd{
							width:190px;
							padding:0 0 0 10px;
							border-bottom:1px dashed #e6e6e6;
						}
						
						#zender_wrapper .lijst .naam{
							width:430px;
							padding:0 0 0 10px;
							border-bottom:1px dashed #e6e6e6;
						}
						
						#zender_wrapper .lijst .tijd2{
							width:190px;
							padding:0 0 0 10px;
							border:1px dashed #e6e6e6;
							border-width:1px 0 0 0;
							background:#f2f2f2;
						}
						
						#zender_wrapper .lijst .naam2{
							width:430px;
							padding:0 0 0 10px;
							border:1px dashed #e6e6e6;
							border-width:1px 0 0 0;
							background:#f2f2f2;
						}
						
						#zender_wrapper .lijst .tijd3{
							width:190px;
							padding:0 0 0 10px;
							border:1px dashed #e6e6e6;
							border-width:1px 0 0 0;
							background:#ebebeb;
						}
						
						#zender_wrapper .lijst .naam3{
							width:430px;
							padding:0 0 0 10px;
							border:1px dashed #e6e6e6;
							border-width:1px 0 0 0;
							background:#ebebeb;
						}
					
		
		.clear{
			clear:both;
		}
		
		
		#footer{
			width:652px;
			height:40px;
			text-align:center;
			margin:0px auto;
			padding:0px;
			font-size:10px;
			color:#fff;
			display:none;
		}

	#complete_wrapper #complete_advertenties{
		width:120px;
		margin-top:81px;
		height:auto;
		float:right;
	}