html 
{ 
	padding:0px;
	margin:0px;
	height: 100%;
}

body 
{
	background-color: #000000;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#ffffff;  
	padding:0px;
	margin:0px;
	text-align: center;
}

#main
{
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	position: relative;
}

#left 
{
	position: absolute;
	left: 0px;
	margin: 0px; 
	padding: 0px;
	
	height: 487px;
}

#content
{
	margin: 0px 0px 70px 394px;
	margin-right: 70px;
	
	/* CSS HACK */
	height: /**/477px;	
	height/* */:/**/477px;	/* Other browsers */
	height: 467px;	/* IE 5.x */
	
	width: 349px;
 
	color: #aeaeae;

	padding-left: 20px;
	padding-top: 20px;	
	padding-right: 20px;
	font-family: "Trebuchet MS", "Lucida Grande", "Verdana", "sans-serif";
}

#content img
{
	bottom:10px;
	right: 30px;
}

#right 
{
	position: absolute;
	right: -73px;        
	margin-left: 0px; 
	padding: 0px;
	width: 90px;
	height: 487px;
	font-family:"Century Gothic", "Sans-serif", "Trebuchet MS", "Lucida Grande", "Verdana", "sans-serif";
	font-size: 100%;
	color: #c1c1c1;
}

/* SLIDESHOW */
#previewPane{
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:0px;
	position:relative;
	
	/* CSS HACK */
	height: 400px;	/* IE 5.x */
	height/* */:/**/360px;	/* Other browsers */
	height: /**/375px;			
}

#previewPane img{
	line-height:400px;
}

#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}

#galleryContainer{	
	height:102px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	padding:0px;

	
	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;			
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	padding:1px;
	width: 0px;
	height: 100px;	
}

#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;

	padding:1px;	
	width: 0px;
	height: 100px;	
}

#theImages{
	position:absolute;
	left:-1px;
	width:1000000px;	
}

#theImages #slideEnd{
	float:left;
}

#theImages img{
	float:left;
	padding:1px;
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:100px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}

#theImages .imageCaption{
	display:none;
}

#contact_image
{
	background-image: url(/images/contact.png);
	height: 487px;
	width: 384px;
}

/* CONTACT */
div.row 
{
	clear: both;
	padding-top: 5px;
}

div.row span.label 
{
	float: left;
 	text-align: left;
	font-family: "Trebuchet MS", "Lucida Grande", "Verdana", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	padding-top: 4px;
	color: red;
}

div.row span.formw 
{
	float: right;
	width: 180px;
	height: 24px;
	text-align: left;
	background-image: url(/images/inputbox.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 8px;
} 

div.row span.form_text
{
	float: left;
	width: 312px;
	height: 113px;
	background-image: url(/images/textarea.png);
	background-repeat: no-repeat;
}

.textarea	{
	margin-left: 7px;
	margin-top: 5px;
	width: 300px;
	height: 100px;
	border: 0px;
}

.inputbox
{
	padding-left: 1px;
	font-family: "Trebuchet MS", "Lucida Grande", "Verdana", "sans-serif";
	font-size: 12px;
	border: 0px;
	width: 142px;
}

#verzenden
{
	float: right;
	padding-right: 40px;
	padding-top: 8px;
}

.knop_verzenden
{
	font-family: "Trebuchet MS", "Lucida Grande", "Verdana", "sans-serif";
	font-size: 12px;
	border: 0px;
}

#adres
{
	padding-top: 50px;
	padding-left: 5px;
	float: left;
}

.invoerfout	{
	color: red;
}

#start
{
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	padding-top: 10px;
	width: 599px;
	height: 621px;
}


