@charset "utf-8";
/* CSS Document */

html 
{
	height:100%;
}

body
{
	height:100%;
	margin:0;
	background-color:#e2e1e0;
}

div 
{
	font-family:Verdana;
	color:#000000;
	font-size:11px;
}
	
#main
{
	margin:0 auto;
	min-height:100%;
	position:relative;
	width:800px;
	background-image:url(../gfx/main.png);
}

#main_ft
{
	bottom:0;
	height:45px;
	position:absolute;
	text-align:center;
	width:100%;
}

#main_hd
{
	min-height:10px;
	text-align:center;
	overflow:hidden;
}

#main_ad
{
	text-align:center;
	padding:5px;
}


#main_txt
{
	margin-left:20px;
	line-height:18px;
	float:left;	
	width:550px;
	margin-top:10px;/*
	background-color:#CCCCCC;
	*/
}

#clearer
{
	clear:both;
	height:50px;
	/*
	background-color:#000000;
	*/
}

#ft {

	margin-top:15px;
	margin-left:20px;
	color:#999999;

}

#dot
{
	background-image:url(../gfx/blackdot.gif);
	height:2px;
	width:98%;
	margin:0 auto;
}

h1
{
	color:#006699;
	font-weight:lighter;
	font-size:18px;
}

#nieuws
{
	float:right;
	width:200px;
	margin-right:13px;
	margin-top:10px;
	vertical-align:top;
}

li
{
	list-style-image:url(../gfx/ico-list.png);
	line-height:15px;
}


li a
{
	text-decoration:underline;
	color:#000000;
}

li a:HOVER
{
	text-decoration:none;
}
a
{
	color:#000000;
	text-decoration:underline;
}
a:HOVER
{
	text-decoration:none;
}

/* ============================================== */

.nws_hd
{
	height:15px;
	background-image:url(../gfx/optie-hd.png);
	margin-top:5px;	
}
.nws_bd 
{
	background-image:url(../gfx/optie-bd.png);
	padding:5px;
}
.nws_ft
{
	height:16px;
	background-image:url(../gfx/optie-ft.png);
}

.center
{
	text-align:center;
	margin-top:5px;
}

.nieuws_titel 
{
	color:#993300;
	font-size:14px;
	padding-left:10px;
}

.actie_txt
{
	padding:5px;
	background-color:#FFCCCC;
}

.handcursor
{
	cursor:pointer;
	font-size:12px;
}

.handcursor:HOVER{
	background-color:rgb(255,249,189);
}

.switchgroup1
{
	overflow:hidden;
	background-color:#FFFFCC;
	padding:5px;
}

/* ==============plaatjes============ */

img
{
	border:none;
}

img.ad
{
	border:#000000 1px solid;
}

.img_ontspanningsmassage
{
	margin-right:5px;
	margin-top:5px;
	border:#000000 1px solid;
}

.img_sportmassage
{
	border:#000000 1px solid;
	margin-left:5px;
}

.img_bindweefselmassage
{
	border:#000000 1px solid;
	margin-right:5px;
}

.img_bedrijfsmassage
{
	border:#000000 1px solid;
	margin-right:5px;
}

.img_tempur
{
	border:#000000 1px solid;
	margin-top:5px;
}

.img_tempur-kussen
{
	border:#000000 1px solid;
	margin-left:5px;
}
.img_kneipp
{
	border:#000000 1px solid;
	margin-top:5px;
}

.img_orthica
{
	border:#000000 1px solid;
	margin-top:5px;
}


.img_theracane
{
	border:#000000 1px solid;
	margin-right:5px;
	margin-bottom:5px;
}

.img_vierpoot
{
	border:#000000 1px solid;
	margin-left:5px;
	margin-right:5px;
}

.img_triggerpoint
{
	border:#000000 1px solid;
	margin-left:5px;
}
.img_fgm
{
	border:#000000 1px solid;
}


/* formulier velden */

.tbr {
	display:table-row;
	clear:both;
}
.tbc{
	display:table-cell;
	padding:5px;
	float:left;
	min-width:150px;
	max-width:220px;
	min-height:25px;
	text-align:left;
}
.tbc-error{
	display:table-cell;
	min-width:150px;
	max-width:220px;
	padding:5px;
	min-height:25px;
	float:left;
	background-color:red;
	text-align:left;
}
input[id="tbTussenvoegsel"]{
	width:40px;
}
