html, body {
	margin: 0; 
	padding: 0;
	height: 100%;
	text-align: center;
	font-size: 80%;
	}

#wrapper {
position: relative;
width: 950px;
margin: 0 auto;
min-height: 40%; /* optional */
text-align: left;
min-width: 600px; /* to allow room for images and long words */
clear: both;
border: 1px solid #ffffff;
}

/* ie hack  - layout REQUIRES a height here to work */
/* (1% will do) if no min-height is required*/
/* this it where it fails in Strict Mode */
* html #wrapper {height: 20%;} 

#header {
position: relative;
width: 950px;
margin: 0 auto;
height: 223px;
min-width: 600px; /* to match wrapper div */

Notice: Undefined index: bg in D:\www\inekevandoorn.com\www\css\overzicht.php on line 35
background: url(../ima/bg-general.jpg);
background-repeat: no-repeat;
}
/* navigatie top */

#nav1 {
	position: relative;
	z-index: 4;
	top:20px;
	}

#nav1 ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	}
	
#nav1 li { 
	position : relative;
	float : left;
	line-height : 1.6em;
	margin: 0px 1px;
	}
#nav1 li:first-child { 
	position : relative;
	float : left;
	line-height : 1.6em;
	margin: 0px 1px 0px 0px;
	}
#nav1 li a {
	display : block;
	font-family: arial, helvetica, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color : #993399;
	font-weight : bold;
	text-decoration : none;
	padding : 0px 4px 0px 4px;
	_background-color: #ffffff;
	_filter: alpha(opacity=90);
	background: url(../ima/opaque.png) 0 0;
	}
	
#nav1 li span {
	display : block;
	font-family: arial, helvetica, serif;
	font-size: 1.1em;
	color : #ffffff;
	font-weight : bold;
	padding : 0px 4px 0px 4px;
	background: url(../ima/purple.png) 0 0;}
	
#nav1 li a:hover {
	_background-color: #993399;
	_filter: alpha(opacity=90);
	background: transparent url(../ima/purple.png) 0 -18px;
	color : white;
	}		
		
/* end navigatie top */


#name {
	position: relative;
	top: 114px;
	height: 54px;
	_background-color: #993399;
	_filter: alpha(opacity=90);
	background: url(../ima/purple.png) 0 0;
	clear: both;
	}

h1 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 2.5em;
line-height: 1em;
text-align: right;
color: #66bbcc;
margin: 0px;
padding: 0px;
text-transform: uppercase;
} 
#name #imgcontainer1	{
	float: left;
	width: 220px;
	height: 54px;
	
	}
#name #imgcontainer1 h1 {
	position: absolute;
	width: 220px;
	bottom: 0px;
	right :732px;
	}	
#name #imgcontainer2	{
	float: right;
	text-align: right;
	width: 220px;
	height: 54px;
	}

#name #imgcontainer2 img {
padding: 4px 2px 0px 0px;
}
#nav3 {
position: absolute;
top: 184px;
left: 220px;
width: 438px;
height: 20px;
padding: 10px 28px 0px 28px;
text-align: left;
}

#nav3 ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	}
	
#nav3 li { 
	position : relative;
	float : left;
	line-height : 1.6em;
	margin: 0px;
	padding : 0px 0px 4px 0px;
	}
	
#nav3 li a {
	display: block;
	text-transform: uppercase;
	font-family: arial, helvetica, serif;
	font-size: 1em;
	color : #993399;
	font-weight : bold;
	line-height: .8em;
	border-right: 1px solid #993399;
	text-decoration : none;
	padding : 2px 5px 2px 4px;
	margin-right: 4px;
	}

#nav3 li:last-child a {
	border-right: none;
	}	

#nav3 li span {
	display: block;
	font-family: arial, helvetica, serif;
	font-size: 1em;
	color : #bb66aa;
	font-weight : bold;
	line-height: .8em;
	border-right: 1px solid #993399;
	padding : 2px 5px 2px 4px;
	margin-right: 4px;
	}
	
#nav3 li a:hover {
	background: #993399;
	color : white;
	}

#footer {
position: relative;
width: 950px;
margin: 0 auto;
height: 20px;
margin-top: 5px;
padding-top: 3px;
font-family: arial;
font-size: 1.1em;
font-weight: bold;
color: #993399;
border-top: 1px solid #993399;
min-width: 600px; /* to match wrapper div */
text-align: left;
}

#footer .copy {
	padding-top: 5px;
	padding-right: 5px;
	float: left;
	}

#footer a {
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: none;
	background: none;}

#apbg1 {
position: absolute;
z-index: 2;
top: 0;
bottom: 0; /* Opera needs this! Moz would automatically assume this as default*/
border-width: 0px; /* widths below */
/* height: 100%; */ /* hacked in for IE below */
}

* html #apbg1
{height: 100%; /* required by IE to inherit from wrapper (IE Hack) above*/}

#apbg1 {left: 0; }



