/* ------------------------------------------------ */
/* |                                               |*/
/* |           ITinMotion WebSite Generator        |*/
/* |                                               |*/
/* |            CopyRight ITinMotion 2006          |*/
/* |                                               |*/
/* ------------------------------------------------ */

html
{
	background: #FFFFFF;

	margin: 0px;

	background-image: url(./ui_images/buffer.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;

}

body
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 1.166;
	color: #004040;

	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;

	/* width of the page and centering */
	width: 900px;
	text-align: center;

	/* scroll bars */
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #ABBAD0;

	background-image: url(./ui_images/buffer.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;

}

#master
{
	overflow: hidden;
	position: relative;
	top: 10px;
	text-align: left;
	width: 900px;

	background-color: #F0FFFF;
}

#header
{
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 180px;
	color: #0000FF;
	background-color: #FFFFFF;
	background-image: url(./ui_images/ekc_top_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

	border: solid;
	border-color: #004040;
	border-width: 2px;
}

#content
{
	position: relative;
	top: 20px;
	left: 0px;
	
	padding: 5px;

	width: 900px;
	height: auto;

	text-align:left;
	color: #004040;
	z-index: 99;

	background-color: #F0FFFF;
	/* background-image: url(./ui_images/bg_ekc_vrachtauto.gif);
	background-repeat: no-repeat;
	background-position:  bottom right; */

	border: solid;
	border-color: #004040;
	border-width: 2px;
}

#contenthome
{
	position: relative;
	top: 20px;
	left: 0px;
	
	padding: 5px;

	width: 900px;
	height: auto;

	text-align:left;
	color: #004040;
	z-index: 99;

	background-color: #F0FFFF;
	background-image: url('ui_images/bg_home.jpg');
	background-repeat: no-repeat;
	background-position:  right bottom;

	border: 2px solid #004040;
	}

#contentinformatie
{
	position: relative;
	top: 20px;
	left: 0px;
	
	padding: 5px;

	width: 900px;
	height: auto;

	text-align:left;
	color: #004040;
	z-index: 99;

	background-color: #F0FFFF;
	background-image: url(./ui_images/bg_informatie.jpg);
	background-repeat: no-repeat;
	background-position:  bottom right;

	border: solid;
	border-color: #004040;
	border-width: 2px;	
}

#contentnieuws
{
	position: relative;
	top: 20px;
	left: 0px;
	
	padding: 5px;

	width: 900px;
	height: auto;

	text-align:left;
	color: #004040;
	z-index: 99;

	background-color: #F0FFFF;
	background-image: url(./ui_images/bg_nieuws.gif);
	background-repeat: no-repeat;
	background-position:  bottom right;

	border: solid;
	border-color: #004040;
	border-width: 2px;	
}

#menu
{
	width: 900px;
	
	padding-top: 3px;
	padding-bottom: 3px;

	position: relative;
	top: 10px;
	left: 0px;
	z-index: 500;

	font-weight: bold;

	color: #004040;
	background-color: #EEF0FC;

	border: solid;
	border-color: #004040;
	border-width: 2px;
}

#footer
{
	clear: left;
	width: 900px;

	position: relative;
	top: 30px;
	left: 0px;

	text-align: right;

	font-size: 7pt;

	color: #004040;
	background-color: #EEF0FC;

	border: solid;
	border-color: #004040;
	border-width: 2px;
}

/* skmenu */
.menus
{
	font-size: 8pt; 
	font-family: Verdana; 
	color: #ffffff; 
	background-color: #8A8A8A; 
	font-weight: bold; 
	cursor: hand;
}

.submenus
{
	font-size: 8pt; 
	font-family: Verdana; 
	color: #000000; 
	background-color: #ffffff; 
	font-weight: bold; 
	cursor: hand;	
}
/* einde skmenu */

.button
{
	background-color: #C0C0FF;
	border-style: solid;
	border-color: #0000C0;
}

.textveld
{
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #0000C0;
}

td
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 1.166;
	color: #004040;
}

/* links settings */
A:link
{
	text-decoration:	none;
	color:				#004040;
}

A:visited
{
	text-decoration:	none;
	color:				#004040;
}

A:active
{
	text-decoration:	none;
	color:				#004040;
}

A:hover
{
	text-decoration:	underline;
	color:				#004040;
}

