/*****************************************************************************
	Copyright © 2007 zonneschakel.nl All rights reserved.

	20071030	Frederique Hogema, Frank Heijkamp
*****************************************************************************/








/*****************************************************************************
	global
*****************************************************************************/
* {
	margin: 0;
	padding: 0;
}


body {
	text-align: center;
	text-decoration: none;
	background-color: #CACACA;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F3174;
	height: 100%;
}

h1 {
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	margin: 20px 20px 10px 20px;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

h2 {
	margin: 14px 20px 10px 20px;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

h4 {
	margin: 30px 20px 10px 20px;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

h5 {
	text-decoration: underline;
	font-weight: normal;
	
}
p {
	font-weight: normal;
	line-height: 117%

}

.pdfdownload{
	margin: 20px 20px 20px 20px;
}

a {
	color: #2F3174;
	text-decoration: underline;
	font-weight: normal;
}

a:HOVER {
	color: #2A642B;
	text-decoration: underline;
	font-weight: normal;
}

/*****************************************************************************
	containers
*****************************************************************************/

#container {
	margin: 0 auto auto auto;
	padding: 0;
	width: 799px;
	ackground-color: #979797;
	text-align: center;
}

#header {
	text-align: center;
}

#menu {
	position:relative;
	float: left;
	left: 1px;
	margin: 0;
	padding: 0;
	width: 167px;
	height: 640px;
	background-image: url(../img/menubg.png);
	background-repeat: repeat-y;
	text-align: justify;
}

#content {
	width: 590px;
	height: 600px;
	padding: 20px;
	background-color: #FFFFFF;
	float: left;
	overflow: auto;
	ackground-image: url(../img/knop.png);
	background-image: url(../img/dhhnatuurproducten.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: justify;
}

#menu ul {
	ackground-image: url(../img/knop.png);
	margin: 20px 0 20px 0;
	padding: 0;
	list-style-type: none;	
}

#menu ul li {
	ackground-image: url(../img/knop.png);
	margin: 10px 0;
	padding: 0;
}

#menu p.virus {
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	margin: 0 10px 0 0;
	font-size: 0.9em;
}

#menu p.adres {
	color: #FFFFFF;
	text-align: left;
	margin: 10px 10px 6px 6px;
	font-size: 0.9em;
}

#content ul li {
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	list-style-type: disc;
}

.extra {
	color: #FFFFFF;
}

table.aandachtspunten td {
	text-align: left;
	vertical-align: top;
	border: 0;
}

/*****************************************************************************
	trivia
*****************************************************************************/

img {
	margin: 0;
	padding: 0;
	border-width: 0;
	vertical-align: top;
	/*behavior: url(css/iepngfix.htc);*/
}

.pagebreak {
    page-break-before:always
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
	color: #616294;
}

.normal {
	text-decoration: none;
	font-weight: normal;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.black {
	color: #000;
}

.white {
	color: #FFF;
}

.green {
	color: #663;
}

.red {
	color: #600;
}

.prijslijst textarea {
	margin: 0;
	padding: 0;
	width: 3px;
	height: 3px;
	border-width: 0px;
	visibility:hidden;
	background-color: #F00;
}

.prijslijst table {
	margin: 0 0 20px 20px;
	width: 580px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #2A642B;
	background-color: #FFF;
}

/* table tr :first-child (not implemented in IE6) */

.prijslijst td.th {
	text-align: left;
	font-weight: bold;
}

.prijslijst td.left {
	text-align: left;
}

.prijslijst table td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #2A642B;
	background-color: #FFF;
	text-align: right;
}

#footer{
	width: 900px; /* minus 20 padding en was 904px*/
	margin-left: auto;
	margin-right: auto;

}


