/*
Theme Name: BrainDynamics
Theme URI: http://www.braindynamicsgroningen.nl/
Description: Speciaal ontworpen theme voor BrainDynamics.
Version: 1.0
Author: Andries Reitsma
Author URI: http://www.andriesreitsma.nl/
Tags: Groningen, BrainDynamics, Custom

	BrainDynamics v1.0
	http://www.braindynamicsgroningen.nl

	This theme was designed and built by Andries Reitsma,
	whose blog you will find at http://www.andriesreitsma.nl/
*/



html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #efefef;
}

* {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #404040;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

div#BD_site {
	display: block;
	position: relative;
	width: 70%;
	min-width: 760px;
	top: 0px;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background-color: #ffffff;
	border-right: 1px dotted #808080;
}

div#BD_left {
	margin-left: auto;
	margin-right: 0px;
	position: relative;
	display: block;
	width: 740px;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background-color: #ffffff;
}

div#BD_address {
	display: block;
	position: absolute;
	right: -230px;
	top: 100px;
	width: 210px;
	height: 210px;
}

div#BD_header {
	display: block;
	width: 740px;
	height: 100px;
}

div#BD_header ul {
	display: block;
	position: absolute;
	left: 35px;
	top: 50px;
	margin: 0;
	padding: 0;
}

div#BD_header li {
	display: block;
	float: left;
	border-left: 1px solid #efefef;
	margin-right: 5px;
	padding-left: 5px;
}

div#BD_header li:nth-child(1) {
	display: block;
	border-left: 0px;
	padding-left: 0px;
}


div#BD_header li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}

div#BD_header li a:hover, div#BD_header li a.active{
	background-color: #faa71b;
	color: #ffffff;
}

div#BD_logo {
	display: block;
	position: absolute;
	left: 468px;
}

div#BD_console {
	display: block;
	width: 740px;
	height: 440px;
}

div#BD_textConsole {
	display: block;
	width: 740px;
	height: 300px;
}

div.BD_column {
	display: block;
	position: relative;
	bottom: 0px;
	float: left;
	width: 200px;
	height: 265px;
	margin-top: 175px;
	margin-left: 35px;
	z-index: 5;
}

div#BD_client, div#BD_prof {
	background-color: #ffffff;
	border: 1px solid #d3d3d3;
}

div#BD_slide {
	display: block;
	position: absolute;
	left: 0px;
	width: 740px;
	height: 300px;
	background-color: #efefef;
	z-index: 1;
}

div#BD_appointment {
	display: block;
	position: absolute;
	left: 30px;
	top: 105px;
	width: 140px;
	height: 33px;
	text-align: center;
	padding: 0px;
margin: 0px;
}

div#BD_appointment a {
display:block;
padding: 0px;
margin: 0px;
height: 33px;
background: url("images/button-trans.png") 0 -33px no-repeat;
text-decoration: none;
}
div#BD_appointment a:hover { 
background-position: 0 0;
color:#fff;
}
div#BD_appointment a:active {
background-position: 0 -66px;
color:#fff;
}

div#BD_appointment_full {
	display: block;
	position: relative;
	left: 539px;
	top: 280px;
	width: 140px;
	height: 33px;
	background: url("images/button-trans.png") 0 -33px no-repeat;
	text-align: center;
	z-index: 20;
}

div#BD_status{
	display: block;
	position: absolute;
	top: 160px;
	width: 200px;
	height: 103px;
	background-color: #efefef;
	border: 1px solid #d3d3d3;
}

div.BD_column ul {
	list-style: none;
	padding: 0;
}

div#BD_client li a{
	display: block;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	text-indent: 30px;
	background: transparent url('images/bullet-trans.png') no-repeat;
	border-bottom: 1px solid #ffffff;
}

div#BD_prof li a{
	display: block;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	text-indent: 30px;
	background: transparent url('images/bullet-prof-trans.png') no-repeat;
	border-bottom: 1px solid #ffffff;
}

div#BD_client li a:hover{
	color: #000000;
	background: #ffeeca url('images/bullet-trans.png') no-repeat;
	border-bottom: 1px dotted #faa71b;
}

div#BD_prof li a:hover{
	color: #000000;
	background: #dbfbdf url('images/bullet-prof-trans.png') no-repeat;
	border-bottom: 1px dotted #39b54a;
}

div#BD_text {
	display: block;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 440px;
	left: 35px;
}

div#BD_info_full {
	display: block;
	position: absolute;
	right: 35px;
}

div#BD_fulltext {
	display: block;
	position: relative;
	width: 450px;
	margin-top: -200px;
	margin-left: 35px;
	margin-bottom: 50px;
	z-index: 5;
}

div#BD_formulier {
	display: block;
	position: relative;
	width: 670px;
	margin-top: -200px;
	margin-left: 35px;
	margin-bottom: 50px;
	z-index: 5;
}


