/** BASIC */

html, body
{
	height: 100%;
}

/** WRAPPER */

#wrapper
{
	width: 648px;
	margin: 0px auto;
}

/** LOGO */

#logo
{
	width: 648px;
	height: 287px;
	margin: 0px auto; 
}

#logo .left
{
	float: left;
	width: 205px;
	height: 287px;
	background: url(images/strijkdienst02.jpg) no-repeat left top;
}
#logo .right
{
	float: left;
}

/** MENU */

#sidebar
{
	float: left;
	width: 205px;
}

#menu
{
	float: left;
	width: 205px;
	height: 313px;
	background: url(images/strijkdienst04.jpg) no-repeat left bottom;
}

#textielreiniger
{
	float: left;
	width: 205px;
	text-align: center;
}
#textielreiniger a
{
	font-size: 14px;
	color: White;
	text-decoration: none;
}

/** CONTENT */

#content
{
	float: right;
	width: 378px;
	height: 320px;
	min-height: 320px;
	padding: 30px 30px 0px 35px;
	background: #FFFFFF url(images/strijkdienst10.jpg) no-repeat left top;
}

html > body #content
{
	height: auto;
}

#extra
{
	background: url(images/strijkdienst11.jpg) no-repeat right bottom;
}

/** FOOTER */

#footer
{
	width: 443px;
	margin: 0px auto;
	padding: 10px 0px 10px 205px;
}

#footer a
{
	color: White;
}

