/* reset
------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before,
blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* general
------------------------------------------------------------------*/
body { font: 12px/18px Verdana, Arial, sans-serif; color: #58595b; }
h1 { margin-bottom: 18px; font-size: 17px; font-weight: bold; line-height: 23px; }
ul, ol { margin: 0 0 14px 16px; }
p, form { margin: 0 0 14px 0; }
a { color: #58595b; }
input, textarea, select { font-size: 12px; font-family: Verdana, Arial, sans-serif; color: #58595b; }
strong { font-weight: bold; }
em { font-style: italic; }

.img_left { float: left; margin: 0 10px 10px 0; }
.img_right { float: right; margin: 0 0 10px 10px; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* page structure
------------------------------------------------------------------*/
#wrapper { width: 960px; }
#header { height: 142px; }
#contentWrapper { width: 940px; }
#extraWrapper { width: 920px; margin: 0 0 20px 20px; }
#navigation { float: left; width: 210px; margin-bottom: 20px; }
#content { float: left; width: 680px; padding: 0 15px 15px; }

/* header
------------------------------------------------------------------*/
#logo { float: left; width: 180px; height: 98px; margin: 12px 0 0 20px; padding: 15px; text-align: center; }
#logo a { color: #58595b; text-decoration: none; font-size: 18px; }
#baseline { float: left; width: 560px; margin: 0; padding: 25px 15px 0; font-size: 14px; line-height: 29px; font-weight: bold; }

/* navigation
------------------------------------------------------------------*/
#navigation ul { margin: 10px 0 20px; }
#navigation a { display: block; width: 194px; padding: 6px 0 6px 16px; text-decoration: none; color: #fdfdfe; font-size: 14px; }
#navigation ul ul { margin: 0; }
#navigation li.active li a { width: 184px; padding: 3px 0 3px 26px; color: #fdfdfe; font-size: 13px; }
#navigation a:hover,
#navigation li.active a,
#navigation li.active li a:hover,
#navigation li.active li.active a { text-decoration: underline; }
#navigation li.active li a { text-decoration: none; }

#address { padding: 15px; color: #fdfdfe; }
#address a { font-size: 100%; display: inline; padding: 0; }

/* content
------------------------------------------------------------------*/
#content ul { list-style: disc; }

#consult { width: 680px; margin: 0 0 15px; background: #f3f3f3; }
#consult td,
#consult th { padding: 5px 15px; }
#consult .lastrow td,
#consult .lastrow th { border-bottom: 0; }
#consult .weekday { border-left: 0; }
.appointment { color: #fff; cursor: pointer; }

#content #appointmentList { margin: 15px 0; list-style: none; }
#appointmentList li { margin-bottom: 10px; }
#appointmentList p { margin: 0; font-weight: bold; }
#appointmentList a span { float: left; width: 60px; padding-right: 5px; text-align: right; text-decoration: none; }

fieldset legend { display: none; }
fieldset div { margin-bottom: 5px; }
fieldset label { float: left; width: 100px; font-weight: bold; }
form .button { margin: 0 20px 0 100px; }
#validPhone { margin-top: 10px; font-weight: bold; }

/* footer
------------------------------------------------------------------*/


/* CMS Preview
------------------------------------------------------------------*/
#CMSpreviewBar { margin-bottom: 10px; padding: 3px; background-color: red; color: #fff; }
#CMSpreviewBar a { color: #fff; }

/* Next - Previous in Afspraak
------------------------------------------------------------------*/
.left { float: left; }
.right { float: right; }
