/* Imports */
@import url(fonts.css);
@import url(navigation.css);
@import url(news.css);
@import url(images.css);
@import url(forms.css);
@import url(phplist.css);
@import url(search.css);
@import url(google.css);
@import url(language.css);
@import url(datepicker.css);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	background: #616161 url(../images/bg.jpg) repeat-x top left;	
}

body.editor {
	background-image: none;
	background-color: #d0d0d0;
}

.clear {
	clear: both;
}
.dummy {
	display: none;
}

div#wrapper {
	width: 100%;
	background: url(../images/bg_header.jpg) no-repeat top center;
}

/* Body */
#wrapper_inner {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 955px;
	min-height: 100%;
}
#header {
	height: 365px;
	margin: 0 auto;
	}

#homelink {
	float: left;
	margin: 20px 0 0 10px;
	background: url(../images/home.png) top left no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#homelink:hover {
	background-image: url(../images/home_a.png);
	text-decoration: none;
}

#logo {
	display: block;
	margin: 15px 20px 5px 40px;
}

#logo img {
	margin: 0;
}

#header1, #header2, #header3 {
	float: left;
	height: 250px;
}

#header1 {
	width: 300px;
}
#header2 {
	width: 300px;
	}

#header3 {
	width: 330px;
}

#wrapper_trace {
	height: 30px;
	width: 923px;
	padding: 9px 0 0 31px;
	background: url(../images/bg_trace.jpg) repeat-x top left;
}
#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
	background: url(../images/bg_body.gif) repeat-y top left;
}

#body #left, #body #right {
	float: left;
}
#body #left {
	width:240px;
	padding: 30px 23px 10px 30px;
}

#body #left #wrapper_textfield {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	width: 232px;
	margin-bottom: 10px;
} 

#body #left #textfield {
	background: #cdc7bb;
	border: 1px solid #ddd;
	padding: 10px 10px;
} 
#body #left #textfield h3, body.extra_info h3{
	font: 18px/20px Georgia, Garamond;
	margin: 5px 0 8px 0;
}
#body #left #textfield p, body.extra_info p {
	margin: 0 0 5px 0;
}

.copyright {
	width: 750px;
}

#body #right {
	width: 594px;
	padding: 30px;
	overflow-x: hidden;
	}
#footer {
	border-top: 9px solid #6d6d6d;
	position: relative;
	bottom: 0;
	width: 955px;
	height: 40px;
	margin: -40px auto 0 auto;
	background: #616161;
}
#copyright { 
	margin-top: 3px;
	float: left;
	width: 700px;
	color: #fff;
}

#copyright  p, #copyright  td,  body.copyright p {
	color: #fff;
	margin: 0;
	padding: 0;
}

#credits {
	float: right;
	width: 190px;
	margin: 10px 5px 0 0;
	text-align: right;
}

.form .button {
	border: none;
	background: #aaa url(../images/bg_button.jpg) top left repeat-x;
	padding: 3px 6px;
	color: #333;
	border: 1px solid #fff;
}

.form .button:hover {
	background-image: url(../images/bg_button_hover.jpg);
	color: #000;
}

#invalid {
	background: #dadada;
	padding-top: 10px;
}
