﻿ul, h1, h2, h3, h4, h5, h6, p, hr, ul, dl, ol
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 100%;
}

body 
{
    background-color: #000000;
    font-size: 10px;
    font-family: Verdana;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
}

#content
{

}

#content a
{
	color: #666666;
	text-decoration: underline;
}

#content a:hover
{
	color: #111111;
	text-decoration: underline;
}

#content img.border
{
	border: 1px solid #840000;
}

#content div.right
{
	float: right;
	margin-left: 10px;
	width: 352px;
}

#content div.buttonsright
{
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .chooser
{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100px;
	border: 1px solid #840000;
	vertical-align: middle;
	text-align: center;
}

#content h1
{
	font-size: 300%;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h2
{
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 5px;
}
#content h3
{
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #999999;
}

#content p, ul, ol
{
	margin-bottom: 10px;
}

#content ul li, ol li
{
	margin-left: 20px;
}

#foot a
{
	color: #dddddd;
}

/* Webform container */
dl
{
	margin-top: 2px;
	margin-bottom: 10px;
}

dt
{
    clear: both;
	float: left;
	vertical-align: middle;
	padding-top: 2px;
}

dd
{
	margin-left: 130px;
}

/* Winkelmandje */
.cart
{
	width: 100%;
	border-collapse: collapse;
}
.header td
{
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
.item td
{
	border-top: 1px dashed #999999;
}
.footer td
{
	border-top: 1px solid #999999;
	font-weight: bold;
}

input, select 
{
    font-family: "Verdana";
    font-size: 10px;
    padding: 0px 1px 0px 1px;
    color: #000000;
    margin: 0px;
	background-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-color: #840000;
    margin: 1px 0px 1px 0px;
}

input.button
{

}

input.imgbutton
{
    background-color: Transparent;
    background: none;
}

.radio input
{
    margin: 1px 5px 1px 1px;
    background-color: Transparent;
	border: none;
}

/* Optional Parameter */
.optional, .opt
{
	font-style: italic;
}

/* verzend methodes */
.verzenditem, .verzendalt, .verzendsel
{
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding: 3px 0px 3px 0px;
}

.verzendsel
{
	background-color: #dddddd;
}

/* ERRORS */
pre.error, p.error
{
	border: 1px solid #cc0000;
	background-color: #ffffcc;
	padding: 3px;
	margin: 10px 5px 10px 5px;
	overflow: auto;
}

/* static pages */
.static h2
{
    padding-top: 10px;
}
.static h3
{
    font-size: 150%;
	padding-top: 10px;
}