/*
- Algemeen
- Cellen / Kolommen
- Menu
- Content
- Nieuws
*/

/* Algemeen
*/

div#wrapperdiv {
	background-color: 	#c0c0c0;
	margin: 			0 auto 0 auto;
	padding:			0 0 0 0;
	margin-top: 		10px;
	margin-bottom:		10px;
	width: 				668px;
	text-align: 		left;
	background-image: 	url(../bestanden/randachtergrond.bmp);
}

div#randbovendiv {
	clear: 				left;
	background-color: 	#c0c0c0;
	width: 				668px;
	height: 			9px;
	float: 				none;
	background-image: 	url(../bestanden/randboven.bmp);
	background-repeat: 	no-repeat;	/* IE6 fix */
	background-position:bottom;		/* IE6 fix */
}

div#containerdiv {
	background-color: 	#FFF;
	margin: 			0 auto 0 auto;
	width: 				650px;
	text-align: 		left;
}

div#headerdiv {
	background-color: 	#c0c0c0;
	width: 				650px;
	height: 			170px;
  	background-image: 	url(../bestanden/Gallerij_29a.jpg);
	background-repeat:	repeat-y;
}

div#menudiv {
	width: 				650px;
	height: 			30px;
	background-color: 	#DDD; 
}

div#contentdiv {
	background-color: 	#FFF;
	float: 				left;
	width: 				390px;
	height:				auto;
	padding-left:		25px;
}

div#contentdiv_intranet {
	background-color: 	#FFF;
	float: 				left;
	width: 				600px;
	height: 			auto;
	padding-left:		25px;
	padding-right:		25px;
}

div#rechtsdiv {
	background-color: 	#e4e4e4;
	float: 				right;
	width: 				175px;
	height: 			auto;
	padding-right:		20px;
	padding-left:		20px;
}

div#footerdiv {
	clear: 				both;
	background-color: 	#FFF;
	width: 				650px;
	float:				none;
	height: 			90px;
	background-image: 	url(../bestanden/Footer_29a.jpg);
/*
	height:				112px;
	background-image: 	url(../bestanden/footerbreed.png);
*/
}

div#randonderdiv {
	clear: 				left;
	background-color: 	#c0c0c0;
	width: 				668px;
	height: 			9px;
	float: 				none;
	background-image: 	url(../bestanden/randonder.bmp);
	background-repeat: 	no-repeat;	/* IE6 fix */
	background-position:top;		/* IE6 fix */
}

body {
  background-color: #c0c0c0
}
body, table, td {
  font-family: Trebuchet MS;
	font: 12px Trebuchet MS; 
}

table {
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  padding: 0px;
}
td {
  padding: 3px 3px 3px 3px; /* 0 pixel ruimte tussen celrand en celinhoud, voorkomt witte binnenranden */
  /*toegevoegd voor intranet*/
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
}
img {
  border: none;
}
a {
	color: #780571;
	cursor: pointer;
}
body {
  margin: 0px;
	padding: 0px;
}

i {
	color: #780571;
}

/* Cellen/Kolommen 
*/

#linksbovencel {
  background-image: url(../bestanden/randlinksboven.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#middenbovencel {
  background-image: url(../bestanden/randmiddenboven.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}

#rechtsbovencel {
  background-image: url(../bestanden/randrechtsboven.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}

#linksondercel {
  background-image: url(../bestanden/randlinksonder.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

#middenondercel {
  background-image: url(../bestanden/randmiddenonder.jpg);
  background-position: top;
  background-repeat: repeat-x;
}

#rechtsondercel {
  background-image: url(../bestanden/randrechtsonder.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#linkerzijkantcel {
  background-color: #c0c0c0;
  background-image: url(../bestanden/randlinks.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#rechterzijkantcel {
  background-color: #c0c0c0;
  background-image: url(../bestanden/randrechts.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#topcel {
  background-color: #DDD; /* zorgt voor rand onder de header */
  background-image: url(../bestanden/headerbreed.jpg);
  background-repeat: no-repeat;
  padding-top: 170px;
  padding-bottom: 0px;
}
#contentkolom {
 	padding-left: 30px; 
	padding-right: 30px;
}
#rechterkolom {
  background-color: #EEE;
  padding-left: 10px; 
  padding-top: 10px;
  padding-right: 10px;
}
#bottomcel {
  background-image: url(../bestanden/footerbreed.jpg);
  background-color: #DDD; /* zorgt voor rand onder de footer */
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 125px;
}

/* Menu
*/
#menu {
  font-size: 13px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#menu a {
	color: #780571;
	margin-right: 5px; 
	text-decoration: none; 
}
#menu a:hover {
	color: #DD8800;
}
#menu .menukeuze {
	color: #DD8800;
}
#menu .fixvoorie {
  display: inline;
}
#menu .fixvoorie A {
	margin-right: 0px;
}

/* Concent
*/
#content {
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 12px;
}
#content A {
	text-decoration: none;
	color: #bc9132;
}
#content A:hover {
	color: #356794;
}
#content .kopgroot{
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 3px;
}
#content .kopklein {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 3px;
}
#content .datum {
	font-size: 11px;
	color: #356794;
	padding-bottom: 15px;
	padding-top: 3px;
}
#content .seizoen {
  clear: both;
	color: #F00;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
#content .reactie {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
	border: 1px solid #626264;
	margin-bottom: 15px;
}
#content .reactiereactie {
  padding-bottom: 5px;
}
#content .reactiebottom {
  border-top: 1px solid #626264;
}
#picto {
  border: solid 1px black;
  float: right;
  margin-top: 20px;
  margin-left: 20px;
}

#film {
	width:			130px;
	margin-bottom:	30px;
	float: 			left;
}
#film .titel {
	font-weight:	bold;
}
#film .picto {
}
#film .ondertitel {
	clear: 			left;
}

/* Nieuws
*/
#nieuwskop A {
  font-size: 10px;
	margin-bottom: 1px;
	text-decoration: none;
	color: #bc9132;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#nieuwskop A:hover {
	color: #356794;
}
