/********************************************************************/
/*****                                                      	*****/
/*****    Door: Creative Steps | full service internetbureau   	*****/
/*****    http://www.creativesteps.nl                           *****/
/*****    info@creativesteps.nl                                 *****/
/*****    0512 538 719                                   		*****/
/*****                                                      	*****/
/********************************************************************/

body { background: #a9dfe9 url(../images/body_bg.jpg) repeat-x; }

html,body { height: 100%; color: #555; font-size: 13px; font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif; }

td,th,select,input,label,textarea,p,a {
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	color: #555;
	font-size: 13px;
}

h1 {
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 24px;
	color: #0095c3;
	font-weight: bold;
}

h2 {
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	color: #0095c3;
	font-weight: bold;
}

h3 {
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
	font-weight: bold;
}

h1,h2,p { margin-bottom: 15px; }

a { color: #0095c3; }
a:hover { text-decoration: none; }
a.arrow { background: url(../images/arrow_blue.gif) right no-repeat; padding-right: 27px; }

ul { margin: 0 0 30px 25px; font-family: Verdana, Helvetica, Tahoma, sans-serif; }
.center { text-align: center; }
strong { font-weight: bold; }
ul li { list-style-type: disc; }

.button { float: left; clear: both; background: url(../images/button_blue.png) left 0 no-repeat; padding-left: 5px; height: 32px; }
.button span { background: url(../images/button_blue.png) right 0 no-repeat; padding: 0 15px 0 10px; height: 32px; display: block; }
.button span a { color: #fff; font-weight: bold; line-height: 32px; font-family: Arial, Helvetica, sans-serif; }

.clear { clear: both; }
.a-center { text-align: center; }
.left { float: left !important; }
.right { float: right !important; }

/* _________________________ CONTAINER _________________________ */

#container {
	position: relative;
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;
	background: #fff;
	padding: 30px;
}

/* _________________________ HEADER _________________________ */

#header {
	position: relative;
	width: 1000px;
	height: 58px;
	margin-bottom: 30px;
}

#header h1 {
	position: absolute;
	background: url(../images/header_h1.png);
	width: 250px;
	height: 57px;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 250px;
	height: 57px;
}

/* _________________________ MENU _________________________ */

#menu {
	background: url(../images/menu_bg.gif);
	width: 1000px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 15px;
}

#menu ul {
	margin: 0 20px;
}

#menu ul li {
	float: left;
	margin: 0 15px;
	list-style-type: none;
}

#menu ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#menu ul li a:hover {
	color: #eee;
}

#menu ul li.active {
	background: url(../images/menu_item_active.gif) no-repeat top center;
}

/* _________________________ LEFTCONTENT _________________________ */

#leftcontent {
	width: 250px;
	float: left;
	margin-right: 20px;
}

/* _________________________ MAIN _________________________ */

#main {
	width: 730px;
	float: left;
}

/* _________________________ BANNER _________________________ */

#banner {
	height: 180px;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
}

#banner_top {
	position: absolute;
	top: 0;
	right: 0;
	width: 728px;
	height: 90px;
}

/* _________________________ MAINCONTENT _________________________ */

#maincontent {
	width: 460px;
	float: left;
	margin-right: 20px;
}

/* _________________________ RIGHTCONTENT _________________________ */

#rightcontent {
	width: 250px;
	float: left;
}

#rightcontent ul {
	margin: 0 0 15px 0;
}

#rightcontent ul li {
	list-style-type: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
	padding: 0 5px;
}

#rightcontent ul li.active {
	background: #0095c3;
}

#rightcontent ul li a {
	display: block;
	color: #555;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat center left;
	padding: 8px 0 8px 27px;
}

#rightcontent ul li.active a {
	color: #fff;
	background: url(../images/arrow_appointment.png) no-repeat center left;
}

/* _________________________ BOX _________________________ */

.box {
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 15px 15px 0;
	float: left;
	background: url(../images/box_bg.gif) bottom repeat-x;
	width: 220px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
}

.box.blue {
	color: #fff;
	background: #56bfde url(../images/box_blue_bg.gif) top repeat-x;
	border: 1px solid #127a98;
}

.box.blue h2,
.box.blue label,
.box.blue p {
	color: #fff;
}

.box.last {
	border-bottom: none;
}

.box ul,
.behandeling ul {
	margin: 0 0 15px 0;
}

.box ul li,
.behandeling ul li {
	list-style-type: none;
}

.box h3 a {
	font-size: 14px;
	color: #0095c3;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

.box.over_de_behandeling ul li {
	background: url(../images/arrow_over_de_behandeling.png) no-repeat left center;
	padding-left: 26px;
	margin-bottom: 10px;
}

.box.over_de_behandeling ul li a {
	color: #555;
	font-size: 14px;
	font-weight: bold;
}

.box.bel_mij_terug,
.box.stel_je_vraag {
	padding: 15px 15px 10px;
}

.box.bel_mij_terug h2 {
	font-size: 26px;
	margin-bottom: 0;
}

.box #formulier form label {
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 2px;
	width: 220px;
}

.box #formulier form div {
	float: left;
	line-height: normal;
	margin-bottom: 5px;
}

