html {
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #ec008c;
}
.bodyHome {
	background-image: url(../afbeelding/achtergrond_home.png);
	background-repeat: repeat-y;
	background-position: center;
}
.bodyTop10 {
	background-image: url(../afbeelding/achtergrond_top10.png);
	background-repeat: repeat-y;
	background-position: center;
}
.bodyLijst {
	background-image: url(../afbeelding/achtergrond_lijst.png);
	background-repeat: repeat-y;
	background-position: center;
}
.bodyAgenda {
	background-image: url(../afbeelding/achtergrond_agenda.png);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 941px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.containerHome {
	background-image: url(../afbeelding/maincontent_bovenkant_restyle.png);
	background-repeat: no-repeat;
	background-position: 0px 177px;
}
.containerTop10 {
	background-image: url(../afbeelding/maincontent_top10_bovenkant_restyle.png);
	background-repeat: no-repeat;
	background-position: 0px 177px;
}
.containerLijst {
	background-image: url(../afbeelding/maincontent_lijst_bovenkant_restyle.png);
	background-repeat: no-repeat;
	background-position: 0px 177px;
}
.containerRecensies {
	background-image: url(../afbeelding/maincontent_recensies_bovenkant_restyle.png);
	background-repeat: no-repeat;
	background-position: 0px 177px;
}
.containerAgenda {
	background-image: url(../afbeelding/maincontent_agenda_bovenkant_restyle.png);
	background-repeat: no-repeat;
	background-position: 0px 177px;
}
#header {
	padding: 0; 
	padding:0;
	margin: 0;
	height: 177px;
	width: 941px;
	background-color: #DDDDDD;
	background-image: url(../afbeelding/header_restyle.png);
}
#headerRecensies {
	padding: 0; 
	padding:0;
	margin: 0;
	height: 177px;
	width: 941px;
	background-color: #DDDDDD;
	background-image: url(../afbeelding/header_recensies_restyle.png);
}
#headerAgenda {
	padding: 0; 
	padding:0;
	margin: 0;
	height: 177px;
	width: 941px;
	background-color: #DDDDDD;
	background-image: url(../afbeelding/header_agenda_restyle.png);
}
#headerMenu {
	font-size: 11px;
	height: 20px;
	width: 615px;
	left: 305px;
	top: 10px;
	position: relative;
	float: left;
}
#headerMenu #menu {
	font-size: 11px;
	float: left;
	height: 20px;
	width: 400px;
}
#headerMenu #login {
	font-size: 11px;
	float: right;
	height: 20px;
	width: 160px;
}
#headerOnder {
	float: right;
	height: 30px;
	width: 650px;
	top: 125px;
	position: relative;
	right: 22px;
}


/*/////// PAD ////////*/
#headerOnder #pad {
	font-size: 12px;
	float: left;
	height: 20px;
	width: 400px;
	position:relative;
	top:10px;
	left:18px;
}
#headerOnder #padOverig {
	font-size: 12px;
	float: left;
	height: 20px;
	width: 400px;
	position:relative;
	top:10px;
	left:-90px;
}
/*/////// PAD ////////*/


#headerOnder #zoek {
	font-size: 11px;
	float: right;
	height: 20px;
	width: 133px;
	text-align: right;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 115px; /* padding keeps the content of the div away from the edges */
	font-size: 11px;
	color: #000000;
	padding: 0;
	line-height: 16px;
}


#menuLinksBoven {
	padding: 70px 10px 0 0;
	height: 110px;
	width: 117px;
}
#menuLinksOnder {
	padding: 30px 10px 0 0;
	height: 285px;
	width: 117px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ec008c;
}
.rodeBalk {
	width:110px;
	padding-left:20px;
	padding-bottom:2px;
	background-color: #ec008c;
}
.witteBalk {
	padding-bottom:2px;
	width:110px;
	padding-left:20px;
}
.rodeBalk a, .rodeBalk a:link, .rodeBalk a:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.rodeBalk a:hover {
	color: #000000;
}


#sidebar2 {
	float: right; 
	width: 130px; 
	padding: 13px 15px 15px 15px; 
	font-size: 11px;
	color: #FFFFFF;
}

/* /////////////// KLEUREN //////////// */
.ZwartOpWit a, .ZwartOpWit a:link, .ZwartOpWit a:visited, .witteBalk a, .witteBalk a:link, .witteBalk a:visited, .ZwartOpWit td a, .ZwartOpWit td a:link, .ZwartOpWit td a:visited, .witteBalk a, .witteBalk a:link, .witteBalk a:visited {
	color: #000000;
	text-decoration: none;
}
.ZwartOpWit a:hover, .ZwartOpWit td a:hover, .witteBalk a:hover {
	color: #ec008c;
}
.WitOpZwart, .WitOpZwart a, .WitOpZwart a:link, .WitOpZwart a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.WitOpZwart a:hover {
	color: #ec008c;
}
.WitOpGrijs a, .WitOpGrijs a:link, .WitOpGrijs a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.WitOpGrijs a:hover {
	color: #ec008c;
}
.PaarsOpWit a, .PaarsOpWit a:link, .PaarsOpWit a:visited {
	color: #ec008c;
	text-decoration: none;
}
.PaarsOpWit a:hover {
	color: #000000;
}
.BlauwOpWit a, .BlauwOpWit a:link, .BlauwOpWit a:visited {
	color: #00aeef;
	text-decoration: none;
}
.BlauwOpWit a:hover {
	color: #ec008c;
}
.GrijsOpWit a, .GrijsOpWit a:link, .GrijsOpWit a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
.GrijsOpWit a:hover {
	color: #ec008c;
}
/* /////////////// KLEUREN //////////// */


