/* Body */

BODY
{
    FONT-SIZE: x-small;
    COLOR: #7F7F7F;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;
    background-color:#01373A;
	background-image:url("left_back.PNG");
}

/* Tabel */

TD
{
	BACKGROUND-COLOR : #B4BAB6;
    FONT-SIZE: x-small;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;
}

TH
{
	BACKGROUND-COLOR : #B4BAB6;
    FONT-SIZE: x-small;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.header
{
	background-color:#01373a;
	background-image:url("left_back.PNG");
    FONT-SIZE: xx-small;
    COLOR: #B4BAB6;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;	
}

.DataHeader
{
	BACKGROUND-COLOR : #CDDBDC;
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;	
}

.DataBody
{
	BACKGROUND-COLOR : white;
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;	
}

.PrijsHeader
{
	BACKGROUND-COLOR : #CDDBDC;
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;	
}

.PrijsBody
{
	BACKGROUND-COLOR : white;
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;		
}

.PrijsTotaal
{
	BACKGROUND-COLOR : #E0E0E0;
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;		
}

.ItemHeader
{
	border-width: 0px;
	padding: 1px;
	FONT-SIZE: x-small;
	COLOR: #B4BAB6;
	background-color: #333333;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;	
}

.ItemBody
{
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: #333333;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;
	FONT-SIZE: xx-small;		
}

.Plain
{
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;	
}

.VWBody
{
	BACKGROUND-COLOR : white;
    FONT-SIZE: x-small;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, helvetica, sans-serif;	
}

/* Link */


a {
	color: black;
	text-decoration: underline;
}
	
.sitemap {
	color: #B4BAB6;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: underline;
}

.sitemap:active {
	color: #B4BAB6;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

.sitemap:visited {
	color: #B4BAB6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.sitemap:hover {
	color: #B4BAB6;
	text-decoration: none;
}

/* Form */

form {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : auto;
}

input , select {
	font-family: verdana, arial, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color : #aaaaaa;
	border : 1px solid #000000;
}

input , text {
	font-family: verdana, arial, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color : #aaaaaa;
	border : 1px solid #000000;
}

input , checkbox {
	font-family: verdana, arial, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color : #aaaaaa;
	border : 0px;
}

input , password {
	font-family: verdana, arial, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color : #aaaaaa;
	border : 1px solid #000000;
}

.login {
	 width: 60px;
	color: #000000;
	background-color : #aaaaaa;
	border : 1px solid #000000;
	}

.button {
	font-family: Verdana, arial, Geneva, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	background-color: #000000;
	font-weight: bold;
	padding : 1px 1px 1px 1px;
	border : 0px;
}

