/****************************************************************/
/*****                                                      *****/
/*****    Door: weDsign | webdesign & internet marketing    *****/
/*****    http://www.wedsign.nl                             *****/
/*****    info@wedsign.nl                                   *****/
/*****                                                      *****/
/****************************************************************/

html, body { margin: 0; height: 100%; }

body { background: url("../images/body_bg.jpg") repeat-x; }

body,td,th,select,input,textarea,p,a {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	color: #000;
	font-size: 13px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #62439a;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #62439a;
}

h1,h2,p { margin-bottom: 15px; }

a { color: #62439a; }
a:hover { text-decoration: none; }

ul { margin: 0 0 30px 25px; }
.clear { clear: both; }

strong { font-weight: bold; }
fieldset { border: 1px solid #ccc; padding: 20px; margin-bottom: 15px; }

#container {
	position: relative;
	margin: auto;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	width: 900px;
	height: 120px;
	margin: 0 auto 40px;
}

#header h1 {
	background: url("../images/header_h1.png");
	width: 278px;
	height: 24px;
	float: right;
	margin: 48px 0;
	text-indent: -9999px;
}

#header h1 a {
	width: 278px;
	height: 24px;
	display: block;
}

#menu {
	margin-top: 80px;
	height: 40px;
	width: 622px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	background: url("../images/menu_tab_left.gif") no-repeat top left;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 1px;
	padding-left: 3px;
}

#menu ul li a {
	background: url("../images/menu_tab_right.gif") no-repeat top right;
	display: block;
	height: 40px;
	padding: 0 23px 0 20px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #555;
	float: left;
}

#menu ul li a:hover {
	color: #333;
}

#menu ul li.active {
	background: url("../images/menu_tab_left_active.gif") no-repeat top left;
}

#menu ul li.active a {
	background: url("../images/menu_tab_right_active.gif") no-repeat top right;
	color: #a53d57;
}

#foto {
	width: 900px;
	height: 200px;
	border-top: 5px solid #ac8bd8;
	border-bottom: 5px solid #ac8bd8;
	margin: 0 auto 30px;
}

#main {
	width: 900px;
	margin: auto;
	padding-bottom: 61px;
}

#maincontent {
	float: left;
	margin-right: 30px;
	width: 620px;
}

#breadcrumbs {
	margin-bottom: 15px;
}

#rightcontent {
	width: 250px;
	float: left;
}

#rightcontent .rightcontent_box_top {
	background: url("../images/rightcontent_box_top.gif");
	width: 250px;
	height: 5px;
	float: left;
	overflow: hidden;
}

#rightcontent .rightcontent_box_content {
	background: url("../images/rightcontent_box_content.gif") repeat-y;
	width: 210px;
	padding: 15px 20px 0;
	float: left;
}

#rightcontent .rightcontent_box_bottom {
	background: url("../images/rightcontent_box_bottom.gif");
	width: 250px;
	height: 5px;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}

#rightcontent .btn_rightcontent {
	background: url("../images/btn_rightcontent.gif");
	width: 250px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

#rightcontent .btn_rightcontent a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#formulier div {
	float: left;
	margin-bottom: 5px;
	position: relative;
}

#formulier .errors {
	padding: 15px;
	float: none;
	margin-bottom: 15px;
	border: 1px solid #fc3;
	background: #ffc;
}

#formulier label {
	float: left;
	width: 200px;
}

#formulier input.txt,
#formulier textarea.txt {
	padding: 3px;
	border: 1px solid #ccc;
	width: 300px;
}

#formulier input.required,
#formulier input.invalid,
#formulier textarea.required {
	border: 1px solid #f00;
}

#formulier input.file {
	padding: 3px;
	border: 1px solid #ccc;
	margin-right: 5px;
}

#formulier legend {
	font-weight: bold;
	padding: 0 5px;
	color: #555;
	font-size: 14px;
}

#footer {
	background: url("../images/footer_bg.gif");
	position: absolute;
	bottom: 0;
	height: 61px;
	line-height: 61px;
	width: 100%;
	text-align: center;
}