/****************************************************************/
/*****                                                      *****/
/*****    Door: weDsign | webdesign & internet marketing    *****/
/*****    http://www.wedsign.nl                             *****/
/*****    info@wedsign.nl                                   *****/
/*****                                                      *****/
/****************************************************************/

html, body { }

body,td,th,select,input,textarea,p,a {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, Arial, Tahoma, sans-serif;
	color: #555;
	font-size: 13px;
}

body { background: #aee0e8 url("../images/body_bg.jpg") repeat-x; margin: 0; }

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #00bce4;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #00bce4;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #ff00a1;
}

p {
	color: #555;
}

h1,h2,h3,p { margin: 0 0 15px 0; }

a { color: #00bce4; }
a:hover { text-decoration: none; }

ul { margin: 0 0 15px 25px; }
li { list-style-type: disc; }
strong { font-weight: bold; }
em { font-style: italic; }
fieldset { border: 1px solid #ccc; padding: 15px; margin-bottom: 20px; }
legend { padding: 0 5px; font-weight: bold; font-size: 16px; color: #00bce4; }

/* _________________________ CONTAINER _________________________ */

#container {
	position: relative;
	width: 908px;
	margin: 0 auto;
}

/* _________________________ HEADER _________________________ */

#header {
	background: url("../images/header_bg.png");
	width: 908px;
	height: 240px;
}

#header h1 {
	background: url("../images/header_h1.png");
	margin: 0;
	width: 276px;
	height: 63px;
	margin: 18px 0 0 34px;
	float: left;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 276px;
	height: 63px;
}

/* _________________________ MENU _________________________ */

#menu {
	background: url("../images/menu_bg.png");
	width: 840px;
	padding: 0 34px;
	height: 44px;
	line-height: 40px;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	float: left;
	margin-right: 35px;
}

#menu ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: lowercase;
}

#menu ul li a:hover {
	color: #ddd;
}

#menu ul li.active a {
	font-weight: bold;
}

#menu ul li.last {
	margin-right: 0;
}

/* _________________________ MAIN _________________________ */

#main {
	width: 908px;
}

/* _________________________ LEFTCONTENT _________________________ */

#leftcontent {
	width: 228px;
	float: left;
	margin-right: 2px;
}

/* _________________________ MAINCONTENT _________________________ */

#maincontent {
	width: 448px;
	float: left;
	margin-right: 2px;
}

/* _________________________ BREADCRUMBS _________________________ */

#breadcrumbs {
	margin-bottom: 15px;
}

/* _________________________ RIGHTCONTENT _________________________ */

#rightcontent {
	width: 228px;
	float: left;
}

/* _________________________ BOXES SIDE _________________________ */

.box_side {
	width: 228px;
}

.box_side_top {
	background: url("../images/box_side_top.png") no-repeat;
	width: 228px;
	height: 7px;
	overflow: hidden;
}

.box_side_content {
	background: url("../images/box_side_content.png");
	width: 180px;
	padding: 20px 24px 5px;
}

.box_side_content img.logo {
	margin-bottom: 15px;
}

.box_side_bottom {
	background: url("../images/box_side_bottom.png");
	width: 228px;
	height: 7px;
	overflow: hidden;
}

/* _________________________ BOX MAIN _________________________ */

.box_main {
	width: 448px;
}

.box_main_top {
	background: url("../images/box_main_top.png");
	width: 448px;
	height: 7px;
	overflow: hidden;
}

.box_main_content {
	background: url("../images/box_main_content.png");
	width: 400px;
	padding: 20px 24px 5px;
}

.box_main_bottom {
	background: url("../images/box_main_bottom.png");
	width: 448px;
	height: 7px;
	overflow: hidden;
}

/* _________________________ ERVARINGEN _________________________ */

.ervaring {
	padding: 10px 0;
	margin-bottom: -1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ervaring h2 {
	margin: 0;
}

.ervaring_date {
	margin-bottom: 15px;
	color: #999;
}

#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 .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;
}

/* _________________________ CONTACTFORMULIER _________________________ */

#formulier div {
	padding-bottom: 5px;
}

#formulier label {
	float: left;
	width: 160px;
	cursor: pointer;
}

#formulier label:hover {
	color: #555;
}

#formulier p {
	margin: 15px 0 0;
}

#formulier em {
	font-style: italic; 
	color: #f33;
}

#formulier input.txt,
#formulier textarea.txt {
	border: 1px solid #ccc;
	padding: 2px;
	width: 202px;
}

#formulier input.required,
#formulier input.invalid,
#formulier textarea.required {
	border: 1px solid #f00;
	background: #fee;
}

#formulier .errors {
	border: 1px solid #fc3;
	background: #ffc;
	padding: 10px;
	margin-bottom: 15px;
}

/* _________________________ FOOTER _________________________ */

#footer {
	float: left;
	background: url("../images/footer_border.png") no-repeat;
	width: 900px;
	padding: 10px 0;
	text-align: center;
	margin-top: 20px;
}

#footer a {
	color: #333;
}