@charset "UTF-8";
/* CSS Document */


html,body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg-repeat.gif');
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #5b5c5e;
}

#full{
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: auto;
	min-width: 100%;
	position: absolute;
	
	background-image: url('../images/bg2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#container{
	height: 500px;
	width: 777px;
	position: relative;
	margin: 0px auto;
}

#space{
	height: 90px;
	width: 851px;
	position: relative;
	margin: 0px;
}

#left{
	height: 350px;
	width: 350px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#right{
	height: 350px;
	width: 350px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 75px;
	background-color: #ffffff;
}


/*--------------------------------
	logos
--------------------------------*/
#logoInterieurs{
	height: 190px;
	width: 160px;
	position: relative;
	margin: 85px 0px 0px 90px;
	background-image: url('../images/logo-interieur.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

#logoKunst{
	height: 190px;
	width: 160px;
	position: relative;
	margin: 85px 0px 0px 90px;
	background-image: url('../images/logo-kunst.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}
