* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
}
html, body {
	height: 100%;
}
body {
	font: 11px Verdana;
	background-color: #fff6ff;
}
div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
ul#topmenu {
	width: 868px;
	margin: 0px auto;
	height: 20px;
}
ul#topmenu li {
	float: left;
	width: 20%;
	text-align: left;
	padding-top: 3px;
}
ul#topmenu li a {
	color: #ff0000;
	text-decoration: none;
}
div#header h1 {
	background: url(../images/logo.png) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
	height: 100px;
}
/*h1,h2,h3,h4,h5,p {
	margin: 0.5em 0;
}*/
div#inner {
	min-height: 700px;
	height: auto !important;
	height: 700px;
}
div#content {
	background: url(http://www.sandersoptiek.nl/imgs/bg001.jpg) repeat top left;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	height: 430px;
	overflow: auto;
	margin-bottom: 30px;
}
div#wrap {
	width: 868px;
	margin: 0px auto;
	height: 430px;
}
div#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #000080;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
height: 100px;
text-align: center;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
text-decoration: none;
color: #000080;
text-transform: lowercase;
}
.suckertreemenu ul li a:hover {
	color: #ff0000;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
padding-top: 5px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
text-decoration: none;
text-align: left;
color: #ff0000;
}
.suckertreemenu ul li ul li a:hover {
	color: #000080;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */