body {
	background-color: #5BBF1F;
	font-family: arial;
	font-size: 12px;
	color: #2A3136;
}

/* Defaults */
h1 {
	color: #5BBF1F;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #5BBF1F;
	margin: 0;
	padding: 0;
}

h2 span:first-child {
	color: #2A3136;
}

h3 {
	color: #5BBF1F;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

h4 {
	color: #5BBF1F;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

a {
	color: #009CDE;
}

a:hover {
	color: #2A3136;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 17px;
	list-style-image: url('images/bullet.png');
}

li {
	line-height: 20px;
	padding-left: 5px;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ADDF8F;
	margin: 15px 0;
}

img {
	border: 0;
}

table.shop {
	background-color: #EEF8E8;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table.shop td {
	border-bottom: 1px solid #ADDF8F;
}

table.shop tr.top td {
	border-top: 1px solid #ADDF8F;
}

table.shop td.totaal {
	font-size: 14px;
	font-weight: bold;
}

table.shop tr.totaal td {
	font-weight: bold;
	border: 0;
}

table.shop th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

table {
	background-color: #FFFFFF;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	zborder-bottom: 1px solid #ADDF8F;
}

tr.top td {
	zborder-top: 1px solid #ADDF8F;
}

td.totaal {
	zfont-size: 14px;
	zfont-weight: bold;
}

tr.totaal td {
	zfont-weight: bold;
	zborder: 0;
}

th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

.clearer {
	clear: both;
	height: 0;
	font-size: 0;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.fleft_image {
	float: left;
	margin-right: 20px;
}


/* Forms */
form {
	margin: 0;
}

label {
	display: block;
	height: 19px;
	line-height: 19px;
	width: 150px;
	float: left;
	margin: 4px 5px 4px 8px;
}

label.auto {
	width: auto !important;
}

label.nrlabel {
	width: 15px;
}

input {
	zdisplay: block;
	font-size: 11px;
	font-family: arial;
}

select {
	float: left;
	margin: 4px 10px 5px 0;
	display: block;
	min-width: 50px;
	font-size: 11px;
}

input[type='radio'] {
	float: left;
}

input[type='submit'], input[type='button'] {
	border: 0;
	background: url('images/btn_small.png');
	width: 68px;
	height: 19px;
	line-height: 14px;
	color: #ffffff;
	text-align: left;
	padding: 2px 5px 3px 7px;
	overflow: visible;
}

input[type='submit'].btn_bestel_left, input[type='button'].btn_bestel_left, input[type='submit'].btn_bestel_right, input[type='button'].btn_bestel_right {
	width: 95px;
	height: 18px;
	line-height: 18px;
}

input[type='submit'].btn_bestel_left, input[type='button'].btn_bestel_left {
	background: url('images/btn_bestel_left.png');
	text-indent: 10px;
}

input[type='submit'].btn_bestel_right, input[type='button'].btn_bestel_right {
	background: url('images/btn_bestel_right.png');
}

form span input[type='text'], input[type='password'] {
	height: 14px;
	padding: 0;
	margin: 0 8px;
	margin-top: 2px;
	border: 0;
	background-color: transparent;
}

form span {
	background: url('images/input_default.png');
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 4px 0;
	height: 19px;
}

form span.small input {
	width: 26px;
}

form span.medium input {
	width: 62px;
}

form span.normal input {
	width: 172px;
}

form span.large input {
	width: 242px;
}


form span.small {
	background-image: url('images/input_small.png');
	width: 41px;
}

form span.medium {
	background-image: url('images/input_medium.png');
	width: 77px;
}

form span.normal {
	background-image: url('images/input_normal.png');
	width: 187px;
}

form span.large {
	background-image: url('images/input_large.png');
	width: 257px;
}

.green {
	background-color: #EEF8E8;
}

.details {
	padding: 10px;
}

/* Container block */
#container {
	width: 967px;
	margin: 20px auto 0 auto;
	position: relative;
}

#top_border {
	background: url('images/border_top.png');
	height: 13px;
	width: 967px;
}

#bottom_border {
	background: url('images/border_bottom.png');
	height: 9px;
	width: 967px;
}

/* Container content */
#body_container {
	background-image: url('images/background.png');
	background-repeat: repeat-y;
}

