/* 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(datepicker.css);
@import url(search.css);
@import url(google.css);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
body {
	background: #e8e4d8 url(../images/bg.jpg) top left repeat-x;
}
.clear {
	clear: both;
}
.dummy {
	display: none;
}

/* Body */
#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 960px;
	min-height: 100%;
}

#wrapper_left {
	width: 340px;
	float: left;
}

#wrapper_right {
	padding-left: 25px;
	width: 585px;
	float: left;
}

#wrapper_search {
	width: 340px;
	height: 45px;
	background: url(../images/bg_search.png) top left repeat-x;
}

#header {
	height: 286px;
	margin-bottom: 34px;
	overflow-y:hidden;
}

#main {
	min-height: 350px;
	height: auto;
	_height: 350px;
	overflow-x:hidden;
	width: 590px;
	margin-bottom: 15px;
	}

#flags {
	float: left;
	padding: 8px 0 0 5px;
}

#flags img {
	margin: 0 5px;
}

#footer {
	background: url(../images/bg_footer.jpg) top center no-repeat;
	padding-top: 15px;
	text-align: center;
	width: 580px;
	height: 70px;

}
#footer td {
	color: #7b7b7b;
}

#credits {
	float: right;
	text-align: right;
	margin-top: 8px;
	color: #b2a890;
}

#credits a {
	color: #a29880;
	font-weight: bold;
}

#credits a:hover {
	color: #827860;
	text-decoration: none;
}

.wb_button {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cbcbbe;
	border-left: 1px solid #dbdbce;
	border-right: 1px solid #dbdbce;
	padding: 4px 6px;
	display: block;
	float: left;
	color: #888;
	margin: 0 4px;
}

.wb_button:hover {
	color: #444;
	background: #e2d8c0;
	text-decoration: none;
}

#page-navigation .right .wb_button {
	float: right;
}