/* Start of CMSMS style sheet 'TheReconnection' */
html { 
	padding:0px;
	margin:0px;
}

body { 
	font-size: 10pt; /* standaard lettergrote */
	font-family: Century Gothic, Verdana, Arial, SunSans-Regular, Sans-Serif; /* standaard lettertypes */
	color: #2D0016; /* standaard letterkleur */
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* --------------[standaard stijlen]-------------- */

p {
	color: #2D0016; /* standaard letterkleur in paragraven (<p>) */
}

h1 { /* grootste kop (<h1>) */
	color: #3234B9;
	font-size:11pt;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	background-color: transparent;
}

h2 { /* subkop (<h2>) */
	color: #3234B9;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

h3 { /* kleinere kop (<h3>) */
	font-size: 10pt;
}

p.quote { /* quote tekst (schuingedrukt, <p class="quote">)  */
	color: #003366;
	font-size: 10pt;
	font-style: italic;
}

a { /* standaard linkkleur */
	color: #2D0016;
}

.aligncenter { /* center class (<p class="center">) */
	margin-top: 0;
	text-align: center;
}

img { /* standaard geen border om een afbeelding */
	border: 0;
}

hr { /* horizontale lijn (<hr>) */
	width: 250px;
}

/* -----------[ menu defenities]-------------- */
.menu li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 5px;
}

.menu li a:hover { /* als er met de muis over een menu link gegaan wordt */
	font-weight: bold;
	font-style: italic;
}

.menu li a { /* standaard link in het menu */
	text-decoration: none;
}

#activeLink { /* op welke pagina is de gebruiker */
	text-decoration: underline;
	font-weight: bold;
}

.menu ul {
	margin-left: 0px;
	padding: 0;
	margin-top: 5px;
}
 
/* ---------[formulier stijlen]---------------- */

.contactform input, textarea { /* item in een formulier */
	width: 350px;
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	border: solid 1px #000;
}

.formbutton { /* knop in een formulier */
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	color: #000;
	border: solid 1px #000;
}

/* ----------[therapeuten tabel stijlen]-------------- */

table.therapeuten {
	border-collapse:collapse;
	border: solid 1px #000;
	margin-left: 0px;
	width: 615px;
}

table.therapeuten a {
	text-decoration: none; 
	color: #000;
}	

table.therapeuten a:hover {
	text-decoration: underline; 
}	

table.therapeuten td {
   	border-collapse:collapse;
   	border:1px solid #000000;
   	padding:2px;
}

/* -------------[layer posities]---------------- */

div#container { /* container, hier zit de hele site in */
	width:800px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	heigth: 100%;
}

div#left { /* menu */
	width:170px;
	padding:0px;
	float:left;
}

div#content { /* content */
	width:615px;
	padding:0px;
	overflow: auto;
}

div#header { /* header */
	background-image: url(images/header.jpg);
	height: 125px;
	width: 800px;
}

div#header p { /* header tekst */
	padding:10px;
	padding-top: 80px;
	margin:0px;
	font-size: 11pt;
}

.profilepic {
width: 250px;
float: right; 
border: 1.5px #000 solid;
/* End of 'TheReconnection' */

