/* CSS IVT */

/* ============= */
/* Main Elements */
/* ============= */

html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	background-image: url(../Images/Layout/background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

/* =============== */
/* Divs for Layout */
/* =============== */

/* Container */
div#container
{
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
}

/* Menu */
div#menu
{
	position: relative;
	z-index: 1;
	top: 0;
	width: 150px;
}

/* Main content */
div#content
{
	position: absolute;
	top: 0;
	width: 100%;
}

/* ======================= */
/* Divs Containing Content */
/* ======================= */

/* Menu */
div#menu_items
{
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
}

/* Main Content */
div#content_items
{
	position: relative;
	margin-top: 50px;
	margin-left: 185px;
	margin-right: 24px;
}

/* Div for contact page */
div#contact
{
	position: relative;
	margin-top: 211px;
}

/* ============================= */
/* Classes for Text and Pictures */
/* ============================= */

/* Menu items */
img.logo
{
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul.menu
{
	position: relative;
	margin-left: 5px;
	margin-top: 40px;
	padding: 0;
	line-height: 20px;
	list-style: none;
	font-family: Century Gothic, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* -Content Items- */

/* General */
p
{
	margin: 0px;
}

h1
{
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-style: italic;
	text-align: left;
}

h2
{
	font-family: Century Gothic, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	margin-bottom: 7px;
}

h3
{
	font-family: Century Gothic, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 7px;
}

h4
{
	font-family: Century Gothic, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #003366;
}

h5
{
	font-family: Century Gothic, sans-serif;
	font-style: italic;
	font-size: 15px;
	text-align: left;
}

.content
{
	font-family: Century Gothic, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #003366;
}

ol
{
	margin: 0px;
}

/* Home */
img.groepsfoto
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.welkomstext
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
}

/* Specialismen */
p.index
{
	font-family: Century Gothic, sans-serif;
	font-size: 13px;
	text-align: right;
}

p.vasten_eng
{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

/* Therapeuten */
ul.specialismen
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 12px;
}

img.therapeuten
{
	position: absolute;
	top: 5px;
	right: 0px;
}

p.therapeuten
{
	margin-top: 30px;
	font-size: 15px;
	font-weight: bold;
}

p.therapeuten_2
{
	font-size: 15px;
	font-weight: bold;
}

h1.contact
{
	margin-left: 75px;
}
/* ============ */
/* Table Layout */
/* ============ */

/* Therapeuten Page */
#tr1_therapeuten
{
	font-weight: bold;
}

#td1_therapeuten
{
	width: 150px;
	text-align: left;
	vertical-align: top;
	border: solid 1px;
}

#td2_therapeuten
{
	width: 325px;
	text-align: left;
	vertical-align: top;
	border: solid 1px;
}

#td3_therapeuten
{
	width: 100px;
	text-align: left;
	vertical-align: top;
	border: solid 1px;
}

#td_neijenhuis
{
	width: 100px;
	text-align: left;;
	vertical-align: top;
	border: solid 1px;
}

/* Lid Worden Page */
#td1_lidworden
{
	width: 130px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

#td2_lidworden
{
	width: 500px;
	text-align: left;
}

/* General */
#td1_address
{
	width: 70px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

#td2_address
{
	width: 425px;
	text-align: left;
}

/* ============== */
/* Button Classes */
/* ============== */

/* Menu Links */
.button_menu a:link
{
	color: #4f7a7a;
	text-decoration: underline;
}

.button_menu a:visited
{
	color: #4f7a7a;
	text-decoration: underline;
}

.button_menu a:hover
{
	color: #003366;
	text-decoration: none;
}

.button_menu a:active
{
	color: #4f7a7a;
	text-decoration: none;
}

/* Content Links */
.button_content a:link
{
	color: #0066CD;
	text-decoration: underline;
}

.button_content a:visited
{
	color: #0066CD;
	text-decoration: underline;
}

.button_content a:hover
{
	color: #003366;
	text-decoration: none;
}

.button_content a:active
{
	color: #0066CD;
	text-decoration: none;
}

/* ======= */
/* IE code */
/* ======= */

/* Therapeuten pagina */
* html ul.specialismen
{
	margin-left: 5px;
}

html>body ul.specialismen
{
	margin-left: 5px;
}

* html img.therapeuten
{
	right: 24px;
}