/* ----------Base-------------- */
body {
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #d9d9d9;
	font-size:62.5%;
	color:#8F8F8F;  
	padding:20px;
	margin:0px;
	text-align: center;
	font-size: 62.5%
}

a {
text-decoration:none;
	color: #570B57;
}
a:hover, a:visited {
	color: #696969;
}

#content { 	
	text-align: justify;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 832px;
}

#wrapper { 	
	width: 832px;
	background-color: #ffffff;
	border: 1px solid #6f6f6f;
}

#header {
	height: 114px;
	width: 832px;
	background: #ffffff url(../menu/header.png) no-repeat;
}

#text {
	padding: 25px;
	min-height:300px;
	height:auto !important;
	height:300px;
	font-size: 1.5em;
	line-height: 1.5;
}

#footer {
	text-align: left;
	vertical-align: middle;
	font-size: 1.3em;
	padding-top: 4px;
}
.plaatje{
	border-top: 1px solid #cecece;
	margin: 0px;
	padding: 0px;
}
.concept{
	border: 1px solid #cecece;
	margin: 20px 0 10px 60px;
	padding: 0px;
	height: 229px;
}

.graph{
	border: 0;
	padding: 0;
}

.graph td{
	background-color: #fff;
	border: 0;
	padding: 0;
}

.graph tr{
	padding: 10px;
}

.graph tr:hover, .graph tr:hover td{
	background-color: #fff;
}

.bar {
	background-color: #eee;
	text-align: right;
	width: 400px;
}

.bar div { 
	border-top: solid 2px #E9F5AF;
	background-color: #CBD889;
	border-bottom: solid 2px #B2BD7D;
	text-align: right;
	color: white;
	float: left;
	padding: 0;
	height: 1em;
}

td.percentagelabel{
	padding-left: 20px;
}


/* ----------end Base-------------- */

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #333; background:#eee;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:500px;
	color: #333;
    text-align: left;
    font-weight: normal;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 8px 10px; 
	background-color: #eee;
	border: 1px solid #333;
}

/* ---------- begin sIFR -------------- */


h1 {
	z-index: -1;
	display: inline;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/* ---------- end sIFR -------------- */

/* ----------menu-------------- */
ul#navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width: 832px;
	height: 44px;
	background: #566171 url(../menu/menu-over.png) no-repeat;
}

a#navigation, a:link#navigation, a:visited#navigation {
	text-decoration: none;
}


ul#navigation li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

ul#navigation li a {
	border: 0;
	display: block;
	height:44px;
	background: url(../menu/menu.png) no-repeat;
}

ul#navigation li a:hover {
	border: 0;
	display: block;
	background-image: url(../menu/menu-over.png);
}	
	

li#wow-gevoel a {
	width: 215px;
 }

li#bedrijf a {
	width: 130px;
}

li#bedrijf a:link,
li#bedrijf a:visited,
li#bedrijf a:hover {
	background-position: -215px 0px;
}

li#assortiment a {
	width: 145px;
}

li#assortiment a:link,
li#assortiment a:visited,
li#assortiment a:hover {	
	background-position: -345px 0px;
}


li#bestellen a {
	width: 110px;
}

li#bestellen a:link, 
li#bestellen a:visited, 
li#bestellen a:hover {	
	background-position: -490px 0px;
}

li#contact a {
	width: 106px;
}

li#contact a:link, 
li#contact a:visited, 
li#contact a:hover {	
	background-position: -600px 0px;
}

li#partners a {
	width: 126px;
}

li#partners a:link,
li#partners a:visited, 
li#partners a:hover {	
	background-position: -706px 0px;
}
/* ----------end menu-------------- */

