/* CSS Alexander van Berge 13112005 @5steps.nl */
/* scrollbar, background color page */
BODY {
	SCROLLBAR-FACE-COLOR: #CCCCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
    SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
}
/* standaard border */
.border
{
	border: 1px solid #CFFE02;
}
/* standaard font style td */
td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;	
}
/* standaard font style titel */
.td_title
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
	text-transform: uppercase;
	color: #999999;
}

/*links*/
a.menu_active
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	border-bottom: 1px solid #9aadcd;
}
a.menu:active 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	border: 1px solid #FFFFFF;
}
a.menu:link 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	border: 1px solid #FFFFFF;
}
a.menu:visited 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	border: 1px solid #FFFFFF;
}
a.menu:hover 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	border: 1px solid #9aadcd;
}
a.copy:active
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
a.copy:link
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
a.copy:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
a.copy:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #999999;
}

/* table first voor de uitlijning van de site*/
.tbl_first
{
	width: 100%;
	height: 100%;
}
/* table waar de site daadwerkelijk in komt */
.tbl_main
{
	width: 780px;
	height: 585px;
}
/* beelden table */
.tbl_beeld
{
	width: 780px;
	height: 267px;
}
/* iframe table */
.iframe
{
	width: 780px;
	height: 267px;
}
.body_iframe {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	SCROLLBAR-FACE-COLOR: #CCCCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
    SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;

	background-color: #FFFFFF;
	
	text-align: left;
	vertical-align: top;
	border: 0px solid #000000;
}
.iframe_title {
	font-size: 14px;
	color: #9aadcd;
}
.iframe_lead {
}
.iframe_text {
}

/* top van de home en eerste pagina */
.td_top_home
{
	background-image: url(../images/layout/page_title.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 161px;
}

/* top van de home en eerste pagina */
.td_top_home_2
{
	background-image: url(../images/layout/page_title_2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	width: 780px;
	height: 177px;
}
/* top navigatie van de pagina */
.td_nav_home
{
	width: 780px;
	height: 20px;
}
/* top navigatie van de pagina */
.td_nav_home
{
	width: 780px;
	height: 4px;
}
/* bottom beeld navigatie van de pagina */
.td_nav_count
{
	width: 780px;
	height: 42px;
}

/*menu*/
.tbl_menu
{
}
.menu_spacer_first
{
	width: 40px;
}
.menu_spacer
{
	width: 20px;
}

/*======= portfolio detail ========= */

.tbl_port
{
	width: 780px;
	height: 310px;
}
.td_port_spacer
{
	width: 427px;
	height: 310px;
}

/* top van de portfolio detail pagina */
.td_top_port
{
	width: 780px;
	height: 77px;
}
/* top navigatie van de portfolio pagina */
.td_nav_port
{
	width: 780px;
	height: 29px;
}
/* navigatie links */
.td_port_left
{
	width: 55px;
	height: 50px;
	text-align: right;
	vertical-align: bottom;
}
/* navigatie rechts */
.td_port_right
{
	width: 55px;
	height: 50px;
	text-align: left;
	vertical-align: bottom;
}
/* groot beeld uit portfolio  */
.td_port_beeld
{
	width: 270px;
	height: 310px;
	text-align: center;
	vertical-align: bottom;
}
/* ============= end portfolio ============== */

/* ============= spacers getallen zijn voor hoogte=============*/
.spacer2
{
	width: 2px;
	height: 20px;
}
.spacer26
{
	width: 2px;
	height: 26px;
}
.spacer33
{
	width: 20px;
	height: 33px;
}
.spacer46
{
	width: 55px;
	height: 46px;
}
.spacer55
{
	width: 55px;
	height: 262px;
}
.spacer62
{
	width: 20px;
	height: 62px;
}

/* ============= end spacers ============== */


/* tmp */
.temp100
{
	width: 100%;
}