/*
#apbg1 p {background: #b0c4de; height: 50%;}/* height to show inheritance 
#apbg2 p {background: #ddd; margin: 5px;} 
*/

/* bringing the center content into position (clear the sides)
is best using a wrapper div to avoid more IE Box Model issues */
/* navigatie links */



#nav2 { 
	padding: 8px 0px 10px 0px;
	margin: 0;
	list-style: none;
	float : left;
	width : 220px;
	background-color: #ffffff;
	
	}

	#nav2 ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 170px;
	background-color: #ffffff;
	
	}
	
	#nav2 li { 
	position : relative;
	float : left;
	line-height : 1.8em;
	margin-bottom : -1px;
	width: 220px;
	
	}
	#nav2 ul li { 
	position : relative;
	float : left;
	line-height : 1.8em;
	margin-bottom : -1px;
	width: 170px;
	}	

	#nav2 li ul { 
	position : absolute;
	left: -999em;
	margin-left : 220px;
	margin-top : -18px;
	}
	
	#nav2 li ul ul { 
	left: -999em;
	}
	
	#nav2 li a {
	display : block;
	font-family: arial, helvetica, serif;
	font-size: 1.1em;
	color : #993399;
	font-weight : bold;
	text-decoration : none;
	padding : 0px 0px 0px 4px;
	}
	
	#nav2 li span {
	display : block;
	font-family: arial, helvetica, serif;
	font-size: 1.2em;
	color : #bb66aa;
	font-weight : bold;
	padding : 18px 0px 0px 4px;
	}
	
	#nav2 li a:hover {
	color : white;
	background-color : #993399;
	}
	
	#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
	}
	
	#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul { 
	left: auto;
	}
	

	
	/* end navigatie links */


#contentwrap {
position: relative; 
padding: 0px 0px 0px 220px;
}

#content {
position: relative; /*  to enable further positioned divs inside content area */
z-index: 1; /* to make sure if long words overflow they show above the right column */ 
padding: 0px;
margin: 0px 0px 0px 28px;
}

/* IE/Win Hack for peekaboo bug */
/* hide from IE/Mac \*/
* html #content {height: 1%;} 
/* end hide */

/***** General formatting ****/
p {
margin: 0px; 
font-family: arial; 
font-size: 1.1em;
line-height: 1.5em; 
color: #666666;
}

a {
color: #993399;
text-decoration: none;
}

a:hover {
color: #ffffff;
background: #993399;
text-decoration: none;
}

h2 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
margin: 24px 0px 10px 0px; 
font-size: 2.5em; 
color: #66bbcc;
text-transform: uppercase;
}


h3 {
font-family: Arial;
margin: 0px 0px 14px 0px;
font-size: 1.6em; 
color: #666666;
}

/*
h3 a {
font-family: Arial;
margin: 0px 0px 14px 0px;
font-size: 100%; 
color: #666666;
text-decoration: none;
}
h3 a:hover {
color: #993399;
text-decoration: none;
}
*/
h4 {
margin: 0px;
font-family: Arial;
font-size: 1.1em;
line-height: 1.3em;
color: #66bbcc;
font-weight: normal;
}
h4 span {
color: #666666;
}
#disco-intro {
border-top: 1px dashed #999999;
margin: 14px 0px 14px 0px;
padding: 6px 0px;
}
/*
#disco-intro a {
margin: 0px;
padding: 0px 0px 5px 0px;
background:none;
}
*/
.viewcart {
	position: absolute;
	top: 10px;
	right: 240px;
	}
#order {
	margin-bottom: 5px;
	float: right;
	margin-right: 20px;
	width: 50px;
	}

img {
	border: none;
	}
#button {
position: relative;
float: right;
margin-right: 20px;
text-align: center;
}
#disco-intro #button a {
display: block;
margin: 0px 0px 4px 0px;
padding: 2px;
font-family: verdana;
text-transform: uppercase;
font-size: 1em;
font-weight: bold;
color: #66bbcc;
border: 1px solid #66bbcc;
text-decoration: none;
}
#disco-intro #button a:hover   {
color: #ffffff;
background-color: #66bbcc;
text-decoration: none;
}

.subkop {
display: block;
margin: 0px;
font-family: arial; 
font-size: 1.1em;
line-height: 1.5em; 
color: #66bbcc;
font-weight: bold;
text-transform: uppercase;
} 

#content a.top {
font-family: arial; 
font-size: 1em;
line-height: 2.5em; 
color: #993399;
text-decoration: none;
margin-top: 10px;
font-weight: bold;}

#content a:hover.top {
color: #ffffff;
background: #993399;
text-decoration: none;
}
#gallery-intro {
border-top: 1px dashed #999999;
margin: 14px 0px 14px 0px;
padding: 6px 0px;
}


#caption {
font-style: normal;
font-family: arial, helvetica, serif;
font-size: 1em;
color : #666666;
border-right: 1px dashed #666666;
margin: 4px 0px 0px 0px;
}
