/* Default Styles */
html, body {
	margin: 0;
	padding: 0;
	background: #000000 url(/Static/Images/Default/img_body_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #2b2b2b;
	text-align: left;
	height: 100%;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-FACE-COLOR: #b99166;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

p {
	padding: 10px 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #b99166;	
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}

/* Main Elements */

#outer {
	min-height: 100%;
	height: auto;
	width: 976px;
	margin: 0 auto;
	position: relative;
}

#headerspacer {
	width: 976px;
	height: 22px;
}

#menuholder {
	width: 976px;
	height: 44px;
	background: url(/Static/Images/Default/img_menu_bg.gif);
}

#menuposition {
	width: 902px;
	height: 30px;
	padding-top: 8px;
	padding-left: 53px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

#contentspacer {
	width: 976px;
	height: 22px;
}

#contentwrapper {
	width: 976px;
	height: 519px;
	background: url(/Static/Images/Default/img_site_bg.gif);
}

#columnleft {
	float: left;
	width: 266px;
}

#contentleft {
	padding-left: 44px;
	padding-right: 22px;
	text-align: center;
}

#columnright {
	float: left;
	width: 667px;
	height: 497px;
}

#footer {
	width: 976px;
	height: 44px;
	background: url(/Static/Images/Default/img_site_footer.gif);
}

/*-- RTE STYLES --*/

.RTETitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #b99166;
}

.RTESubTitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #b99166;
}

.RTEDefault {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #2b2b2b;
}

/*-- formulier styles --*/

.form_header {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
	color: #ffffff;
	vertical-align: top;
	padding-top: 4px;
}

.form_input {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
	color: #646464;
	border: solid 1px #b99166;
	background-color: #ffffff;
	width: 250px;
	height:17px
}

.form_textarea {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #646464;
	padding-left: 5px;
	border: solid 1px #b99166;
	width: 250px;
}

.form_button {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
	border: solid 1px #000000;
	background-color: #b99166;
	color: #ffffff;
	height:20px;
}

#formspacing {
	padding: 22px;
	height: 455px;
	overflow: auto;
	overflow-x: hidden;
}

.formtext {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;	
}

a.formtext {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #b99166;	
	text-decoration: none;
}

a.formtext:hover {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;	
	text-decoration: none;
}

.formtext .RTEDefault {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;	
}
