/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}



/* verberg de kaders rondom links
----------------------------------------------------------------------------------------- */

:focus {-moz-outline-style: none;}

a {outline: none;}



/* body 
----------------------------------------------------------------------------------------- */

body {
	background: url(../images/homepage_bg.gif) repeat-x top left;
	}



/* wrapper
----------------------------------------------------------------------------------------- */

#wrapper {
	width: 830px;
	height: 600px;
	margin: 0px auto;
	position: relative;
	}



/* logoContainer
----------------------------------------------------------------------------------------- */

#logoContainer {
	width: 600px;
	height: 126px;
	background: url(../images/amstelconsult_logo_large.jpg) no-repeat 60px 22px;
	text-indent: -1000px;
	}




/* homeBttnContainer
----------------------------------------------------------------------------------------- */

#homeBttnContainer {
	display: none;
	}




/* productsNavContainer & aboutNavContainer
----------------------------------------------------------------------------------------- */

#productsNavContainer,
#aboutNavContainer {
	position: absolute;
	top: 126px;
	width: 270px;
	height: 270px;
	border-left: 5px solid white;
	overflow: hidden;
	}
#productsNavContainer h1,
#aboutNavContainer h1 {
	display: none;
	}
#productsNavContainer {
	left: 0px;
	background: url(../images/onze_producten_large.gif);
	}
#aboutNavContainer {
	left: 270px;
	background:url(../images/over_ons_large.gif);
	}

#productsNavContainer ul,
#aboutNavContainer ul {
	position: absolute;
	left: 60px;
	bottom: 15px;
	list-style-type: none;
	}

#productsNavContainer a:link,
#productsNavContainer a:visited,
#aboutNavContainer a:link,
#aboutNavContainer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: white;
	padding-left: 15px;
	background: url(../images/nav_list_style.gif) no-repeat 0px 0px;
	}

#productsNavContainer a:hover,
#aboutNavContainer a:hover {
	color: #6a0037;
	background-position: 0px -50px;
	}

#productsNavContainer a:active,
#aboutNavContainer a:active {
	color: #bed7d3;
	background-position: 0px -100px;
	}



/* photoContainer
----------------------------------------------------------------------------------------- */

#photoContainer {
	position: absolute;
	top: 126px;
	left: 550px;
	width: 270px;
	height: 400px;
	background: url(../images/striping_vertical.gif) repeat-y left top white;
	border-left: 5px solid white;
	border-right: 5px solid white;
	overflow: hidden;
	}
#photoContainer img {
	margin-left: 28px;
	}



/* loginContainer
----------------------------------------------------------------------------------------- */

#loginContainer {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 100px;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #7dafa6;
	}
#loginContainer label {
	width: 100px;
	display: block;
	margin-top: 4px;
	}

#loginContainer input {
	width: 100px;
	border: 1px solid gray;
	}


#loginContainer input.sendBttn {
	width: 50px;
	height: 20px;
	background: #7dafa6;
	font-size: 10px;
	color: white;
	border: none;
	right: 0px;
	margin-top: 4px;
	}



/* footerContainer
----------------------------------------------------------------------------------------- */

#payoffContainer {
	position: absolute;
	background: green;
	z-index: 400;
	right: 5px;
	top: 540px;
	background: url(../images/payoff.gif) no-repeat;
	width: 235px;
	height: 46px;
	overflow: hidden;
	}
#payoffContainer h1 {
	display: none;
	}



/* footerContainer
----------------------------------------------------------------------------------------- */

#footerContainer {
	width: 545px;
	position: absolute;
	left: 0px;
	top: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #67054a;
	text-align: right;
	line-height: 16px;
	}

#footerContainer p.onderdeelVan {
	color: #b47f9b;
	}
#footerContainer p.onderdeelVan a {
	color: #b47f9b;
	}
