html, body {
	height: 100%;
	margin: 0;
	padding: 0;
		overflow-x: hidden;
	overflow-y: hidden;
}

body {

}

/* z-indexes */

/* Hide elements that are not needed on high resolution screens: */

.skip {
	display: none;
}

/* #wrapper */

#wrapper {
	position: relative;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	height: 100%;
	background-image: url(../images/bovenkant.jpg);
	background-repeat: no-repeat;
}

/* #logo */

#logo {
	display: block;
	position: absolute;
	left: 52px;
	width: 290px;
	height: 110px;
	top: 0px;
}

/* Kruimelpad */
#kruimelpad {
	position: absolute;
	top: 200px;
	width: 100%;
	height: 30px;
	background-image: url(../images/achtergrond_content.gif);
	background-repeat: repeat-x;
}
#kruimelpad a {
	color: #FFFFFF;
}
#kruimelpad ul {
	padding-left: 30px;
}
#kruimelpad li {
	float: left;
	position: relative;
	list-style: none;
	list-style-image: none;
	padding: 5px;
}

/* Blok */
.blok {
	position:relative;
	padding-left: 30px;
	background-image:url(../images/secondaryblok.gif);
	background-repeat:no-repeat;
	min-height: 200px;
	color:#FFFFFF;
}
.blok img {
	border: 0;
	position:absolute;
	bottom:0px;
	left: 0px;
}

.banner {
	margin: 0px 20px;
	border: 0px;
}

/* #content */

#content {
	position: absolute;
	top: 230px;
	width: 100%;
	background-image: url(../images/content.gif);
	background-repeat: repeat-x;
}

#content .frame {
	margin: 0 20px;
}

#primaryContent {
	position: absolute;
	width: 460px;
	margin: 0 40px;
}

#bigContent {
	position: absolute;
	width: 710px;
	margin: 0 40px;
	background-image: url(../images/bigcontent.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


body.home #secondaryContent,
body.home #tertiaryContent {
	background-color: #e7e7e7;
	background-image: url(../images/secondarycontent.gif);
	background-repeat: repeat-x;
	position: absolute;
	width: 250px;
}

#secondaryContent {
	position: absolute;
	left: 500px;
}

#tertiaryContent {
	position: absolute;
	left: 750px;
}

body.home #tertiaryContent {
	left: 750px;
	width: 250px;
}

body.home #tertiaryContent h2 {
	font-weight: bold;
}

body.home #tertiaryContent li,
body.home #tertiaryContent ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

body.home #tertiaryContent li {
	line-height: 1.3em;
	width: 100%;
 	margin: 0 1% 4px 0;
	float: left;
}

#tertiaryContent li img	{
	display: none;
}
#tertiaryContent li a	{
	color:#FFFFFF;
	padding-left: 20px;
	background-image: url(../images/rondje.gif);
	background-repeat:no-repeat;
}

body.home #tertiaryContent li img {
	display: block;
	float: left;
	margin: 0 8px 0 0;
}

/* #ul_categories */

#ul_categories {
/*	line-height: 1.5em;*/
}


#ul_categories a {
	color: black;
}


/* #menu */

#menu {
	width: auto;
	position:absolute;
	float: right;
	right: 60px;
	top: 10px;
}

#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a, #menu h2, #menu h3 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	margin: 0;
	padding: 3px 3px;
}

#menu h2 {
	color: #fff;
}
#menu h3 {
	color: #ff9900;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
}

#menu a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
}

#menu a:hover {
	color: #ff9900;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu ul li a:hover,
#page_home #mi_home a, {
	font-weight: bold;
}



#tertiaryContent .frame .blok
{
	min-height: 330px;
}
