/* **********************
	STYLES Visser
	********************** */

body{
	margin								: 0px 0px 0px 0px;
	font-size							: 13px;
	font-family							: Arial;
	background-color					: white;
}

div.Container
{
	margin-top							: -305px;
	margin-left							: -390px;
	position								: absolute;
	top									: 50%;
	left									: 50%;
	width									: 800px;
	background-color					: white;
}

div.Header {
	background-image					: url(../Images/top.jpg);
	width									: 800px;
	height								: 139px;
	background-repeat					: no-repeat;
	margin-top 							: 0px;
	clear									: both;
}

div.MenuLeft {
	background-image					: url(../Images/menu_bg.jpg);
	width									: 229px;
	height 								: 425px;
	float									: left;
	background-repeat					: no-repeat;
	postion 								: absolute
	text-align 							: bottom;
}

div.Menu {
	margin-top 							: 29px;
	margin-left							: 27px;
	width 								: 192px;
	height 								: 360px;

	filter								: alpha(opacity=80);
	border 								: 2px solid black;
	background-repeat					: no-repeat;
}

div.TextArea {
	width									: 502px;
	height 								: 354px;
	background-image					: url(../Images/TextArea.png);
	background-repeat					: no-repeat;
	color 								: black;
	font-family							: Arial;
	font-size							: 13px;
	text-align							: left;
	float									: right;
	padding-left						: 0px;
	padding-top 						: 0px;

	padding-bottom						: -5px;
	overflow								: auto;
	scrollbar-highlight-color		: #2C4C6E;
	scrollbar-shadow-color			: #2C4C6E;
	scrollbar-arrow-color			: #2C4C6E;
	scrollbar-face-color				: #C4D2DF;
	scrollbar-darkshadow-color		: white;
	scrollbar-track-color			: #C4D2DF;
	font-family							: Arial;
}

div.Content {
	width									: 526px;
	height 								: 389px;
	background-image					: url(../Images/inhoud_bg.jpg);
	background-repeat					: no-repeat;
	color 								: black;
	font-family							: Arial;
	font-size							: 13px;
	text-align							: left;
	float									: right;
	padding-top 						: 36px;
	padding-right 						: 45px;
}

div.Bottom {
	width 								: 100%;
	font-weight 						: bold;
	font-size 							: 12px;
	height 								: 29px;
	background-image 					: url(../Images/bottom_bg.jpg);
	padding-top							: 7px;
	background-repeat					: no-repeat;
	clear									: both;
	text-align							: center;
}

div.callme {

	font-size			:	10px;
	font-weight			:	bold;
	color					:	#002146;
	width					:	200px;
	text-align			:	center;
	position				:	relative;
	float					:	right;
	margin-right		:	10px;
	border				:  2px solid black;
	padding				:	2px 2px 2px 2px;
}



.inputCallMe
{
	margin-bottom		: 2px;
	font-size			:	9px;
	color					:	#002146;
	border				:	1px solid #002146;
	width					:	150px;
}

.buttonCallMe
{
   color								: #002146;
   font-family						: Verdana;
   font-size						: 11px;
   font-weight						: bold;
   border							: 1px solid;
   border-top-color				: #002146;
   border-left-color				: #002146;
   border-right-color			: #002146;
   border-bottom-color			: #002146;
   cursor							:	pointer;
   background-color			 	: #F5F5F5;
}



/* **********************
	FONT STYLES
	********************** */

FONT.header {
	font-size							: 13px;
	font-weight							: bold;
	color									: #2C4C6E;
	font-family							: Arial;

}

FONT.subheader {
	font-size							: 13px;
	font-weight							: bold;
	color									: #2C4C6E;
	font-family							: Arial;
}

FONT.content {
	font-size							: 13px;
	font-family							: Arial;
	color									: #2C4C6E;
}

h1 {
	font-size							: 15px;
	font-weight							: bolder;
	color									: #072C63;
}

/* ***********************
	SCROLLBAR STYLES
   *********************** */



