/* By www.zerogravity..nl */
/* This stylesheet sets basic styling (fonts, colors, background-colors, margins, paddings etcetera). */
/* It will be used by all CSS-capable user agents. */

/* Pink:	#D57096  */
/* Silver:	#EFEFEF	*/
/* Gre:		#333333 */

body {
	font: 79%/1.7 "Trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Set margins and paddings for various elements */
/* This will overrule the margins and paddings that are set in the default stylesheet of the user agent. */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin-top: 0;
	margin-bottom: 1.75em;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 1em;
	color: #666666;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font: 400% "Times New Roman", Trebuchet ms;
	font-size: 30pt;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #D57096;
	
}

h2 {
	font-size: 160%;
	color: #D57096;
	text-align: left;
	font-weight: normal;
	margin-left: 0.8em;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 80%;
}

h5 {
	font-size: 70%;
}

h6 {
	font-size: 60%;
}


img {
	border: none;
}

.producten {
	text-align: right;
	padding-right: 2em;
	border-bottom: 1px dashed #CBCBCB;
}

.producten a {
	font-size: 125%;
	color: #D57096;
	font-weight: bold;
	text-decoration: none;
}

.producten a:hover {
	color: #CBCBCB;
	font-weight: bold;
	text-decoration: underline;	
}

/* align */

.left {
	float: left;
	margin: 0em .66em .66em 0;
}

.right {
	float: right;
	margin: 0em 0 .66em .66em;
}

/* img */



/* lists */

ul {
	list-style: square;
}

/* tables */

table {
	border-collapse: collapse;
	border: none;
}

th, td {
	vertical-align: top;
}

/* form */

form div {
	clear: both;
}

form div.note {
	margin: 1em 0;
	padding: 0.25em;
	background-color: silver;
}

form div.fill input.text {
	background-color: silver;
}

input, textarea {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
}

label {
	display: block;
	float: left;
	width: 11.5em;
}

form input.text {
}

form div.footer {
	margin-top: 1em;
	padding: 1em .25em .25em 11.75em;
}

form table {
	border-collapse: collapse;
	border: none;
}

form th, td {
	vertical-align: top;
	border: none;
}

form tr.footer td {
	border-top: 1px solid black;
}

/* anchors */

a:link {
}

a:visited {
}

a:hover {
}



