BODY
{
    font-size: 11px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	 background-color: Black;
    margin-top: 7px;
}

TABLE
{
    font-size: 11px;
	 color: White;
	 text-align: left;
	 letter-spacing: 1px;
}

H1
{
    font-size: 16px;
    color: White;
    letter-spacing: 1px;
	 margin: 0px;
}

H2
{
    font-size: 13px;
    color: Black;
    letter-spacing: 1px;
	 margin: 0px;
}

A
{
    font-weight: bold;
    text-decoration: underline;
    color: Black;
}

A:hover
{
    color: White;
	 text-decoration: underline;
}

A.nav
{
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
	color: White;
	text-decoration: none;
}

A.nav:hover
{
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
	color: Black;
	text-decoration: none;
}

span.select
{
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
	color: Black;
}

TABLE.main
{
	border: 3px solid Black;
	border-collapse: collapse;
	background-color: Black;
	width: 906px;
	height: 566px;
	margin: 0px;
	table-layout: fixed;
}

TABLE.main TD
{
	border: 3px solid Black;
	border-collapse: collapse;
	vertical-align: top;
	padding: 0px;
}

TD#tophome
{
	background-image: url(images/page/top_home.jpg);
	height: 276px;
}

TD#topstandbouw
{
	background-image: url(images/page/top_standbouw.jpg);
	height: 276px;
}

TD#topinterieur
{
	background-image: url(images/page/top_interieur.jpg);
	height: 276px;
}

TD#topcontact
{
	background-image: url(images/page/top_contact.jpg);
	height: 276px;
}

TD#topvacatures
{
	background-image: url(images/page/top_vacatures.jpg);
	height: 276px;
}

TD#topportfolio
{
	background-image: url(images/page/top_portfolio.jpg);
	height: 276px;
}

TD#bottomhome
{
	background-image: url(images/page/bottom_home.gif);
	height: 270px;
}

TD#bottomstandbouw
{
	background-image: url(images/page/bottom_standbouw.gif);
	height: 270px;
}

TD#bottominterieur
{
	background-image: url(images/page/bottom_interieur.gif);
	height: 270px;
}

TD#bottomcontact
{
	background-image: url(images/page/bottom_contact.gif);
	height: 270px;
}

TD#bottomvacatures
{
	background-image: url(images/page/bottom_vacatures.gif);
	height: 270px;
}

TD#bottomportfolio
{
	background-image: url(images/page/bottom_portfolio.gif);
	height: 270px;
}

TD#navbar
{
	padding: 0px;
}

TABLE.navspace
{
	border: none;
	border-collapse: collapse;
	background-color: Black;
	width: 900px;
	height: 20px;
	margin: 0px;
	table-layout: fixed;
}

TABLE.navspace TD
{
	border: none;
	border-collapse: collapse;
	width: 150px;
	height: 20px;
	text-align: center;
}

TD#navhome
{
	background-color: #555555;
}

TD#navstandbouw
{
	background-color: #d73d70;
}

TD#navinterieur
{
	background-color: #5a7264;
}

TD#navvacatures
{
	background-color: #7a7a7a;
}

TD#navportfolio
{
	background-color: #277475;
}

TD#navcontact
{
	background-color: #4e6075;
}

TABLE.noline
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0px;
}

TABLE.noline TD
{
	border: none;
	border-collapse: collapse;
	padding: 2px;
	vertical-align: top;
}

TABLE.noline TH
{
	border: none;
	border-collapse: collapse;
	padding: 2px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

DIV.inline
{
	width: 860px;
	height: 250px;
	overflow: auto;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
}

A IMG.portfolio
{
	border-top: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

A:hover IMG.portfolio
{
	border-top: 1px solid #d73d70;
	border-right: 1px solid #d73d70;
	border-bottom: 1px solid #d73d70;
	border-left: 1px solid #d73d70;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

IMG.imginline
{
	border: 1px solid Black;
	margin: 5px;
}

INPUT.button
{
	border: 1px solid Black;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: Silver;
	color: White;
}

INPUT.text, TEXTAREA.text
{
	border: 1px solid Black;
}

HR
{
	height: 1px;
	border: 1px dashed;
	color: Silver;
	background-color: Silver;
}

UL LI
{
    margin-top: -5px;
	 margin-right: 0px;
	 margin-bottom: 10px;
	 margin-left: -10px;
}

UL.up
{
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: inherit;
	margin-left: inherit;
}

.italic
{
	font-style: italic;
}

.lead
{
	font-weight: bold;
	color: Silver;
}

.attention
{
	font-weight: bold;
}

.black
{
    background-color: Black;
}

.white
{
	background-color: White;
}

.silver
{
    background-color: Silver;
}

.silvertxt
{
    color: Silver;
}

.whitetxt
{
    color: white;
}

.blacktxt
{
	color: Black;
}

.magentatxt
{
	color: #d73d70;
}
