@charset "utf-8";
/* CSS Document */

/******************
HTML Tags
******************/

html, body {
	margin:0; 
	padding:0;
	background-color:#fff;
	background: url(../img/body-bg.png) repeat-y center;
	text-align:center;
}

html {
	overflow-y: scroll; /* force scrollbar for ff */
}

p {
	margin:0;
}

img {
	border:0;
}


/******************
HEADINGS
******************/

h1 {
	color:#FF6600;
	font-size:1em;
	margin:0;
	letter-spacing:1px;
}

h2 {
	color:#FF6600;
	font-size:0.95em;
	margin:0;
}

/******************
LINKS
******************/

a:link {
	color:#666666;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#FF6600;
}

a:active {
	color:#666666;
}

/******************
LAYOUT DIVS
******************/

#page-01 {
	position:relative;
	width:1003px;
	text-align:left;
	margin: 0 auto;
}

#page-02 {
	position:absolute;
	width:1002px;
	left:-2px; /* nodig voor uitlijning achtergrond */
}

#header {
	height:255px;
}

#leftmenu {
	position:absolute;
	top:274px;
	left:34px;
	width:234px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight:bold;
	color:#666666;
}

#home {
	position:absolute;
	top:3px;
	left:956px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight:bold;
	letter-spacing:1px;
}

#infopanel-container {
	position:absolute;
	z-index:2;
	top:22px;
	left:6px;
	height: 120px;
}

#infopanel {
	visibility: hidden;
}

#content-01 {
	position:absolute;
	top:293px;
	left:334px;
	width:650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color:#666666;
	line-height:19px;
}

#content-02 {
	width:640px;
}

#footer {
	text-align:right;
	margin:14px 0 14px 0;
}

#bestellen {
	width:300px;
	text-align:center;
	padding:1px;
	background-color:#F0F0F0;
	border:1px solid #FF6600;
}



/******************
PAGE / STYLE DIVS
******************/

#heading1 {
	margin-bottom:6px;
	border-bottom:1px solid #FF6600;
	font-weight:bold;
	letter-spacing:1px;
	color:#FF6600;
}

/******************
LISTS
******************/

#leftmenu ul {
	margin:20px 0 0 0;
	padding:0;
	list-style-type: none;
	border-top:1px solid #D9D9D9;
}

#leftmenu li {
	padding:0;
	background: url(../img/menu-left-bg.png) no-repeat right;
	border-bottom:1px solid #D9D9D9;
}


#leftmenu a {
	padding: 12px 0 12px 4px;
	display:block;
	letter-spacing:1px;
	text-decoration:none;
}

#leftmenu #current a {
	color:#FF6600;
}


#voordelen-list p {
	clear:both;
	margin-top:12px;
}

#voordelen-list img {
	margin:2px 10px 16px 5px;
	float:left;
}

/******************
FORM STYLES
******************/

form {
	margin:0;
}

fieldset {
	width:560px;
}

legend {
	color:#FF6600;
}

input, select {
	font-size:.95em;
	color:#666666;	
}

/******************
TABLE STYLES
******************/

/*** product overzicht tabel ***/

#pro-tabel {
}

#pro-tabel td {
	font-size:.95em;
	vertical-align:top;
}

.proline {
	border-left:1px dotted #FF6600;
}

/*** webshop standaard tabel ***/

#ws-tabel {
}

#ws-tabel td {
	font-size:.95em;
	vertical-align:top;
}


.line {
border-top: 1px solid #FF6600;
}

.line2 {
border-top: 1px solid #FF6600;
border-bottom: 1px solid #FF6600;
}

/******************
ID'S & CLASSES
******************/

#home a {
	color: #FFFFFF;
}

#home a:hover {
	color: #FF6600;
}

#verzendzegel {
	float:left;
	margin:4px 15px 10px 15px;
}

#headerimg {
	margin-bottom:10px;
}

#kader {
	border:1px dotted #FF6600;
	padding:10px 20px;
	line-height:20px;
	background: url(../img/kader-bg.png) repeat-x;
}

#hr-01 {
	margin:12px 0;
	border-top:1px solid #D9D9D9;
}

.oranje {
	color: #FF6600;
}

#orjlink a {
	color: #FF6600;
}

#orjlink a:hover {
	text-decoration:none;
}

.smalltext {
	font-size:.95em;
}

/* SpryTooltip.css - version 0.1 - Spry Pre-Release 1.5 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}