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

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

body
{
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#dadada;
}
div#container
{
margin:0 auto;
width:1000px;
text-align:left;
position: relative;
margin-bottom: 10px;
}

div#header
{
position:relative;
height: 253px;
width: 1000px;
background-image:url(../images/divider.jpg);
background-position:bottom;
background-repeat:no-repeat;
}
#logo
{
position: absolute;
left: 20px;
top: 20px;
}
#cssMenu1
{
position: absolute;
left: 300px;
top: 190px;
width: 900px;
}
#body
{
	background-image: url(../images/bodybg.jpg);
	background-color:#000bd6;
	background-position: right top;
	background-repeat:no-repeat;
	color: #FFFFFF;
	height: 500px;
	min-height: 500px;
}
html>body #body
{
	height: auto;
}
#language
{
	text-align: right;	
}
#footer
{
	clear: both;
	position: relative;
}
#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;
}
#content #up {
	text-align: right;
	margin-bottom: 10px;
}
#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;
}

#rosco {
	position: absolute;
	width: 350px;
	height: 20px;
	top: 20px;
	left: 350px;
}

#rosco p {
	color: #fff;
	text-decoration: none;
}

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

form label
{
	display: block;
	width: 150px;
	float: left;
}
form br
{
	clear: left;
}
form input, form select, form textarea
{
	margin-bottom: 5px;
	padding: 3px;
}

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