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

/*

Document for ---------------------------------------------------
 _____       _        _ _                         
|  __ \     | |      (_) |                        
| |  | | ___| |_ __ _ _| |_      _____  _ ____  __
| |  | |/ _ \ __/ _` | | \ \ /\ / / _ \| '__\ \/ /
| |__| |  __/ || (_| | | |\ V  V / (_) | |   >  < 
|_____/ \___|\__\__,_|_|_| \_/\_/ \___/|_|  /_/\_\

Copyright 2009 : www.detailworx.nl
Weltevreden 24 G - 3731 AL De Bilt
Tel: 030 - 220 41 81

*/

/* -------------------------------------------------------------------------------- BODY --*/

* {
	margin:0;
	padding:0;
	border:0;
}

html, body {
	height:100%;
	background-color:#2c2c2c;
	background-image:url(../../images/bg.jpg);
	background-position:bottom center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

#clear {
	clear:both;
}

hr {border-top:1px solid #989898;}

p {
	margin-bottom:15px;
	line-height:18px;
}

.entry {
	background-color:#3b3a3a;
	padding:10px;
}

img.alignleft {
	margin:0 5px 5px 0;
}

.textfield {
	height:16px;
	width:217px;
	margin-top:3px;
	padding:2px 0 0 3px;
	}

.textfield_bericht {
	height:80px;
	width:217px;
	margin-top:3px;
	padding:2px 0 0 3px;
	}
	
.submitbutton {
	height:18px;
	width:220px;
	margin-top:3px;
	padding-bottom:3px;
	}

/* -------------------------------------------------------------------------------- WRAPPER --*/

#wrapper_top {
	position:absolute;
	height:60px;
	width:100%;
	top:0;
	left:0;
	z-index:100;
}

#red {
	position:absolute;
	height:32px;
	width:100%;
	top:0;
	left:0;
	background-color:#F00;
}

#white {
	position:absolute;
	height:32px;
	width:100%;
	top:30px;
	left:0;
	background-color:#FFF;
}

#wrapper_red {
	position:relative;
	height:32px;
	width:900px;
	margin:0 auto;
}

#logo {
	float:right;	
}

/* -------------------------------------------------------------------------------- CONTAINER --*/

#container {
	position:relative;
	width:900px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto -34px; /* the bottom margin is the negative value of the footer's height */
	background:#313131;
}

/* -------------------------------------------------------------------------------- HEADER --*/

#header {
	float:left;
	width:900px;
	height:230px;
	background:#CCCCCC;
	margin-top:60px;
	display:inline;
}

/* -------------------------------------------------------------------------------- MENU --*/

#menu {
	float:left;
	width:900px;
	height:40px;
}


/* -------------------------------------------------------------------------------- LEFT --*/

#left {
	float:left;
	width:220px;
	border-right:1px solid #FFF;
	padding:0 10px 0 10px;
	margin-bottom:20px;
	display:inline;
	margin-top:20px;
}


/* -------------------------------------------------------------------------------- RIGHT --*/

#right {
	float:left;
	width:629px;
	margin-bottom:20px;
	padding:0 15px 0 15px;
	display:inline;
	margin-top:20px;
}

HTML>BODY #right {
	margin-bottom:20px;
	display:inline;
}

/* -------------------------------------------------------------------------------- FOOTER --*/

#push {
	height:34px; /* push must be the same height as footer */
}

#footer {
	position:relative;
	height:30px;
	margin:0 auto;
}

#footer_wrapper {
	position:relative;
	height:30px;
	width:900px;
	margin:0 auto;
	background:#FF0000;
	border-top:4px solid #FFF;
}

#footer_left {
	float:left;
	height:23px;
	width:400px;
	margin:0 auto;
	padding:7px 0 0 10px;
}

#footer_right {
	float:right;
	text-align:right;
	height:23px;
	width:300px;
	margin:0 auto;
	padding:7px 10px 0 0;
}

/* -------------------------------------------------------------------------------- FOOTER --*/

#right tr {
	background-color:#3b3a3a;
}

#right input {
	margin-top:5px;	
}

#right textarea {
	margin-top:5px;	
}

.submitbutton {
	cursor:pointer;
	background-color:#ccc;
}

.submitbutton {
	cursor:pointer;
	background-color:#ccc;
}

.producttext {
	width:485px;
}