/*

	Written by Jurriaan van Hengel, Februari 2009

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ebeef5 url("body.gif") repeat-x top center;
	font: 11pt/1.5 "Verdana", sans-serif;
	color: #555;
}

p {
	margin: 0.8em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: dashed 1px #dfdfdf;
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-weight: normal;
	color: #555;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
}

/* Lijsten */

ul {
	list-style: square;
}

ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
}

/* Overige */

a {
	color: #0077dd;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

code, var {
	font-family: "Courier New", "Courier", monospace;
	font-style: normal;
}

code, blockquote {
	display: block;
	margin: 1em;
	padding: 0.4em;
	background: #eee;
	border: 1pt solid #e8e8e8;
}

dfn {
	font-style: italic;
}


/* Tabellen */

table {
	border-collapse: collapse;
	margin: auto;
	font-size: smaller;
}

div.table {
	border-top: 1px solid #346cb5;
	border-bottom: 1px solid #346cb5;
	padding: 1em;
	width: 60%;
	margin: auto;
}

caption {
	margin-bottom: 1em;
	font-style: italic;
	}

th, td {
	padding: 0.1em 0.5em;
}

td {
	border-top: 1px solid #b5b5b5;
}

th {
	border-bottom: 1px solid #346cb5;
}

/* Header */

#header {
}

#header h1 {
	margin: 0;
	margin-left: 50px;
	width: 500px;
	height: 140px;
	padding: 0;
	border: none;
	background: url("logo-activerehabilitation.png") no-repeat bottom left;
	text-indent: -2000px;
}

/* Content */

#content {
	margin-left: 15em;
	margin-right: 15em;
}

#content h2 {
	background: transparent;
	color: white;
	border: 0;
	padding: 0;
	margin:0;
	font-size:200%;
}

/* Menu */

#menu,
.menu {
	position: absolute; top: 140px; left: 0;
	width: 15em;
	padding: 0 2em;
	font-size: 85%;
}

#menu ol,
.menu ol,
#menu ul,
.menu ul {
	padding-left:0;
	margin: 0 auto;
}

#menu ol ol,
.menu ol ol,
#menu ul ul,
.menu ul ul {
	padding-left:0.9em;
}

#menu li,
.menu li {
	list-style: none;
}

#menu a,
.menu a {
	display: block;
	background: url("menu-leftbottom.gif") bottom left no-repeat;
	color: #e0e7f5;
	padding-left: 11px;
	margin: 0 0 0.5em 0;
	text-decoration: none;
}

#menu span,
.menu span {
	display: block;
	background: url("menu-righttop.gif") top right no-repeat;
	padding: 0.1em 0.5em 0.1em 0.15em;
}

#menu a:hover,
.menu a:hover {
	color: white;
}


/* Sidebar */

#sidebar
{
	text-align: center;
	position: absolute; top: 140px; right: 0;
	width: 11em;
	padding: 0px 2em;
}

#sidebar img {
	border:0;
	margin: 0.2em;
	width: 140px;
}


/* Footer */

#footer{
	display: none;
}


