body, html {
	height: 100%;
}
/* general page layout */

div#layout { /* exploder 5.5+ */
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	text-align: center;
}
* > div#layout { /* normal browsers */
	min-width: 1000px;
	min-height: 575px;
	width: 100%;
	height: 100%;
}
div#container {
	width: 1000px;
	height: 575px;
	position: relative;
	top: 0%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#container div.left {
	position: absolute;
	height: 575px;
	left: -1000px;
	top: 0px;
	width: 1000px;;
	background: transparent url("/fileadmin/template/html/main/img/background/background_home_left.png") repeat-x right top;
}
div#container div.right {
	position: absolute;
	height: 575px;
	right: -1000px;
	top: 0px;
	width: 1000px;;
	background-color: red;
	background: transparent url("/fileadmin/template/html/main/img/background/background_home_right.png") repeat-x 45px top;
}
div#container div.bottom {
	width: 1000px;;
	position: absolute;
	left: 0px;
	bottom: -1000px;
	height: 1000px;
}
div#container div.bottom-right {
	position: absolute;
	right: -1000px;
	bottom: -1000px;
	width: 1000px;
	height: 1000px;
}

div#container div.bottom-left {
	position: absolute;
	left: -1000px;
	bottom: -1000px;
	width: 1000px;
	height: 1000px;
}

div#footer {
	position: absolute;
	top: 575px;
	border-top: 2px dotted #EC740F;
	margin-top: 5px;
	padding-top: 5px;
	width: 100%;
	text-align: center;
}
div#footer .wrapper {
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}

div#main {
	width: 1000px;
	height: 575px;
	background-color: #FFFFFF;
	display: inline-block;*/
	position: relative;
	background: transparent url("/fileadmin/template/html/main/img/background/background_home_midden.png") no-repeat left top;
	font-size: 1.1em;
	line-height: 1.4em;
}
#logo_groot {
	position: absolute;
	right: -10px;
	top: 50px;
	z-index:1000;
	zoom: 1;
}
#header_navigation {
	float: right;
	height: 35px;
	padding-top: 14px;
}
#header_navigation ul {
	margin-right: 28px;
}
#header_navigation ul li {
	float: left;
	background: transparent url("/fileadmin/template/html/main/img/nav_spacer.gif") no-repeat right 1px;
	padding-right: 4px;
	margin-left: 4px;
	padding-bottom: 2px;
}
#header_navigation ul li.last {
	background: none;
}
#header_navigation a {
	text-decoration: none;
	color: #414141;
	padding: 2px 8px;
}
#header_navigation a:hover {
	background-color: #ec740f;
	color: #FFFFFF;
}
#content {
	clear: both;
}
.payoff {
	float: left;
	font-size: 1.27em;
	color: #D21242
}
#footer {
}
#footer_navigation {
	float: right;
	text-align: right;
}
#footer_navigation ul {
	margin-top: 3px;

}
#footer_navigation ul li {
	float: left;
	padding-right: 4px;
	margin-left: 4px;
	padding-bottom: 2px;
	background: transparent url(/fileadmin/template/html/main/img/nav_spacer.gif) no-repeat scroll right top;
}
#footer_navigation ul li.last {
	background: none;
}
#footer_navigation a {
	text-decoration: none;
	color: #414141;
	padding: 2px 8px;
}
#footer_navigation a:hover {
	background-color: #ec740f;
	color: #FFFFFF;
}
/* kat bij aanmelden */
#cat {
	position: absolute;
	bottom: 5px;
	left: 195px;
}
#plant {
	position: absolute;
	top: 170px;
	left: -170px;
}