/* Header */
#header {
	padding: 10px 30px;
	margin-bottom: 10px;
}

#logo {
	float: left;
	background: url('images/logo-background.jpg');
	width: 429px;
	height: 40px;
}

#zoeken {
	float: right;
}

#zoeken input[type='submit'], #zoeken input[type='button'] {
	float: left;
	margin: 4px 0;
}

/* Menu */
#menu {
	height: 28px;
	background-color: #009DE0;
	background-image: url('images/menu_background.png');
	background-repeat: repeat-x;
	margin: 0 3px;
}

#menu a {
	display: block;
	float: left;
	width: 80px;
	line-height: 28px;
	height: 28px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover, #menu a.active {
	color: #2A3136;
	background: url('images/menu_hover.png');
	background-repeat: no-repeat;
	background-position: top center;
}

/* Content */
#body_content {
	padding: 15px 15px 15px 30px;
}

#content {
	width: 629px;
	float: left;
	border-right: 1px solid #ADDF8F;
	padding-right: 20px;
	padding-bottom: 20px;
	position: relative;
}

#content h2.list_indent {
	margin-left: 22px;
}

#content p {
	line-height: 20px;
	margin: 0;
	margin-bottom: 15px;
}

#content .highlight_orange {
	color: #FF6C00;
	font-weight: bold;
}

#content a.meer_info {
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url('images/btn_go');
	background-position: right;
	background-repeat: no-repeat;
	height: 21px;
	line-height: 21px;
}

#content .main {
	font-size: 14px;
}

/* Sidebar */
#sidebar {
	width: 244px;
	float: right;
	padding-left: 20px;
	font-size: 11px;
	line-height: 16px;
	position: relative;
}

#sidebar .side_block {
	padding: 0 10px;
}

#sidebar .highlight {
	color: #009EE1;
	font-size: 14px;
	font-weight: bold;
}

#sidebar .highlight_block {
	background-color: #EEF8E8;
	padding: 5px;
}

/* Bestel stappen */
.order_left {
	float: left;
	border-right: 1px solid #ADDF8F;
	width: 220px;
}

.order_right {
	float: right;
	width: 368px;
	padding: 0 20px;
}

.product {
	width: 100px;
	height: 120px;
	float: left;
	text-align: center;
	font-size: 11px;
}

/* Contact */
#contact {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 254px;
	padding-bottom: 30px;
	font-size: 10px;
}


/* Wijzigingen: zaken die designer niet kon weten */

#blogPointer
{
	height: 13px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	font-size: 11px;
	background: #f4f4f4;
}

#blogPointer a
{
	text-decoration: none;
}

#forumPagePointer
{
	height: 13px;
	margin: 5px;
	padding: 5px;
	font-size: 11px;
	background: #f4f4f4;
}

#forumPagePointer a
{
	text-decoration: none;
}

#messageThread
{
}

#messageThread span
{
	background: none;

}

#messageThread a
{
	cursor: pointer;
}

#messageThread #date
{
	font-size: 90%;
	margin-bottom: 5px;
}

#messageThread #quote
{
	font-family: arial;
	font-size: 11px;
	font-style:italic;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	background: #f3f3f3;
	xborder: 1px solid #ffd500;
}

#messageThread .quotes
{
	font-size: 120%;
}

#messageThread .backPointer
{
	cursor: hand;
	font-family: arial;
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
	padding: 5px;
	background: #f3f3f3;
	border: 1px solid #bebebe;
}



#content_manage {
	float: left;
	position: relative;
}

#content_manage p {
	margin: 0;
	margin-bottom: 15px;
	height: 100%;
}

#content_manage .main {
	font-size: 13px;
}

#content_manage form span {
	background: none;
	display: block;
	float: left;
	margin: 4px 0;
	height: 100%;
}

#content_manage input[type='radio'] {
	float: none;
}

#content_manage select {
	float: none;
	margin: 4px 10px 5px 0;
	display: inline;
	min-width: 50px;
	font-size: 11px;
}

#content_manage span input[type='image'] {
	float: none;
	display: inline;
	border: 0;
	color: #ffffff;
	text-align: left;
	padding: 2px 5px 3px 7px;
}

