body
{
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 100%;
	height: 100%;
	font-family: Tahoma;
	font-size: 15px;
	background-color: #FFFFFF;
}

.main {
	width: 980px;
	height: 100%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.shop {
	color: #00a8a3;
}

.logostart {
	position: absolute;
	left: 360px;
	top: 350px;
	z-index: 1066;
}


.catfoto {
	height: 30%;
	width: 100%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.catfoto2 {
	vertical-align: middle;
}

.linkerhoek {
	vertical-align: bottom;
	text-align: left;
}

.rechterhoek {
	vertical-align: bottom;
	text-align: right;
}

.opvulling2 {
	height: 1%;
	text-align: left;
	vertical-align: middle;
}

.tekst {
	font-family: Tahoma;
	color: White;
	font-size: 12px;
}
a:link 
{
	color: #FFFFFF;
	text-decoration: none;
}    
a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
} 
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}   
a:active {
color: #FFFFFF;
text-decoration: underline;
}   

.opvulling	{
	background-color: #01acdd;
	width: 20px;
}

.nav0	{
	background-color: #01acdd;
	font-family: Tahoma;
	width: 1024px;
	color: White;
	font-size: 18px;
}

.nav1	{
	background-color: #00a8a3;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
}

.nav2	{
	background-color: #7bc147;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
}

.nav3	{
	background-color: #c4da36;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
}

.nav4	{
	background-color: #eedb3e;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
}

.nav5	{
	background-color: #e7b333;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
}

.nav6	{
	background-color: #ed8e37;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
}

.nav7	{
	background-color: #e45434;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
}


.topnav0	{
	background-color: #00a4d9;
	font-family: Tahoma;
	width: 1024px;
	color: White;
	font-size: 18px;
	vertical-align: top;	
}

.topnav1	{
	background-color: #00a09a;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
	vertical-align: top;	
}

.topnav2	{
	background-color: #70bb3d;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
	vertical-align: top;	
}

.topnav3	{
	background-color: #bed52d;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
	vertical-align: top;	
}

.topnav4	{
	background-color: #ecd734;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
	vertical-align: top;	
}

.topnav5	{
	background-color: #e4ac2a;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
	vertical-align: top;	
}

.topnav6	{
	background-color: #eb842e;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
	vertical-align: top;	
}

.topnav7	{
	background-color: #e1492b;
	font-family: Tahoma;
	color: White;
	font-size: 18px;
	vertical-align: top;
}

.onderschrift {
	background-color: #01acdd;
	font-family: Tahoma;
	color: White;
	font-size: 10px;
	text-align: center;
}

.produkt {
	background-color: #ffffff;
	width: 200px;
	height: 200px;
	text-align:center;
   display:block;
	vertical-align: middle;	 
	
}

.titelstartpagina {
	font-family: Tahoma;
	color: White;
	font-size: 40px;
}

.sub1 {
	font-family: Tahoma;
	color: White;
	font-size: 18px;
}

.sub2 {
	font-family: Tahoma;
	color: White;
	font-size: 12px;
}

.small {
	text-align: left;
	font-size: 10px;
}

.produkttekst {
	text-align: left;
	font-size: 10px;
	color: black;
}

#dhtmltooltip{
position: absolute;
width: 250px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
text-align: center;
font-size: 13px;
}

.treeview ul{
	/*CSS for Simple Tree Menu*/
	margin: 0;
	padding-right: 0px;
	padding-left: 10px;	
	width: 110px;
}

.treeview li{
	/*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: transparent none no-repeat right;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 5px;	
	margin-bottom: 3px;
	width: 140px;
}

.treeview li.submenu{
	/* Style for LI that contains sub lists (other ULs). */
	background: transparent url(closed.gif) no-repeat right;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{
	/*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	font-size: smaller;
}