#mainContent {
	margin: 0 170px 0 159px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000000;
	font-size: 11px;
}
#mainContent li {
	margin-left: -20px;
}

#mainContentAgenda {
	margin: 0 0 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000000;
	font-size: 11px;
}

#overigePaginas {
	padding:5px 15px 15px 15px;
	color: #000000;
}
#Lijst {
	color: #ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0;
}
#LijstTheater {
	color: #000000;
	padding: 5px 15px 15px 35px;
}
#plaatsNamen {
	float: left;
	font-size:9px;
	padding-left:10px;
	width: 112px;
	position: relative;
	left: -12px;
	top:-15px;
	padding-top:15px;
	background-color: #000000;
}
#lijstItems {
	font-size:10px;
	float:right;
	width: 470px;
	/*	border: 1px solid #ec008c; */
	color: #000000;
}
#lijstItemsRecensies {
	font-size:10px;
	float:right;
	width: 470px;
	/*	border: 1px solid #ec008c; */
	color: #000000;
	position:relative;
	top:-11px;
}

#lijstItemsAgenda {
	font-size:10px;
	float:left;
	width: 643px;
	/*	border: 1px solid #ec008c; */
	color: #000000;
	position:relative;
	top:-11px;
}

#lijstItems .ag {
position:relative;
left:-10px;
}
#lijstItems .ag table {
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
#lijstItems .ag td {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#top10 {
	padding:5px 15px 15px 15px;
	color: #000000;
}
.top10A {
	float: left;
	height: 70px;
	width: 150px;
}
.top10Aa {
	padding-top:3px;
	text-align:center;
	float: left;
	height: 70px;
	width: 20px;
}
.top10B {
	float: left;
	height: 80px;
	width: 335px;
	line-height: 18px;
}
.top10C {
/*	border:1px solid #ec008c; */
	text-align:center;
	line-height:14px;
	padding-top:4px;
	float: left;
	height: 45px;
	width: 56px;
	background-color:#999999;
	color:#ffffff;
	font-size:9px;
}
#homeLB {
	padding:5px 15px;
	float: left;
	height: 250px;
	width: 270px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ec008c;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ec008c;
	position: relative;
}
#homeLBfoto {
	float:left;
	width:125px;
	height:125px;
	border:solid 1px #ec008c;
}
#homeLBtekst {
	float:right;
	width:109px;
	height:109px;
	background-color:#000000;
	border:solid 1px #ec008c;
	color:#FFFFFF;
	padding:7px;
	line-height:17px;
}
#homeRB {
	padding:5px 15px;
	float: left;
	height: 250px;
	width: 280px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ec008c;
	position: relative;
}
#homeLO {
	padding:5px 15px;
	float: left;
	height: 250px;
	width: 270px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ec008c;
	overflow: hidden;
	position: relative;
}
#homeRO {
	padding:5px 15px;
	float: left;
	height: 250px;
	width: 280px;
	overflow: hidden;
	position: relative;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}
.witVlakje {
	background-color:#FFFFFF;
	color:#000000;
	padding:2px;
}
.zwartVlakje {
	background-color:#000000;
	color:#ffffff;
	padding:3px;
	width:13px;
	text-align:center;
}
.witVlakjeR {
	background-color:#FFFFFF;
	color:#000000;
	padding:2px;
	float:right;
}
.witVlakje a, .witVlakje a:link, .witVlakje a:visited, .witVlakjeR a, .witVlakjeR a:link, .witVlakjeR a:visited {
	color: #000000;
	text-decoration: none;
}
.zwartVlakje a, .zwartVlakje a:link, .zwartVlakje a:visited {
	color: #ffffff;
	text-decoration: none;
}
.witVlakje a:hover, .witVlakjeR a:hover, .zwartVlakje a:hover {
	color: #ec008c;
}
.zoekButton {
	border:0;
	background-color:transparent;
	padding-bottom:2px;
	width:33px;
	height:23px;
	font-size:10px;
	cursor:pointer;
		color:#FFFFFF;
}
.zoekButtonHome {
	color:#FFFFFF;
	border:0;
	background-color:transparent;
	padding-bottom:2px;
	width:33px;
	height:23px;
	font-size:10px;
	cursor:pointer;
}
.actieInvoerveld {
	height:30px;
	width:100px;
	border:1px solid black;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 0.2em;
}
.stapUp {
	text-align: center;
	border: 1px solid #ec008c;
	height: 20px;
	width: 70px;
	color: #ec008c;
	vertical-align: middle;
	padding-top: 7px;
	margin-right:5px;
}
.stapUp a, .stapUp a:link, .stapUp a:visited{
	text-decoration: none;
	color: #ec008c;
}
.stapUp a:hover {
	color: #000000;
}

.stapDown {
	text-align: center;
	border: 1px solid #000000;
	height: 20px;
	width: 70px;
	color: #000000;
	vertical-align: middle;
	padding-top: 7px;
	margin-right:5px;
}
.stapDown a, .stapDown a:link, .stapDown a:visited{
	text-decoration: none;
	color: #000000;
}
.stapDown a:hover {
	color: #ec008c;
}
#acties {
	color: #000000;
}
.vraagTeken {
	visibility:hidden;
	font-size: 10px;
	color: #ec008c;
}
.ulNul ul {
	margin-top:0;
	padding-top:5px;
}
.tabel tr {
	height:22px;
}
