/* CSS Document */

body
{
	background-image: url('../../media/afbeeldingen/site_bg.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #A0A5A9;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

.cmsAfb img
{
	border: 0px;
}	

@font-face 
{
	font-family: Mistral;
	font-style:  normal;
	font-weight: normal;
	src: url('../fonts/MISTRAL0.eot');
}

@font-face 
{
	font-family: Trajan;
	font-style:  normal;
	font-weight: normal;
	src: url('../fonts/TRAJAN0.eot');
}


/* //////////// */
/* TABLE STYLES */
/* //////////// */

.heleTable
{
	background-color: #FFFFFF;
	height: 100%;
}

.mainTable
{
	padding: 45px 102px 20px 28px;
	vertical-align: top;
	height: 100%;
}

.mainTableZr
{
	padding: 45px 40px 20px 28px;
	vertical-align: top;
	height: 100%;
}

.rechtsTable
{
	padding: 45px 28px 20px 0px;
	vertical-align: top;
}

.donkereLijn
{
	background-color: #333333;
	height: 4px;
}

.donkereLijnHoogte
{
	background-color: #333333;
	width: 4px;
}

.hoofdmenuBalk
{
	background-color: #FFFFFF;
	padding: 0px 0px 0px 12px;
	text-align: left;
	height: 23px;
}


/* //////////// */
/* TEKST STYLES */
/* //////////// */

.productKop
{
	font-family: Mistral;
	font-size: 19px;
	color: #A0A5A9;
}

.mainKop
{
	font-family: Mistral;
	line-height: 26px;
	font-size: 24px;
	color: #999999;
}

.mainContent
{
	font-family: Verdana;
	line-height: 15px;
	font-size: 10px;
	color: #000000;
}

.mainContent a
{
	text-decoration: none;
	color: #999999;
}

.mainContent a:hover
{
	text-decoration: underline;
	color: #999999;
}


/* /////////// */
/* KAART TABLE */
/* /////////// */

.kaartTable
{
	background-image: url('../../media/afbeeldingen/kaart_bg.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	height: 168px;
	width: 355px;
}

.kaartKop
{
	padding: 14px 12px 14px 12px;
	font-family: Trajan, Verdana;
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
}

.kaartContent
{
	padding: 0px 12px 14px 5px;
	font-family: Trajan, Verdana;
	vertical-align: top;
	font-size: 11px;
	color: #000000;
}


/* ////////////// */
/* COPYRIGHT BALK */
/* ////////////// */

.copyrightBalk
{
	padding: 9px 0px 5px 28px;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	height: 23px;
}

.copyrightBalk a
{
	text-decoration: none;
	color: #333333;
}

.copyrightBalk a:hover
{
	text-decoration: underline;
	color: #333333;
}

input, select, textarea
{
	border: 1px solid #333333;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

/* /////////////// */
/* EASYORDER LOGIN */
/* /////////////// */

#loginEasyOrder {
	background:#A8A8A8;
	padding:10px;
	width:144px;
	margin:0;
}

#loginEasyOrder input {
	background:#FFF;
	border:1px solid #777;
	font-size:10px;
	color:#000;
}

#loginEasyOrder input.email {
	width:142px;
	padding:1px 3px;
	margin-bottom:3px;
}

#loginEasyOrder input.password {
	width:120px;
	padding:1px 3px;
}

#loginEasyOrder input.submit {
	margin:0;
	padding:0;
	border:none;
	vertical-align:bottom;
}

/* ///////////////// */
/* LOGO DIV HOMEPAGE */
/* ///////////////// */

.logos {
	text-align:right;
	width:164px;
	padding-bottom:20px;
}