/*
 * Navigation
 */
table.pink {
	border-width:		4px;
	border-style:		solid;
	border-color:		#ff99cc;
	border-collapse:	collapse;
}
table.pink td {
	padding:			0px;
	spacing:			0px;
}

table.red_top {
	border-width:		2px;
	border-style:		solid;
	border-color:		#ee3e41;
	border-collapse:	collapse;
	text-align:			center;
}
table.red_top th {
	border-width:		2px;
	border-style:		solid;
	border-color:		#ee3e41;
}
table.red_top td {
	border-width:		2px;
	border-style:		solid;
	border-color:		#ee3e41;
}

td.beeldende_therapie {
	background-color:	#3399ff;
	
}
td.wanneer {
	background-color:	#00bb00;
}
td.waar {
	background-color:	#ff99cc;
}
td.bij_wie {
	background-color:	#ff9900;
}
td.tarieven {
	background-color:	#99ffcc;
}
td.behandeling {
	background-color:	#ffff33;
}

.normal_text {
	font-family:		arial;
	padding:			10px;	
	text-align:			left;
}

.title1 {
	font-family:		arial;
	padding:			5px;
	text-align:			center;
	font-weight:		bold;
		
}

.title2 {
	font-family:		arial;
	padding:			5px;
	text-align:			center;
	font-style:			italic;
}

.title3 {
	font-family:		arial;
	padding:			5px;
	text-align:			center;
	color:				#ee3e41;
	font-weight:		bold;
}

.title_wanneer {
	font-family:		arial;
	padding:			5px;
	text-align:			center;
	color:				#003300;
	font-weight:		bold;
}

.title_beeldende {
	font-family:		arial;
	padding:			5px;
	text-align:			center;
	color:				#003366;
	font-weight:		bold;
}

/*
 * Scrolling
 */
div.maxheight {
	max-height: 480; /* Moz, Opera.. */
    overflow:auto;
    height: expression(this.scrollHeight > 480 ? "480" : "auto"); /* IE */
}

/*
 * Scene
 */
table.red_bottom {
	border-width:		2px;
	border-style:		solid;
	border-color:		#ee3e41;
	border-collapse:	collapse;
}
table.red_bottom th {
	border-width:		2px;
	border-style:		solid;
	border-color:		#ee3e41;
}
table.red_bottom td {
	border-width:		2px;
	border-style:		solid;
	border-color:		#ee3e41;
	padding:			0px;
}

/*
 * Links
 */
a:link {
	color:				#ee3e41;
	text-decoration:	none;
	font-weight:		bold;
	font-family:		arial;
}
a:visited {
	color:				#ee3e41;
	text-decoration:	none;
	font-weight:		bold;
	font-family:		arial;
}
a:hover {
	color:				#ee3e41;
	text-decoration:	none;
	font-weight:		bold;
	font-family:		arial;
}
a:active {
	color:				#ee3e41;
	text-decoration:	none;
	font-weight:		bold;
	font-family:		arial;
}

/**
 * mail
 */
.mail a:link {
	color:				black;
	text-decoration:	underline;
	font-weight:		normal;
	font-family:		arial;
}
.mail a:visited {
	color:				black;
	text-decoration:	underline;
	font-weight:		normal;
	font-family:		arial;
}
.mail a:hover {
	color:				black;
	text-decoration:	underline;
	font-weight:		normal;
	font-family:		arial;
}
.mail a:active {
	color:				black;
	text-decoration:	underline;
	font-weight:		normal;
	font-family:		arial;
}

/* kleur geel: fef200
 * kleur rood: ee3e41
 * kleur roze: ff99cc
 * kleur blauw: 3399ff
 */

body
{
	/*background-color:			#32CD32;*/
	/*background-color:			#007700;*/
	/*background-color:			#eeffee;*/

	scrollbar-arrow-color:		#ee3e41;
	scrollbar-face-color:		#ffffff;
	scrollbar-highlight-color:	#ffffff;
	scrollbar-3dlight-color:	#ee3e41;
	scrollbar-shadow-color:		#ee3e41;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color:		#ffffff;
}

/**
 * buttons
 */
.buttonGreen {
	background-color:	#009900;
	color:				#003300;
	text-decoration:	none;
	font-weight:		bold;
	font-family:		arial;
	width:				160px;
	border:		1px solid #003300;
	float: left;
}
.buttonRed {
	background-color:	#ee3e41;
	color:				#003300;
	text-decoration:	none;
	font-weight:		bold;
	font-family:		arial;
	width:				160px;
	border:		2px solid #003300;
	float: left;
}

.buttonSpacing {
	width:				2px;
	float:				left;
	visibility:			hidden;
}

/*
 * Tegen die vervelende whitespaces onder images
 */
img { 
	display:	block; 
}