div#page {
	display: block;
	background-color: #ffffff;
	min-height: 500px;
}

div#BD_fulltext span.pageContent , div#BD_formulier span.pageContent{
	display: block;
	margin: 25px;
	margin-top: 0px;
}

div#BD_fulltext span.pageContent p, div#BD_formulier span.pageContent p {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

div#crumbs {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
}

div#crumbs a {
	text-decoration: none;
	color: #000000;
}

div#pageTitle {
	display: block;
	position: relative;
	left: 25px;
	height: 30px;
	width: 200px;
	background-color: #faa71b;
}

div#pageTitleProf {
	display: block;
	position: relative;
	left: 25px;
	height: 30px;
	width: 200px;
	background-color: #39b54a;
}

div#pageTitle h1.page, div#pageTitleProf h1.page{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding: 7px;
	margin: 0;
	text-transform: capitalize;
}

div#BD_fulltext h1.pageTitle, div#BD_formulier h1.pageTitle {
	display: block;
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 15px;
	margin: 0;
	text-indent: 25px;
	background: transparent url('images/bullet-trans.png') no-repeat;
	background-position: left center;
}

div#BD_fulltext h1.pageTitleProf {
	display: block;
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 15px;
	margin: 0;
	text-indent: 25px;
	background: transparent url('images/bullet-prof-trans.png') no-repeat;
	background-position: left center;
}

div#BD_links, div#BD_linksProf {
	display: block;
	position: relative;
	float: right;
	width: 220px;
	margin-top: 40px;
	margin-right: 30px;
}

div#BD_links ul, div#BD_linksProf ul {
	list-style: none;
	padding: 0;
}

div#BD_links li {
	display: block;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	text-indent: 30px;
	background: transparent url('images/bullet-trans.png') no-repeat;
}

div#BD_linksProf li {
	display: block;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	text-indent: 30px;
	background: transparent url('images/bullet-prof-trans.png') no-repeat;
}

div#divider {
	width: 740px;
	height: 5px;
	background-color: #faa71b;
}

div#BD_footer {
	position: relative;
	width: 740px;
	height: 50px;
	border-top: 5px solid #faa71b;
}

div#BD_footerProf {
	position: relative;
	width: 740px;
	height: 50px;
	border-top: 5px solid #39b54a;
}

div#BD_footer ul, div#BD_footerProf ul {
	list-style: none;
	padding: 0;
	display: block;
	position: relative;
	left: 35px;
	top: 10px;
	margin: 0;
	padding: 0;
}

div#BD_footer li, div#BD_footerProf li {
	display: block;
	float: left;
	border-left: 1px solid #efefef;
	margin-right: 5px;
	padding-left: 5px;
}

div#BD_footer li a, div#BD_footerProf li a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #808080;
}

div.clearer {
	clear: both;
}


/* Typography */




div#BD_appointment a, div#BD_appointment_full a {
	line-height: 35px;
	text-decoration: none;
	color: #ffffff;
}

div#BD_appointment a:hover, div#BD_appointment_full a:hover {
	color: #ffffff;
}

div#SF_form h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding-bottom: 10px;
	margin: 10px;
	margin-left: 0px;
	border-bottom: 1px dotted #d3d3d3;
}

h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px dotted #d3d3d3;
}

div#BD_status h3 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px dotted #d3d3d3;
}

div#BD_links h3 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px dotted #d3d3d3;
	color: #faa71b;
}

div#BD_linksProf h3 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px dotted #d3d3d3;
	color: #39b54a;
}

div#BD_status span {
	margin: 10px;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #808080;
}

div#BD_text h1.pageTitle {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d3d3d3;
}

div#BD_text span.pageContent p, div#BD_fulltext span.pageContent p{
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

div#BD_text span.pageContent p a, div#BD_fulltext span.pageContent p a{
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #3366ff;
	border-bottom: 1px dotted #3366ff;
}

div#BD_text_prof span.pageContent p a, div#BD_fulltext span.pageContent p a{
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #3366ff;
	border-bottom: 1px dotted #3366ff;
}

textarea {
			width: 300px;
			height: 100px;
		}
		
		
#SF_error span, #error span{
	color: #cc3333;
}

#SF_confirmation span, #confirmation span{
	color: #009933;
}

#SF_error, #error {
	display: block;
	padding: 10px;
	background-color: #ff9999;
	border-top: 1px dotted #cc3333;
	border-bottom: 1px dotted #cc3333;
}

#SF_confirmation, #confirmation {
	display: block;
	padding: 10px;
	background-color: #77e37c;
	border-top: 1px dotted #009933;
	border-bottom: 1px dotted #009933;
}

span.pageContent ul {
	margin-left: 30px;
}

span.pageContent li{
	list-style: disc;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
}

span.pageContent table, tr, td {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
}

span.pageContent h3{
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #faa71b;
	margin-top: 15px;
}

span.pageContent h2{
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
	border: 0;
}