@charset "UTF-8";
/* CSS Document */
body,html {
	background: #dede44 url(../images/body2.png) top center repeat-y;
	height: 100%;
	min-height: 100%;
}
#wrapper{
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%;
	background: none;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 190px;
	background: none;
	width: 100%;
	z-index: 10;
}
#headerinner {
	position: relative;
	height: 190px;
	background: none;
	width: 960px;
	left: 50%;
	top: 0;
	margin-left: -480px;
}
#header h1 a {
	text-indent: -2000px;
	background: url(../images/header.png) top left no-repeat;
	width: 960px;
	height: 190px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#languagemenu {
	position: absolute;
	top: 5px;
	left: 30px;
}
#usermenu {
	position: absolute;
	right: 30px;
	top: 5px;
}
#infomenu {
	position: absolute;
	left: 30px;
	bottom: 2px;
}
#searchform {
	position: absolute;
	right: 30px;
	bottom: 3px;
}
#categorymenu {
	position: absolute;
	top: 0;
	left: 0;
}
#body {
	background: #000 url("../images/bckgrnd2.jpg") 100% 190px repeat-y;
	/*background: #000;*/
	width: 960px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -480px;
	padding: 190px 0 130px 0;
}
#left {
	float: left;
	margin: 30px;
	width: 200px;
	background: #981414 url("../images/menu_background.png") -25px 100%  no-repeat;
	padding-bottom: 100px;
}
#twocolumncontent {
	float: right;
	margin: 30px 30px 30px 0;
	width: 670px;
}
#threecolumncontent {
	margin: 15px 30px;
	width: 900px;
}
#content {
	float: left;
	margin: 15px 0;
	width: 500px;
}
#twocolumncontentleft {
	float: left;
	margin: 15px 15px 15px 30px;
	width: 700px;
}
#right {
	float: left;
	margin: 15px 0;
	width: 185px;
}
#footer {
	position: absolute;
	height: 130px;
	background: url(../images/footer.png) bottom left repeat-x;
	width: 100%;
	bottom: 0;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}
#newletterform {
	position: absolute;
	right: 30px;
	bottom: 104px;
}
#footermenu {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 74px;
}
#copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 47px;
}
#signature {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
}