.box #formulier form input.txt {
	font-size: 12px;
	float: left;
	width: 212px;
}

.box #formulier form textarea.txt {
	font-size: 12px;
	width: 212px;
}

.box #formulier form input.btn {
	float: left;
	width: 220px;
}

.behandeling {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 15px 15px 0;
	float: left;
	background: url(../images/box_bg.gif) bottom repeat-x;
	width: 220px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
}

.behandeling h2 {
	color: #555;
}

.behandeling h3 a {
	font-size: 16px;
	color: #0095c3;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

.behandeling.last {
	border-bottom: none;
	margin-bottom: 0;
}

.behandeling ul li {
	background: url(../images/arrow.gif) no-repeat center left;
	padding-left: 27px;
	font-weight: bold;
	margin-bottom: 5px;
}

.behandeling span.price {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0095c3;
	margin-bottom: 5px;
	float: left;
}

.behandeling span.old_price {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f00;
	margin-bottom: 5px;
	float: left;
	text-decoration: line-through;
	margin-right: 10px;
}

.behandeling .button {
	margin-bottom: 15px;
	*width: 156px;
}

.button a.appointment {
	background: url(../images/arrow_appointment.png) no-repeat center right;
	padding-right: 27px;
}

/* _________________________ ITEM _________________________ */

.item {
	float: left;
	width: 460px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	margin-bottom: -1px;
}

.item .left {
	float: left;
	width: 104px;
	margin-right: 20px;
}

.item .left img {
	padding: 1px;
	border: 1px solid #ccc;
	display: block;
}

.item .right {
	float: left;
	width: 336px;
}

.item .right h3 a {
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	color: #0095c3;
}

/* _________________________ PAGINATOR _________________________ */

.pages {
	clear: both;
	text-align: center;
	padding: 30px 0 20px;
}

.pages a,
.pages span {
	display: inline;
	padding: 3px 7px;
	margin: 0 2px;
}

.pages span.ditto_currentpage {
	background: #0095c3;
	color: #fff;
	font-weight: bold;
}

.pages_aantal {
	text-align: center;
}

/* _________________________ CONTACTFORMULIER _________________________ */

#formulier .errors {
	border: 1px solid #fc0;
	background: #ffc;
	padding: 15px;
	margin-bottom: 15px;
}

#formulier form fieldset {
	padding: 15px 20px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

#formulier form legend {
	font-weight: bold;
	font-size: 16px;
	color: #0095c3;
	padding: 0 5px;
}

#formulier form label {
	float: left;
	width: 150px;
	font-weight: bold;
	cursor: pointer;
}

#formulier form div {
	line-height: 30px;
}

#formulier form input.txt {
	border: 1px solid #ccc;
	padding: 3px;
	width: 220px;
}

#formulier form textarea.txt {
	border: 1px solid #ccc;
	padding: 3px;
	width: 220px;
}

#formulier form input.required,
#formulier form textarea.required,
#formulier form input.invalid,
#formulier form textarea.invalid {
	border: 1px solid #f00;
}

/* _________________________ ERVARINGEN _________________________ */

#ervaringen .ervaring {
	padding: 10px 0;
	margin-bottom: -1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#ervaringen .ervaring h2 {
	margin: 0;
}

#ervaringen .ervaring_date {
	margin-bottom: 15px;
	color: #555;
	text-shadow: 1px 1px 0 #fff;
}

#form_ervaringen {
	margin-top: 15px;
}

#form_ervaringen .ervaring_errors,
#form_ervaringen .ervaring_info {
	border: 1px solid #fc3;
	background: #ffc;
	padding: 10px;
	margin-bottom: 15px;
}

#form_ervaringen label {
	float: left;
	width: 150px;
	font-weight: bold;
	cursor: pointer;
}

#form_ervaringen .txt {
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	width: 300px;
}

#form_ervaringen .btn {
	padding: 3px;
}

#form_ervaringen .select {
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	width: 309px;
}

#form_ervaringen label {
	font-weight: bold;
	margin-bottom: 5px;
	cursor: pointer;
}

#form_ervaringen label:hover {
	color: #999;
}

#form_ervaringen div {
	margin-bottom: 10px;
}

#form_ervaringen .jot-row {
	padding: 10px;
	margin-bottom: 15px;
}

.rating {
	border: 1px solid #555;
	width: 218px;
	height: 15px;
	background: url(../images/tevredenheid_balk_bg.gif) top repeat-x;
	margin-bottom: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.rating div {
	background: url(../images/tevredenheid_balk_bg.gif) bottom repeat-x;
	height: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* _________________________ SOCIAL MEDIA _________________________ */

#rightcontent ul.social-media {
	margin-top: 5px;
}

#rightcontent ul.social-media li {
	border: none;
	padding: 0;
	line-height: 32px;
	margin-bottom: 3px;
	height: 32px;
}

#rightcontent ul.social-media li img {
	float: left;
	margin-right: 5px;
}

#rightcontent ul.social-media li a {
	display: inline;
	background: none;
	padding: 0;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
}

/* _________________________ FOOTER _________________________ */

#footer {
	float: left;
	clear: both;
	width: 460px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
