body {
	background-color:	#630;
	margin:				0px;
	padding:			0px;
	background:			url('../gfx/gfx_background.jpg') no-repeat;
}

* {
	margin:0px;
	padding:0px;
}

/* Text throughout the site*/
body,td,th,p {
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size: 			11px;
	color: 				#000000;
	text-align:			justify;
	font-size:			12px;
	line-height:		22px;
	color:				#000000;
}

td {
	vertical-align:		top;
}

/* Re-set some margins */
table {
	padding-bottom:		10px;
}

ul, ol {
	padding-bottom:		10px;
	margin-left: 		10px;
}

ul li, ol li {
 	margin-left: 		10px;
    list-style: 		disc;
	line-height:		18px;
}

/* Default paragraph text */
p {
	padding-bottom:		10px;
	line-height:		18px;
}

/* invoervelden */
input {
	width:200px;
	border:1px solid #808080;
	background:none;
	color:#630;
}

textarea {
	width:				200px;
	border:				1px solid #808080;
	color:				#630;
}

button,
.button {
	width:				200px;
	border:				1px solid #808080;
	background:			none;
	background-color:	#004cc9;
	color:				#630;
}

/* links */
a:link {
	color:				#663300;
	text-decoration:	underline;
}

a:visited {
	color:				#630;
	text-decoration:	underline;
}

a:hover {
	color:				#666666;
	text-decoration:	underline;
}

a:active {
	color:				#663300;
	text-decoration:	underline;
}

/* Headers */
h1 {
	color:				#630;
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			24px;
	font-weight:		normal;
	font-style:			normal;
}

h2 {
	color:					#630;
	font-family:			Georgia, Times, sans-serif;
	font-size:				16px;
	font-weight:			bold;
	font-style:				normal;
	background-repeat: 		no-repeat;
	background-position: 	left top;
}

h3 {
	color:#630;
	font-family:Georgia, Times, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

h4 {
	color:#630;
	font-family:Georgia, Times, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:0px;
}

h5 {
	color:#630;
	font-family:Georgia, Times, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:0px;
}

h6 {
	color:#630;
	font-family:Georgia, Times, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:0px;
}

/* Clearing element */
.clear {
	clear: 				both;
}

/* Layout */
div#container {
	width:				916px;
	height:				100%;
	margin:				auto;
}

div#header {
	width:				916px;
	height:				161px;
	background-image: url(../gfx/gfx_header_top.png);
	background-repeat: repeat-x;
}

div#contact_box {
	width:				249px;
	height:				20px;
	float:				right;
	padding-right: 0px;
	text-indent: 10px;
}

ul#menu {
	margin-top:			133px;
	padding:			0px;
	margin-left:		15px;
	vertical-align:		bottom;
	width:				667px;
	position:			absolute;
}

ul#menu li {
	list-style-type:	none;
	float:				left;
	display:			block;
	height: 			30px;
}

ul#menu li a {
	display:			block;
	background: 		transparent url(../gfx/gfx_button.png) repeat-x;
	font-size: 			12px;
	padding:			8px 10px 2px 15px;
	color:				#fff;
	text-decoration:	none;
	font-family: 		"Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
}

ul#menu li a:hover, ul#menu li a.active {
	background-image:	url(../gfx/gfx_button_over.png);
}

div#content {
	width:				916px;
	min-height:			400px;
	background:			white;
 	float:				left;
}

div#content_left {
	width:				617px;
	float:				left;
	min-height:			400px;
	padding:			25px;
	overflow:			visible;
}

div#content_left_main {
	width:				300px;
	float:				left;
	min-height:			400px;
	padding:			25px;
	overflow:			visible;
}

div#content_right_main {
	width:				200px;
	float:				right;
	min-height:			400px;
	padding:			25px;
	overflow:			visible;
}

div#content_right {
	width:				219px;
	min-height:			400px;
	float:				left;
	position:			relative;
	top:				-30px;
	padding:			15px;
	background-color: #fff;
	background-image: url(../gfx/gfx_line_vertical.png);
	background-repeat: repeat-y;
	background-position: left;
}

div.footer_row {
	height:				25px;
	background:			#fff;
}

div.footer_row_left_column {
	width:				667px;
	float:				left;
	height:				25px;
	background:			#fff;
}

div.footer_menu {
	float:left;
	width:606px;
	height:30px;
	margin-left: 30px;
	text-align: center;
	vertical-align: middle;
}

div.footer_row_right_column {
	width:				249px;
	float:				right;
	height:				25px;
	background:			#fff;
}

