﻿body
{
	background-color: #A1A0A0;
	margin: 0px;
	font-size: 11px;
}

#header
{
	
	width: 945px;
	height: 175px;
	background: url('Images/Design/header.gif' );
}

/* Lay-out of the outer border of the whole page */
#borderTable
{
	width: 995px;
	height: 600px;
}
#borderTopLeft
{
	background-image: url('Images/Design/Border/borderTopLeft.gif' );
	width: 25px;
	height: 25px;
}
#borderTop
{
	height: 25px;
	width: 945px;
	background: url(   'Images/Design/Border/borderTop.gif' ) repeat-x;
}
#borderTopRight
{
	background-image: url('Images/Design/Border/borderTopRight.gif' );
	width: 25px;
	height: 25px;
}
#borderLeft
{
	width: 25px;
	background: url(   'Images/Design/Border/borderLeft.gif' ) repeat-y;
}
#borderRight
{
	width: 25px;
	background: url(   'Images/Design/Border/borderRight.gif' ) repeat-y;
}
#borderBottomLeft
{
	background-image: url('Images/Design/Border/borderBottomLeft.gif' );
	width: 25px;
	height: 25px;
}
#borderBottom
{
	height: 25px;
	width: 945px;
	background: url(   'Images/Design/Border/borderBottom.gif' ) repeat-x;
}
#borderBottomRight
{
	background-image: url('Images/Design/Border/borderBottomRight.gif' );
	width: 25px;
	height: 25px;
}

.cellBody
{
	width: 945px;
	height: 353px;
}

#leftPaneBody
{
	width: 60px;
	background-color: #000;
}
#slantPaneBody
{
	width: 28px;
	height: 353px;
	background: url(   'Images/Design/leftPane.gif' ) no-repeat;
}
#contentCell
{
	width: 817px;
	padding: 20px;
	vertical-align: top;
}
#contentTable
{
	width: 817px;
	height: 100%;
	border-collapse: collapse;
}
#menu
{
	vertical-align: top;
	border-right: 1px solid #E51919;
	padding-right: 20px;
}

#content
{
	width: 517px;
	vertical-align: top;
	border-right: 1px solid #E51919;
	padding-right: 20px;
	padding-left: 20px;
}
#koks
{
	width: 150px;
	vertical-align: top;
	margin: 0px;
	padding-left: 20px;
}

#contactSearch
{
	vertical-align: bottom;
	border-right: 1px solid #E51919;
	padding-right: 20px;
}
#footerCell
{
	width: 945px;
	height: 22px;
	background-color: #000;
	padding-left: 60px;
}
#footerTable
{
	width: 885px;
	height: 22px;
}
#footerRechten
{
	text-align: right;
	height: 21px;
	vertical-align: middle;
	color: #FFF;
	padding-right: 3px;
	font-size: 11px;
}
#footerWebsite
{
	text-align: left;
	height: 22px;
	vertical-align: middle;
	color: #E51919;
	font-size: 11px;
	font-family: Times;
	font-weight: bold;
}
.SearchTextBox
{
	border: 1px solid #000;
	border-left-width: 3px;
	border-right-width: 3px;
	background-color: #A1A0A0;
	font-family: Times;
	font-size: 11px;
	width: 120px;
}
.SearchButton 
{
	font-family: Times;
	font-size: 12px;
	font-weight: bold;
}
#searchPane
{
	margin-top: 15px;
}

h1
{
	font-size: 18px;
	font-family: Times;
	font-weight: bold;
	color: #E51919;
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
	width: 100%;
}

h2
{
	margin: 0px;
	font-size: 11px;
	font-style: italic;
	font-family: Times;
}
h3
{
	font-size: 10px;
	margin: 0px;
	margin-bottom: 1px;
	font-family: Times;
}
a
{
	color: #000;
}
.NormalText 
{
	font-family: Times;
	font-size: 11px;
	color: #000;	
}
.Button 
{
	font-family: Times;
	font-size: 12px;
	background-color: Gray;
	border: 1px solid #000;
}
.ZoekResultaat
{
	margin-bottom: 20px;
}

.PictureLeft 
{
	margin: 5px;
	margin-left: 0px;
}
.PictureRight
{
	margin: 5px;
	margin-right: 0px;
}
