
#weekContainer {
	background-color: #CCD140;
}

#weekMenu {
	background: url(/fileadmin/tvkrant/GFX/menuBg.gif) #2D2C2C repeat-x scroll left bottom;
	height: 26px;
	width: 674px;
}
#largeMenu {
	background: url(/fileadmin/tvkrant/GFX/menuBg.gif) #2D2C2C repeat-x scroll left bottom;
	width: 867px;
	height: 26px;
}

#weekSubmenu {
	line-height: 20px;
	height: 20px;
}

#weekSubmenu .date {
	margin-left: 15px;
}

#weekMenu span {
	display: none;
}

#weekMenu ul{
	float: left;
	display: inline;
	width: 637px;
}

#weekMenu li {
	border-right: 1px solid #2C292A;
	display: block;
	float: left;
	margin: 0;
	height: 26px;
	width: 90px;
}

#weekMenu li a {
	cursor: pointer;
	display: block;
	height: 26px;
	width: 90px;
}

#weekMenu .vandaag {
	background: url("/fileadmin/tvkrant/GFX/weekDays/vandaag.gif") no-repeat left top;
}

#weekMenu .morgen {
	background: url("/fileadmin/tvkrant/GFX/weekDays/morgen.gif") no-repeat left top;
}


#weekMenu .overmorgen {
	background: url("/fileadmin/tvkrant/GFX/weekDays/overmorgen.gif") no-repeat left top;
}

#weekMenu .zaterdag a:hover, #weekMenu .zaterdag .active {
	background: url("/fileadmin/tvkrant/GFX/weekDays/zaterdag.gif") no-repeat left bottom;
}

#weekMenu .zaterdag {
	background: url("/fileadmin/tvkrant/GFX/weekDays/zaterdag.gif") no-repeat left top;
}

#weekMenu .zaterdag a:hover, #weekMenu .zaterdag .active {
	background: url("/fileadmin/tvkrant/GFX/weekDays/zaterdag.gif") no-repeat left bottom;
}

#weekMenu .zondag {
	background: url("/fileadmin/tvkrant/GFX/weekDays/zondag.gif") no-repeat left top;
}

#weekMenu .zondag a:hover, #weekMenu .zondag .active {
	background: url("/fileadmin/tvkrant/GFX/weekDays/zondag.gif") no-repeat left bottom;
}

#weekMenu .maandag {
	background: url("/fileadmin/tvkrant/GFX/weekDays/maandag.gif") no-repeat left top;
}

#weekMenu .maandag a:hover, #weekMenu .maandag .active {
	background: url("/fileadmin/tvkrant/GFX/weekDays/maandag.gif") no-repeat left bottom;
}

#weekMenu .dinsdag {
	background: url("/fileadmin/tvkrant/GFX/weekDays/dinsdag.gif") no-repeat left top;
}

#weekMenu .dinsdag a:hover, #weekMenu .dinsdag .active {
	background: url("/fileadmin/tvkrant/GFX/weekDays/dinsdag.gif") no-repeat left bottom;
}

#weekMenu .woensdag {
	background: url("/fileadmin/tvkrant/GFX/weekDays/woensdag.gif") no-repeat left top;
}

#weekMenu .woensdag a:hover, #weekMenu .woensdag .active {
	background: url("/fileadmin/tvkrant/GFX/weekDays/woensdag.gif") no-repeat left bottom;
}

#weekMenu .donderdag {
	background: url("/fileadmin/tvkrant/GFX/weekDays/donderdag.gif") no-repeat left top;
}

#weekMenu .donderdag a:hover, #weekMenu .donderdag .active {
	background: url("/fileadmin/tvkrant/GFX/weekDays/donderdag.gif") no-repeat left bottom;
}

#weekMenu .vrijdag {
	background: url("/fileadmin/tvkrant/GFX/weekDays/vrijdag.gif") no-repeat left top;
}

#weekMenu .vrijdag a:hover, #weekMenu .vrijdag .active {
	background: url("/fileadmin/tvkrant/GFX/weekDays/vrijdag.gif") no-repeat left bottom;
}

/* previous / next ///////////////////////////////////////////////////////////////////*/
#weekMenu #previous, #weekMenu #next {
	background: url("/fileadmin/tvkrant/GFX/weekDays/previous.gif") no-repeat left bottom;
	border-right: 1px solid #2C292A;
	display: inline;
	float: left;
	height: 26px;
	width: 18px;
}

#weekMenu #next {
	background: url("/fileadmin/tvkrant/GFX/weekDays/next.gif") no-repeat left bottom;
	border: 0;
}

#weekMenu #previous a, #weekMenu #next a {
	cursor: pointer;
	display: block;
	height: 25px;
	width: 18px;
}

/* weekContentContainer ///////////////////////////////////////////////////////////////////*/
#weekContentContainer {
	width: 867px;
	min-height: 200px;
	background: #E1E3AE;
}

#weekContentHeader {
	width: 807px;
	height: 25px;
	padding: 0px 20px 0px 20px;
	margin-top: 10px;
}

#weekHeadCont {
  	width		: 315px;
	font-family	: arial, verdana, helvetica;
	font-size  	: 100%;
	height		: 25px;
	margin		: 10px;
	margin-left	: 0px;
	margin-right: 0px;

}

#weekSubHead, #weekHead {
	width			: 135px;
	font-weight		: bold;
	color			: #000000;
	vertical-align	: middle;
	height			: 25px;
}
#weekHead {
 text-align	 		: left;
 font-size			: 160%;
 color				: #FFF;
 float				: left;
}
#ContentContainer #weekSubHead {
 font-family		: Avant Garde,arial,verdana,helvetica;
 text-align  		: right;
 font-size			: 110%;
 float				: right;
 width				: 145px;
 vertical-align		: bottom;
 line-height		: 28px;
}
#ContentContainer #weekSubHead  a{
	color			: #1F1F1F;
	text-decoration	:none;
}
#ContentContainer #weekSubHead a:hover {
	text-decoration	:underline;
}
/* weekTips ///////////////////////////////////////////////////////////////////*/
#weekTips {
	display			: inline;
	float			: left;
	width			: 180px;
}

