/* CSS Document */
*
{
	padding: 0;
	margin: 0;
}

html,body
{
text-align:center;
font-size:10px;
}

body
{
}
div#container
{
margin:0 auto;
width:1000px;
text-align:left;
position: relative;
margin-bottom: 10px;
}

#headerpic, #searchform, #cssMenu1, #language, #footer, #side form
{
	display: none;
}

#logo
{
position: relative;
padding-bottom: 25px;
}

#side
{
	float: left;
	width: 220px;
	padding: 5px 40px 0px 40px;
	
	min-height: 500px;
	height: 500px;
}
html>body #side
{
	height: auto;
}
#content
{
	float: left;
	width: 650px;
}
#side .title
{
	text-transform:uppercase;
	font-size: 14px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	padding-left: 45px;
	padding-top: 20px;
	margin-left: -20px;
}
#side .content
{
	padding-left: 25px;
	padding-top: 10px;
}

#seltec
{
	position: absolute;
	top: 37px;
	left: 817px;
}

form label
{
	display: block;
	width: 150px;
	float: left;
}
form br
{
	clear: left;
}
#body form input
{
	margin-bottom: 5px;
	border: 2px solid black;
	width: 400px;
	height: 30px
}
#body form input.button
{
	display: none;	
}

table.prijs {
	font-size: 11px;
	border: none;
}