/* 
	Copyright AMPHEBIA (www.amphebia.com)
	All rights reserved. Do not modify.
*/



/* Body and main properties */

BODY {
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
	font-size: 12px;
}

BODY.intro {
	background-color: #FFFFFF;
	background-image: url('../images/background_intro.jpg');
	background-position: center center;
	background-repeat: no-repeat;	
}

FONT {
	font-size: 12px;
}

TD {
	color: #686868;
	font-size:12px;
}

A {
	color: #686868;
}

A:HOVER {
	color: #000000;
	text-decoration:none;
}

TD.content_intro {
	font-family: Verdana, sans serif;
	color: #000000;
}

HR {
	border: 1px solid #CECECE;
}

TH {
	font-family: Verdana, sans serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #6D6D6D;	
	background-color: #CECECE;
}

/* Hyperlinks */

A.menu {
	color: white;
	text-decoration: none;
}

A.menu:hover {
	text-decoration: underline;
}


/* Table cells and forms */

/*TD.juridisch {
	font-family: Verdana, sans serif;
	color: #153654;
}

TD.notarieel {
	font-family: Verdana, sans serif;
	color: #513F14;
}

TD.financieel {
	font-family: Verdana, sans serif;
	color: #064510;
}*/

INPUT.textfield {
	font-family: Verdana, sans serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid black;	
}

INPUT.button{
	font-family: Verdana, sans serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	border: 1px solid black;		
}

SELECT.dropdown {
	font-family: Verdana, sans serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid black;	
}

.textarea {
	font-family: Verdana, sans serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid black;	
}

/* Headings */


/*FONT.juridisch_header {
	font-family: Arial, Verdana, sans serif;
	
	font-weight: bold;	
	color: #153654;
}

FONT.notarieel_header {
	font-family: Arial, Verdana, sans serif;

	font-weight: bold;	
	color: #513F14;
}

FONT.financieel_header {
	font-family: Arial, Verdana, sans serif;

	font-weight: bold;	
	color: #064510;
}*/

/* CMS fonts */

FONT.standard {
	font-family: Verdana, sans serif;
	color: #686868;	
}	

FONT.jur_norm {
	color: #686868;
	font-family: Verdana, sans serif;
}

FONT.not_norm {
	color: #686868;
	font-family: Verdana, sans serif;
}

FONT.fin_norm {
	color: #686868;
	font-family: Verdana, sans serif;
}

P {
	margin-top:0px;
	margin-bottom:0px;
}



/* Table Cells */

TD.addressbar{
	font-family: Verdana, Arial, sans serif;
	font-size: 10px;
	font-weight: bold;
	height:15px;
	padding-left: 45px;
	color: #777777;
}

TD.body_standard {
	padding-top: 47px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 35px;
	color: #686868;
	vertical-align: top;
	font-family: Verdana, sans serif;
	font-size: 12px;
	text-align: justify;
}



/* Added for new design 2008 */

TABLE.borderedContainer_juridisch {
	border: 8px solid #79d4e8;
	width: 100%;
	height: 100%;
	background-color: white;
	vertical-align:top;
}

TABLE.borderedContainer_notarieel {
	border: 8px solid #c5a68a;
	width: 100%;
	height: 100%;
	background-color: white;
	vertical-align:top;
}

TABLE.borderedContainer_financieel {
	border: 8px solid #a9c694;
	width: 100%;
	height: 100%;
	background-color: white;
	vertical-align:top;
}

TABLE.topFrame_juridisch {
	border-bottom: 8px solid #79d4e8;
	width: 100%;
	height: 175px;
	background-color: white;
	vertical-align:top;
}

TABLE.topFrame_notarieel {
	border-bottom: 8px solid #c5a68a;
	width: 100%;
	height: 175px;
	background-color: white;
	vertical-align:top;
}

TABLE.topFrame_financieel {
	border-bottom: 8px solid #a9c694;
	width: 100%;
	height: 175px;
	background-color: white;
	vertical-align:top;
}

TABLE.langSwitch_juridisch {
	border: 1px solid #79d4e8;
	width: 179px;
	height: 19px;
	background-color: white;
	vertical-align:top;
}

TABLE.langSwitch_notarieel {
	border: 1px solid #c5a68a;
	width: 179px;
	height: 19px;
	background-color: white;
	vertical-align:top;
}

TABLE.langSwitch_financieel {
	border: 1px solid #a9c694;
	width: 179px;
	height: 19px;
	background-color: white;
	vertical-align:top;
}

TD.content_juridisch_NL {
	background-color: white;
	height:100%;
	background-position: top left;
	background-repeat: no-repeat;	
	background-image: url('../images/juridisch/background.jpg');
}

TD.content_juridisch_EN {
	background-color: white;
	height:100%;
	background-position: top left;
	background-repeat: no-repeat;	
	background-image: url('../images/juridisch/background_EN.jpg');
}

TD.content_notarieel_NL {
	background-color: white;
	height:100%;
	background-position: top left;
	background-repeat: no-repeat;	
	background-image: url('../images/notarieel/background.jpg');
}

TD.content_notarieel_EN {
	background-color: white;
	height:100%;
	background-position: top left;
	background-repeat: no-repeat;	
	background-image: url('../images/notarieel/background_EN.jpg');
}

TD.content_financieel_NL {
	background-color: white;
	height:100%;
	background-position: top left;
	background-repeat: no-repeat;	
	background-image: url('../images/financieel/background.jpg');
}

TD.content_financieel_EN {
	background-color: white;
	height:100%;
	background-position: top left;
	background-repeat: no-repeat;	
	background-image: url('../images/financieel/background_EN.jpg');
}

TABLE.bottom {
	height: 28px;
	width: 100%;
}

/* FireFox hack voor padding links en rechts */
html>body TABLE.bottom {
	margin-left:8px;
	margin-right:8px;
}

TABLE.bottom.juridisch {
	background-color: #79d4e8;
}

TABLE.bottom.notarieel {
	background-color: #c5a68a;
}

TABLE.bottom.financieel {
	background-color: #a9c694;
}

TD.bottom {
	font-family: Tahoma, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

A.bottom {
	font-family: Tahoma, sans-serif;
	font-size:10px;
	color: white;
	text-decoration:none;
}

A.bottom:HOVER {
	font-family: Tahoma, sans-serif;
	font-size:10px;
	color: white;
	text-decoration:underline;
}

TD.menuItem {
	border-top: 1px solid white;
}

TD.menuItem_bottom {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* Added for implementation FCKEditor 2009 */

H1 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #626262;
}

H2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #686868;
	margin-bottom:5px;
}

H3 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #898989;
	margin-bottom: 0px;
}

UL {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 5px;
	list-style-position: outside;
}
OL {
	margin: 0px 0px 0px 19px;
	padding: 0px 0px 0px 5px;
	list-style-position: outside;
}
LI {
	padding-left: 0px;
}

