/*
@ Peter Becker DREAMERSTEPS

Style sheet Amsterdam locations website 04 2007

IFrame 
*/

/* =============== algemeen ===============*/
BODY
{
	margin: 0px 0px 0px 0px;
	SCROLLBAR-FACE-COLOR: #faaf4f;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #faaf4f; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
   SCROLLBAR-TRACK-COLOR: #faaf4f;
	SCROLLBAR-DARKSHADOW-COLOR: #faaf4f;
	
	background-color: #FFFFFF;
}
/*  error message */
.td_error_message
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
HR
{
	color: #FFFFFF;
	height: 1px;
}
/* standaard border */
.border
{
	border: 1px solid #333333;
}
/*standaard font van de website*/
td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/*titel artikel en nws bericht*/
.td_title
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/*titel artikel stay amsterdam geel*/
.td_title_01
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f8981d;
}
/*titel artikel stay amsterdam wit*/
.td_title_02
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
/*titel geld*/
.td_title_03
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/* subtitel artikel en nws bericht*/
.td_subtitle
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}
/*font boven forms*/
.td_form
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* eerste tabel om de pagina te centreren */
.tbl_first
{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
/* tweede tabel met daaadwerkelijk de pagina maat, per pagina variabel*/
.tbl_main_home
{
	width: 900px;
	height: 585px;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;

}
/* spacer left page */
.spacer_15_left
{ 
	width: 15px;
	height: 100%;
}

/* standaard link */
a:active
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #f7991b;
	z-index:1;
}
a:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #f7991b;
	z-index:1;
}
a:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #f7991b;
	z-index:1;
}
a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
	z-index:1;
}
/* standaard link */
a.link:active
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	z-index:1;
}
a.link:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	z-index:1;
}
a.link:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	z-index:1;
}
a.link:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #FF0000;
	z-index:1;
}
/* top link in oranje */
a.2:active
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	z-index:1;
}
a.2:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	z-index:1;
}
a.2:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	z-index:1;
}
a.2:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	z-index:1;
}

/*-------------- end algemeen --------------*/

/* --------------- menu --------------------*/
/* --------------- end menu ----------------*/


/* ================== home =================*/
/* content */
.td_content
{
	width: 100%;
	text-align: justify;
}

/* ---------------- end home ----------------*/


