/* ___________________________________________________________________________________
		
		Door: weDsign web media
		info@wedsign.nl
		www.wedsign.nl
___________________________________________________________________________________ */

html {
	background: url("../images/html_bg.jpg");
}

body {
	background: url("../images/body_bg.png") repeat-x;
}

html,body { height: 100%; }

body,td,th,select,input,textarea,p,a {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Tahoma, Arial;
	font-size: 13px;
	color: #333;
}

p,h1,h2,h3,h4 { margin-bottom:15px; }

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #1dc7c9;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #999;
}

a { color: #1dc7c9; }
a:hover { text-decoration: none; }
ul { margin: 0 0 15px 30px; }
li { list-style-type: disc; }
strong { font-weight: bold; }

.clear { clear: both; }

/* _________________________  WRAPPER  _________________________ */

#wrapper {
	background: url("../images/container_bg.gif") repeat-y;
	position: relative;
	margin: auto;
	padding: 0 2px;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* _________________________  CONTAINER  _________________________ */

#container {
	width: 900px;
}

/* _________________________  HEADER  _________________________ */

#header {
	background: url("../images/header.jpg");
	width: 902px;
	height: 203px;
	line-height: 203px;
	vertical-align: middle;
}

#header h1 {
	position: absolute;
	top: 50px;
	left: 30px;
	background: url("../images/header_h1.png");
	width: 260px;
	height: 101px;
	text-indent: -9999px;
	vertical-align: middle;
}

#header h1 a {
	width: 260px;
	height: 101px;
	display: block;
	vertical-align: middle;
}

/* _________________________  MAIN  _________________________ */

#main {
	margin: 1px 0 0;
	padding: 30px;
}

/* _________________________  MENU  _________________________ */

#menu {
	float: left;
	display: inline;
	width: 220px;
	margin-right: 50px;
	_margin-right: 25px;
}

#menu ul {
	padding: 0;
	margin: 0;
	z-index: 1;
}

#menu ul li {
	list-style: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 1px 0;
	margin-bottom: -1px;
}

#menu ul li a {
	background: url("../images/menu_btn_bg.gif");
	display: block;
	border-right: 5px solid #1dc7c9;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}

#menu ul li.active a {
	color: #111;
	border-right: 5px solid #111;
	font-weight: bold;
}

/* _________________________  BREADCRUMBS  _________________________ */

#breadcrumbs {
	margin-bottom: 15px;
}

/* _________________________  CONTENT  _________________________ */

#content {
	float: left;
	width: 550px;
}

/* _________________________  PROJECTEN  _________________________ */

.projecten_item {
	width: 550px;
	float: left;
	margin-bottom: 30px;
}

.projecten_foto {
	width: 200px;
	float: left;
	margin-right: 15px;
}

.projecten_foto img {
	border: 2px solid #999;
	padding: 2px;
}

.projecten_foto img:hover {
	border: 2px solid #1dc7c9;
	padding: 2px;
}

.projecten_content {
	float: left;
	width: 250px;
}

.projecten_content h3 a {
	font-size: 18px;
	font-weight: bold;
	color: #555;
}

/* _________________________  ACCESSOIRES  _________________________ */

.accessoires_item {
	width: 550px;
	float: left;
	margin-bottom: 30px;
}

.accessoires_foto {
	width: 116px;
	float: left;
	margin-right: 15px;
}

.accessoires_foto img {
	border: 2px solid #999;
	padding: 2px;
}

.accessoires_foto img:hover {
	border: 2px solid #1dc7c9;
	padding: 2px;
}

.accessoires_content {
	float: left;
	width: 250px;
}

/* _________________________  CONTACTFORMULIER  _________________________ */

#formulier div {
	margin-bottom: 5px;
}

#formulier div#error_box {
	background: #fbb;
	border: 1px solid #c00;
	padding: 15px;
	margin-bottom: 30px;
	
}

#formulier div#error_box ul {
	margin: 0 0 15px 30px;
}

#formulier div#error_box ul li {
	list-style-type: disc;
}

#formulier input.txt,
#formulier textarea.txt {
	border: 1px solid #333;
	width: 300px;
	padding: 5px;
	background: #ffe;
}

#formulier input.error ,
#formulier textarea.error{
	border: 1px solid #c00;
	width: 300px;
	padding: 5px;
	background: #fbb;
}

#formulier label {
	width: 150px;
	float: left;
	padding: 5px 0;
}

#formulier fieldset {
	border: 1px solid #999;
	margin-bottom: 15px;
	padding: 20px;
}

#formulier legend {
	font-size: 16px;
	color: #1dc7c9;
	font-weight: bold;
	padding: 0 5px;
}

#formulier p.submit {
	margin: 0;
}	

/* _________________________  FOOTER  _________________________ */

#footer {
	background: url("../images/footer_bg.gif") no-repeat;
	margin: auto;
	width: 898px;
	text-align: center;
	padding: 15px 0;
	margin-top: 30px;
}