#footer {
	text-align: center;
	color: white;
}

#footer A {
	color: white;
}
/* Oude stijlblad */


.imageright
{
	float:right;
	clear:both;
	display:block;
	padding:5;
	margin-left: 10px; 
}

.imageleft
{
	float:left;
	clear:both;
	display:block;
	padding:0;
	margin-right: 10px; 
}

.niceTable
{
	width: 100%;
	padding: 3px;
	border: 1px solid #7bc248;
}

.niceTable th
{
	background: #00AEEF;
	color: white;
	font-family: verdana, arial;
}

.niceTable .a
{
	padding: 3px;
	color: white;
	background: #00AEEF;
}

.niceTable .a A
{
	color: white;
	text-decoration: none;
}

.niceTable .b
{
	padding: 3px;
	color: white;
	background: #7bc248;
}

.niceTable .b A
{
	color: white;
	text-decoration: none;
}

.niceTable .c
{
	padding: 3px;
	color: black;
	background: #ffff00;
}

.niceTable .c A
{
	color: black;
	text-decoration: none;
}




.mark
{
	background: yellow;
}




.forumTopBar
{
	background: #ADDF8F;
}

.forumTopBar td
{
	font-size: 90%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.forumParentSectionHeader
{
	border-top: 1px solid #5BBF1F;
	padding: 2px;
	color: #5BBF1F;
	font-weight: bolder;
	font-size: 120%;
}

.forumParentSectionDescription
{
	padding: 2px;
	color: #444444;
	font-size: 100%;
}


.forumSectionHeader
{
	padding: 2px;
	font-weight: bolder;
	font-size: 110%;
}

.forumSectionHeaderMessageCount
{
	font-size: 90%;
	font-weight: normal;
}
.forumSectionHeader A
{
	color: #009CDE;
	font-size: 110%;
}

.forumSectionDescription
{
	padding: 2px;
	color: black;
	font-size: 90%;
}

.forumTable
{
	padding: 0px;
	padding-right: 2px;
}

.forumTable th
{
	background: #7bc248;
	color: #ffffff;
	text-align: left;
	font-family: verdana, arial;
	border-right: 1px dotted #7bc248;
	border-bottom: 1px dotted #7bc248;
}

.forumTable th a
{
	color: white;
}

.forumTable td
{
	border-right: 1px dotted #7bc248;
	padding-bottom: 2px;
	zcolor: #ADDF8F;
	font-size: 90%;
}

.forumTable td a
{
//	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #ADDF8F;
	
}

.shipmentTable
{
	border: 2px solid #ffc200;
	padding: 0px;
	padding-right: 2px;
}

.shipmentTable th
{
	font-size: 80%;
	background: #ffc200;
	color: #ffffff;
	text-align: left;
	font-family: verdana, arial;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}

.shipmentTable th a
{
	color: white;
}

.shipmentTable td
{
	padding: 4px;
	font-size: 80%;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}


.saldoTable
{
	border: 2px solid #7bc248;
	padding: 0px;
}

.saldoTable th
{
	font-family: courier;
	background: #7bc248;
	color: #ffffff;
	text-align: left;
	border-right: 1px dotted #7bc248;
	border-bottom: 1px dotted #7bc248;
}

.saldoTable td
{
	font-family: courier;
	border-right: 1px dotted #7bc248;
	border-bottom: 1px dotted #7bc248;
}


.credit
{
	background: #7bc248;
	color: white;
}

.debit
{
	background: red;
	color: white;
}


.managementTable
{
	border: 2px solid #7bc248;
	padding: 0px;
	padding-right: 2px;
}

.managementTable th
{
	font-size: 80%;
	background: #7bc248;
	color: #ffffff;
	text-align: left;
	font-family: verdana, arial;
	border-right: 1px dotted #7bc248;
	border-bottom: 1px dotted #7bc248;
}

.managementTable th a
{
	color: white;
}

.managementTable td
{
	font-size: 80%;
	border-right: 1px dotted #7bc248;
	border-bottom: 1px dotted #7bc248;
}

#thumbs
{
	padding: 5px;
}

#thumbs .click
{
	cursor: pointer;
}

#poll .click
{
	cursor: pointer;
	line-height: 20px;
}


