body
{
background-color: #333333;
background-image: url(../images/body_background.gif);
background-repeat: repeat-y;
background-position:center;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 12px;
cursor: default;
}


input.myKeyField
{
visibility:hidden;
}
.actionButtons a.plus, .actionButtons a.minus, .actionButtons a.delete
{
	background-image: url(../images/actionButtons_normal.png);
	display: block;
	height: 0px;
	width: 20px;
	float: right;
	padding-top : 15px;
	overflow:hidden;
}
.actionButtons a.minus
{
	width: 20px;
	background-position: 40px 0px;
}
.actionButtons a.delete
{
	background-position: 20px 0px;
}

.actionButtons a:hover.plus, .actionButtons a:hover.minus, .actionButtons a:hover.delete
{
	background-image: url(../images/actionButtons_hot.png);
}

#SearchingThrobber
{
border : dashed #990033 1px;
text-align: center;
font-size : 14pt;
margin : 30px;
}

.IndividualResult
{
border : dashed #336666 1px;
margin-bottom : 10px;
}

.DetailResult
{
border : dashed #336666 1px;
margin-bottom : 10px;
}

.Showcart th
{
background-color:#999999;
color: #ffffff;
font-size: 8pt;
padding: 2px;
}

#ProceedLink
{
text-align: center;
padding: 5px;
border: outset 1px #336666;
background-color:  #669999;
}
#ProceedLink a
{
color: #ffffff;
}

input.button
{
border : double #990033 1px;

}


.red   { color: #990033; }
.green { color: #336666; }

#titlegraphic
	{
	background-image: url(../images/header_title.gif);
	background-repeat: no-repeat;
	height: 98px;
	}

#titlegraphic h1
{
display: none;
}

/* content */
#content
{
	background-color:#ffffff;
	padding-right : 10px;
}

#footer, h1, h2, h3, h4, h5, h6
	{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0;
		position: relative;
}

.ErrorHeader
{
	margin-top : 10px;
	background-color: bisque;
	border: 1px solid thistle;
}

.box
{
background-color: #cccccc;
text-align: center;
padding: 0;
margin: 0;
margin-bottom : 10px;
width: 200px;
background-image: url(../images/box_bottom.gif);
background-repeat: repeat-y;
background-position: bottom;
}
	
.box h3
{
margin: 0;
padding: 2px 10px 2px 2px;
background-color: #999999;
background-image: url(../images/box_header.gif);
background-repeat: no-repeat;
border: none;
color: #999999;
text-align: right;
text-transform: lowercase;
}

.box h3 a
{display: block;
text-decoration: none;
color: #cccccc;
font-size: 11pt;
}

.box h3 a:hover
{
text-decoration: none;
color: #eeeeee;
}

#ShopBox
{
display: none;
}

.box p
{
padding : 5px;
}


#content ul
{
font-size: 12px;
list-style-position: outside;
list-style-image: url(../images/next2.gif);
list-style-type: disc;
text-decoration: none;
text-align: left;
clear: none;
margin-top: 5px;
margin-bottom: -10px;
}

#content li
{
padding-bottom: 5px;
margin-bottom: 5px;
font-size: 12px;
}

#header
{
background-image:url(../images/header_background.gif);
background-repeat: repeat-x;
}

#ColumnLeft
{
float: left;
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 10px;
width: 200px;
/* IE float double margin bug! */
display: inline;
visibility: hidden;
}

#ColumnRight
{
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 10px;
float: right;
width: 540px;
/* IE float double margin bug! */
display: inline;
}

/* centerAligned */
#main,
#titlegraphic,
#footer
{
margin: 0 auto; /* add 'auto' om te centeren */
padding: 0;
width: 760px;
text-align:left;
}

#footer
{
padding : 10px;
width: 740px;
text-align : center;
}
#titlegraphic
{
width: 770px;
}


/* niet vormgeving maar opmaak */
form.tableless img
{
	float: left;
}

form.tableless label,
form.tableless input,
form.tableless select
{
	display: block;
	float: left;
	margin-bottom: 5px;
	color : black;
}

form.tableless label
{
	text-align: left;
	width: 200px;
	padding-right: 20px;
}

form.tableless br {
	clear: left;
}