@import url(menu.css);
@import url(colors.css);
@import url(frontpage.css);
@import url(register.css);
@import url(form.css);
@import url(enquete.css);
@import url(calendar.css);


/* POPOVER voor wijzigen bericht (en later andere) */
#popoverWrapper {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
	background: url(../images/bg/white_70.png) repeat;
}
#popover {
	background: #FFF;
	border: 1px solid black;
	width: 440px;
	margin: 70px auto;
}
#popovercontent {
	/* padding: 10px; */
}

/* MAIN CSS STYLES FOR ENTIRE SITE */
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


/* Overig */

.cycler {
	width:75px;
	height: 75px;
	overflow: hidden;
}

.cycler a {
	display: block;
	width: 75px;
	height: 75px;
}

.pointer {
	cursor: pointer;
}

.clear {
	clear: both;
}

.rechts {
	text-align: right;
}

.center {
	text-align: center;
}

.footer {
	text-align: right;
	padding-right: 5px;
	font-style: normal;
}

p {
	margin: 12px 5px 12px 0;
}

a {
	color: #999900;
}

.smallpaars {
	font-size: 10px;
	color: #993366;
}

.smallrood {
	font-size: 10px;
	color: #FF0000;
}

.tekensafteller {
	font-size: 10px;
	color: #FFFF99;
}

.teller {
	color: #FFFFFF;
}

.fullname {
	font-size: 10px;
}


body {
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

background-attachment: scroll;
background-repeat: no-repeat;
background-position: center top;
/*	CHANGED TO INLINE-CSS, will be randomised by PHP
background-image: url(../img-backgrounds/bg1.jpg);
*/

padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;

margin: 0px;
margin-top: 0px;
}

/*
a:link {  color: #000000; text-decoration: underline}
a:active {  color: #000000; text-decoration: underline}
a:visited {  color: #000000; text-decoration: underline}
a:hover {  color: #000000; text-decoration: none}
*/

table {
font-size: 12px;
}

td {
font-size: 12px;
}

.contentback { 
background-color: #FFF;
}


.mp_vorige {
	width: 20%;
	float: left;
	text-align: left;
}

.mp_vorige a:hover {
	color: #000!important;
}

.mp_paginas {
	width: 60%;
	float: left;
	text-align: center;
}

.mp_paginas a:hover {
	color: #000!important;
}

.mp_volgende {
	width: 20%;
	float: left;
	text-align: right;
}

.mp_volgende a:hover {
	color: #000!important;
}

#dhtmltooltip{
position: absolute;
min-width: 150px;
max-width: 400px;
border: 1px solid #000;
padding: 2px;
background-color: #FDFBCC;
visibility: hidden;
z-index: 999999;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}




.listsize {
	font-size: 11px;
}



/* CADEAU PAGINA */
.cadeaublok1 {
	font-weight: bold;
	font-size: 12px;
	color: #993366!important;
	background-color: #E0C1D1;
}
.cadeaublok1 a {
	text-decoration: none!important;
}
.cadeaublok1 a:hover {
	text-decoration: underline!important;
}
.cadeaublok2 {
	font-weight: bold;
	font-size: 12px;
	color: #006600;
	background-color: #B2D1B2;
}
.cadeaublok2 a {
	text-decoration: none!important;
}
.cadeaublok2 a:hover {
	text-decoration: underline!important;
}
.cadeaublok3 {
	font-weight: bold;
	font-size: 12px;
	color: #336699;
	background-color: #C1D1E0;
}
.cadeaublok3 a {
	text-decoration: none!important;
}
.cadeaublok3 a:hover {
	text-decoration: underline!important;
}
.cadeaublok4 {
	font-weight: bold;
	font-size: 12px;
	color: #999a01;
	background-color: #E1E0B2;
}
.cadeaublok4 a {
	text-decoration: none!important;
}
.cadeaublok4 a:hover {
	text-decoration: underline!important;
}

.cadeaufont9 {
	font-size: 9px!important;
}
.cadeaufont9 a:hover {
	text-decoration: underline!important;
}

.cadeaufont10 {
	font-size: 10px!important;
}
.cadeaufont10 a:hover {
	text-decoration: underline!important;
}

.cadeaufont11 {
	font-size: 11px!important;
}
.cadeaufont11 a:hover {
	text-decoration: underline!important;
}

.cadeaufont12 {
	font-size: 12px!important;
}
.cadeaufont12 a:hover {
	text-decoration: underline!important;
}

.cadeaufont13 {
	font-size: 13px!important;
}
.cadeaufont13 a:hover {
	text-decoration: underline!important;
}