html,body{
	font-family: Verdana;
	padding-top: 15px;
	background: url('content/logo2.png') repeat center;
	background-color: #EEF9E5;
	
}
#container{
	width: 1024px;
	margin: 0 auto;
	background: #FFF;
}
#header_pic{
	height: 140px;
	width: 100%;
	clear: both;
}
	div#header_pic div#logo{
		background: url('content/logo.png') repeat left;
		height: 140px;
		width: 100%;
		float: left;
		position: relative;
		background-color: transparent;
		z-index: 3;
		}
#fade{
	position: absolute;
	height: 140px;
}
#header{
	width: 100%;
	height: 170px;
}
#container_menu{
	height: 87px;
	margin: 0 auto;
	text-align: right;
	height: 30px;
	width: 100%;
	margin-bottom: 1px;
}
#pagetitle{
	background: url("content/menu_back.png");
	height: 24px;
	color: #FF0000;
	text-align: left;
	font: normal normal normal 14px Verdana;
	color: #FFF;
	margin-top: 1px;
	padding-top: 6px;
	padding-left: 20px;
}
#menu
{	padding: 0px;
	margin: 0;
	height: 30px;
	width: 100%;
	background: url('content/menu_back.png');
	z-index: 4;
	}
	
	#menu li
	{	float: left;
		list-style: none;
		font: 10px Verdana, Arial;
        z-index: 4;
	}
		

	#menu li a
	{	display: block;
		background: url('content/menu_back.png');
		padding: 9px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: auto;
		color: #EAFFED;
		white-space: nowrap;
        z-index: 4;
        }

	#menu li a:hover
	{	background: #000;
        z-index: 4;
	}
		
		#menu li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			text-align: left;
            z-index: 4;}
		
		#menu li ul li
		{	float: none;
			display: inline;
            z-index: 4;
		}
		
		#menu li ul li a
		{	width: auto;
			background: url('content/menu_back.png');
			font: 10px Verdana, Arial;
			z-index: 4;
			}
		
		#menu li ul li a:hover
		{	background: #000;
            z-index: 4;}
#content{
	background: url('content/content_back.png') repeat right;
	min-height: 455px;
	width: 100%;
}
#product_page{
	width: 100%;
	height: 345px;
	overflow: hidden;
}
#text{
	width: 455px;
	padding: 20px;
	height: 380px;
	font: 13px Verdana;
	text-align: justify;
	color: #FFF;
	overflow: auto;
}
#product_text{
	width: 455px;
	height: 100%;
	padding: 20px;
	font: 13px Verdana;
	text-align: justify;
	color: #FFF;
	overflow: auto;
	float: left;
}
#products_view{
	width: 500px;
	height: 100%;
	margin-top: 10px;
	float: left;
}
.product_view{
	float: left;
	margin: 2px;
}
.product_view a{
	float:left;
	background-color:#fff;
	cursor:pointer;
	width:120px;
	height:120px;
	overflow: hidden;
}
.product_view img{
	float:left;
	background-color:transparant;
	max-width: 152%;
	max-height:152%;
	margin: 1px;
	border: 0px;
	margin:0px;
}
.product_view .name{
	color: #FFF;
	text-align: left;
	font: normal normal normal 10px Verdana;
	background-color: #3B7144;
	width: 120px;
	border: 0px;
}
#brand{
	width: 1022px;
	height: 45px;
	border: 1px solid #000;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
	font-family: Arial sans serif;
	font-size: 18pt;
	padding-top: 10px;
	
}
#footerimage{
	background: url("content/menu_back.png");
	height: 100px;
	}
#footer{
	background: url("content/menu_back.png");
	height: 24px;
	color: #FF0000;
	text-align: left;
	font: normal normal normal 10px Verdana;
	color: #FFF;
	margin-top: 1px;
	padding-top: 6px;
	padding-left: 10px;
}
#footer a{
	color: #F7F7F7;
	text-decoration: none;
	font: 10px Verdana;
}
.items{
	text-align: center;
}
/************************************
Menu beheer
************************************/
#container_beheer{
	width: 1024px;
	margin: 0 auto;
	background: #000;
	height: 100%;
}
#container_beheer #text{
	width: 455px;
	padding: 20px;
	height: 100%;
	font: 11px Verdana;
	text-align: justify;
	color: #FFF;
}
#beheer{
	width: 95%;
	margin: auto;
	height: auto;
	font: 11px Verdana;
	text-align: justify;
	color: #FFF;
}
#bewerken #product_overzicht{
	height: 100%;
}
#content_beheer{
	background-color: #333;
	height: 2000px;
	width: 100%;
}
#toevoegen{
	float: left;
	width: 200px;
}
#overzicht{
	float: left;
	margin: 0 auto;
	width: 200px;
}
#others{
	float:left;
	width: 200px;
}
	#others a{
		text-decoration: underline;
		color: #FFF;
	}
#bewerken{
	width: 100%;
	margin-top: 20px;
	height: auto;
}
.products{
	width: 198px;
	height: auto;
	border: 0px solid #FFF;
	color: #FFF;
	text-align: left;
	margin: 2px;
	overflow: hidden;
	float: left;
}
.products .buttons{
	text-decoration:none;
	border: none;
}
.products .product_img{
	max-width: 150%;
	max-height: 150%;
    height: 200px;
	text-align: center;
}
.products a{
	text-decoration: none;
	color: #FFF;
}
#edit_prod img{
	width: 198px;
	height: 198px;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: left; 
	margin: 2px;
	overflow: hidden;
}
.submenu{
	margin-left: 20px;
	font-style: italic;
}

/* trigger button */ 
.editmenu { 
    /*background:transparent url(content/download.png) no-repeat scroll 0 0; */
    cursor:pointer; 
} 
 
/* mouseover state */ 
.editmenu:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
.editmenu:focus { 
    background-position:0 -88px; 
} 
 
/* tooltip styling */ 
.tooltip { 
    display:none; 
    background:url(content/black_arrow_big.png) no-repeat; 
    height:40px; 
    padding:0px 0px 20px 0px; 
    width:250px; 
    font-size:11px; 
    color:#fff;
	text-align: center;
} 
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}
.tooltipTitle{
	color:#000;
	font-size: 14px;
	font-family: Verdana;
	margin-top: 2px;
	font-weight: bold;
}
/* HEADER SLIDESHOW */
#slideshowContainer{
	padding: 0px;
	margin:	0px;
}
#slideshow {
    position:relative;
    height:140px;
	margin: 0px;
	float: left;
	z-index: 0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	margin: 0px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	margin: 0px;
}

#slideshow IMG.last-active {
    z-index:9;
}