/* **********************
	TABLE STYLES
	********************** */


/* **********************
	LINK STYLES
	********************** */
.Button
{

	height						: 34px;
	width							: 180px;
	color							: #002146;
	font-family					: Verdana;
	font-size					: 12px;
	padding						: 5px;
	font-weight					: bold;
	cursor						: hand;
}

a.Menu0
{
	width							: 160px;
	font-weight					: bold;
	font-size					: 11px;
	color							: #002146;
	padding-left 				: 30px;
	padding-top 				: 0px;
	display						: block;
}

.test{
	text-decoration			: none;
	background-image			: url(../Images/MenuButton2.png);
	background-repeat			: no-repeat;
	filter						: alpha(opacity=80);
}

table.MenuItem
{

	height 						: 35px;
	width							: 192px;
	color							: #002146;
	display						: block;
	background-image			: url(../Images/MenuButton2.jpg);
	background-repeat			: no-repeat;
	filter						: alpha(opacity=80);
}

a.Menu0:hover
{

}


a:link {
	color									: #072C63;
	font-family							: Arial;
	border-bottom						: none;
	text-decoration					: none;
	font-weight 						: bold;
}

a:visited {
	color									: #072C63;
	font-family							: Arial;
	border-bottom						: none;
	text-decoration					: none;
	font-weight 						: bold;
}

a:hover {
	color									: #072C63;
	font-family							: Arial;
	border-bottom						: none;
	text-decoration					: none;
	font-weight 						: bold;
}

a.links:link {
	color									: black;
	font-family							: Arial;
	border-bottom						: none;
	text-decoration					: none;
	font-weight 						: bold;
}

a.links:visited {
	color									: black;
	font-family							: Arial;
	border-bottom						: none;
	text-decoration					: none;
	font-weight 						: bold;
}

a.links:hover {
	color									: black;
	font-family							: Arial;
	border-bottom						: none;
	text-decoration					: none;
	font-weight 						: bold;
}

/* Sitemap link styles */


a.SiteMap0:link {
	font-size						: 11px;
	text-decoration				: none;
	color								: #545454;
	margin-left						: 20px;
	padding-left					: 10px;
	padding-right					: 10px;
	padding-bottom					: 4px;
	border-bottom					: 1px solid #C3C3C3;
}

a.SiteMap0:visited {
	font-size						: 11px;
	text-decoration				: none;
	color								: #545454;
	margin-left						: 20px;
	padding-left					: 10px;
	padding-right					: 10px;
	padding-bottom					: 4px;
	border-bottom					: 1px solid #C3C3C3;
}

a.SiteMap0:hover {
	font-size						: 11px;
	text-decoration				: none;
	color								: #072C63;
	margin-left						: 20px;
	padding-left					: 10px;
	padding-right					: 10px;
	padding-bottom					: 4px;
	border-bottom					: 1px solid #072C63;
}

a.SiteMap1:link {
	font-size						: 11px;
	text-decoration				: none;
	color								: #545454;
	margin-left						: 60px;
	padding-left					: 10px;
	padding-right					: 10px;
	padding-bottom					: 4px;
	border-bottom					: 1px solid #C3C3C3;
	border-left						: 1px solid #C3C3C3;
}

a.SiteMap1:visited {
	font-size						: 11px;
	text-decoration				: none;
	color								: #545454;
	margin-left						: 60px;
	padding-left					: 10px;
	padding-right					: 10px;
	padding-bottom					: 4px;
	border-bottom					: 1px solid #C3C3C3;
	border-left						: 1px solid #C3C3C3;
}

a.SiteMap1:hover {
	font-size						: 11px;
	text-decoration				: none;
	color								: #072C63;
	margin-left						: 60px;
	padding-left					: 10px;
	padding-right					: 10px;
	padding-bottom					: 4px;
	border-bottom					: 1px solid #072C63;
	border-left						: 1px solid #072C63;
}

/* FORM STYLES */

.Form {
	float								: right;

}
