body {
	margin:0;
	margin-bottom: 10px;
}

a {
	font-weight: bold;
}

* {
	font-family: Tahoma, Verdana, Arial, mono-space;
	font-size: 11px;
	line-height: 130%;
}

#container {
	height: 100%;
}

p,h1,h2,h3,h4 {
	margin:0;
}

td {
	vertical-align: top;
}

hr {
	background: #ED7F7F;
	margin: 0;
	padding:0;
	border: none; 
	border-top: 1px solid #ED7F7F; 
	height: 0px; 
}

#printnaw {
	display: none;
	position: relative;
}

#center {
	width: 994px;
	margin-left: auto;
	margin-right:auto; 
}

#outerborder {
	background: white; 
	padding: 4px;
	border: 1px solid #003166;
}

#innerborder {
	/*margin:4px; */
	border: 1px solid #003166;
}

#topimages {
	border-bottom: 1px solid #003166;
}

#topmenu {
	padding: 10px 0px;
	text-align:right;
	vertical-align:middle;
}

#topmenu a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#topmenu img {
	vertical-align:middle;
	margin: 0px 5px;
}

/********************************
**            MENU             **
********************************/
/* this is the shared structure, the styling is per css per site */

#menu {
	height: 42px;
	width:982px;
}

/* list containers */
ul#nav, ul#portallinks {
	float:left;
	margin:0;
	padding:0;
	list-style: none;
}

ul#portallinks {
	float:right;
}

li.main_items {
	height: 42px;
	line-height: 42px;
}

li.main_items a {
	padding: 15px;
	font-weight: bold;
	text-decoration:none;
	color: white;
}

li.sub_items a {
	display: block;
	padding:2px;
	margin:0;
	border:1px solid gray;
	border-top: none;
	height:20px;
	width:150px;
	white-space:nowrap;
}

/********************
**  PORTAL LINKS   **
********************/


#fungames {
	background: #0D5DB4 url(/shared/images/custom/bg_link_fun_games.gif) repeat-x;
	height: 42px;
	line-height: 42px;
}
	
#bioscoop_theater {
	background: #C90000 url(/shared/images/custom/bg_link_bioscoop_theater.gif) repeat-x;
	height: 42px;
	line-height: 42px;
}

#casino {
	background: #7A0179 url(/shared/images/custom/bg_link_casino.gif) repeat-x;
	height: 42px;
	line-height: 42px;
}

ul#portallinks li a {
	background: url(/shared/images/custom/casino/menu_rightend.gif) no-repeat left;
	padding: 15px;
	font-weight: bold;
	text-decoration:none;
	color: white;
}

ul#portallinks li a:hover {
	color: #FFD40C;

}


/********************************
**          MIDROW             **
********************************/

#midrow {
	padding-bottom: 25px;
}


/********************************
**         LEFT COL            **
********************************/

#leftcol {
	float:left;
	width:234px;
	overflow: hidden;
	color: white;
}

#leftcol * {
	line-height:140%;
	color: white;	
}

#leftcol h1 {
	line-height: 50px;
	margin:0;
	font-size: 20px;
	padding-left: 10px;
}

#leftcol_content {
	width: 214px; /*234 - (2 * 10)*/
	padding:5px 10px;
/*	text-align:justify;*/
}



/********************************
**          MIDCOL             **
********************************/

#midcol {
	float:left;
	width:462px; /*482 - (2 * 10)*/
	padding: 5px 10px;
	padding-bottom: 50px;
}

#midcol h1, h1 {
	font-size: 24px;
}

#midcol h2, h2 {
	font-size: 18px;
	color:#FFC000;
}

#midcol h3, h3 {
	font-size: 18px;
}

#midcol h4, h4 {
	font-size: 11px;
	color: black;	
	font-weight: normal;
}

#midcol h5, h5 {
	font-size: 10px;
	font-weight: normal;
	display:inline;
}

/********************************
**         RIGHTCOL            **
********************************/

#rightcol {
	float:right;
	width:266px;
	overflow:hidden;
	background: url(/shared/images/custom/bg_agenda_top.gif) no-repeat 0px 50px;
}


#rightcol * {
	color: white;
}

#rightcol h1 {
	color: white;
	font-size: 20px;
	background: #CE3C00 url(/shared/images/custom/bg_header_agenda.gif) repeat-y;
	line-height: 50px;
	margin:0;
	padding-right: 10px;
	text-align:right;
	
}

#rightcol div.agenda_item {
	padding: 5px 10px 5px 25px;
}

#rightcol div.agenda_item h2 {
	color:#FFD800;
	font-size: 11px;
}

#rightcol div.agenda_item a.read_more {
	display: block;
	text-decoration: none;
	color:#B4DF00;
	font-weight:bold;
	margin-top: 5px;
	padding-bottom: 2px;
	background: url(/shared/images/custom/agenda_read_more_bg.gif) no-repeat bottom;
	width: 100%;
}

/********************************
**           POLL              **
********************************/

#pollquestion {
	padding-top: 12px;
	font-weight: bold;
	color: #a60e1b;
}
#poll_hr {
	width: 100%;
	height: 1px;
	background-color: #feb580;
	overflow: hidden;
	position: relative;
}


/********************************
**           FOOTER            **
********************************/

#repeater {
	background: url(/shared/images/custom/bg_agenda.gif) repeat-y right 8px;
}

#footer {
	position:absolute;
	margin-top: -25px;/*takes care of the footer always placed at the bottom. see to the midrow padding-bottom:25px too!!*/
	width:982px; 
	background: #FFD40C url(/shared/images/custom/right_bg_footer.gif) no-repeat right; 
	height:25px; 
}

#footer * {
	color: #CE3C00; 
	text-decoration:none;
}

#footer img {
	vertical-align:middle;
}

#netexpo {
	font-size: 10px;
	position:absolute; 
	left: 10px;	
	top: 5px;
}

#netexpo u {
	font-size: 10px;
	text-decoration: underline;
}

a#print {
	position:absolute;
	left: 450px;
	top: 5px;
	font-weight: bold;
	
}

a#stuurdoor {
	display:none;
	position:absolute; 
	left: 570px;
	top: 5px;
	font-weight: bold;
}

a#allevents {
	display:none;
	position:absolute; 
	left: 800px;
	top: 5px;
	color: white;
	font-weight: bold;
}



