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

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

html, body {
	height:100%;
	background:#333332;
}

#clear {
	clear:both;
}

/* Container
----------------------------------------------------------------------------------------------------*/

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

/* Header
----------------------------------------------------------------------------------------------------*/

#header {
	float:left;
	width:960px;
	height:230px;
}

/* Left
----------------------------------------------------------------------------------------------------*/

#left {
	float:left;
	width:358px;
	margin-top:-75px;
	padding-left:10px;
	z-index:1;
}


#paperclip {
	width:358px;
}

/* Right
----------------------------------------------------------------------------------------------------*/

#right {
	float:right;
	width:592px;
	margin-top:-30px;

}

#navigation {
	float:left;
	width:592px;
	height:30px;
	background:#ea7a1a;
	margin-bottom:30px;
}

#submitbutton {
	background: url(../../images/2009/framework/submit_1.gif) no-repeat left top;
	height: 15px;
	width: 44px; 
	margin-left:25px;
	margin-bottom:3px;
	border:none;
	cursor:pointer;
}

#submitbuttonbelow {
	background: url(../../images/2009/framework/submit_3.gif) no-repeat left top;
	height: 15px;
	width: 44px; 
	margin-top:5px;
	border:none;
	cursor:pointer;
}

#submitbutton-forms {
	background: url(../../images/2009/framework/submit_1.gif) no-repeat left top;
	height: 15px;
	width: 44px; 
	border:none;
	cursor:pointer;
}

#content {
	clear:both;
	width:560px;
	min-height:400px;
	height:auto!important;
	text-align:justify;
	height:400px;
	margin-bottom:10px;
	}
	
#accordionvelden {
	width:187px;
	}
	
#accordionvelden2 {
	width:187px;
	}
	
#accordionvelden3 {
	width:187px;
	}

/* Footer
----------------------------------------------------------------------------------------------------*/

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

#footer {
	position:relative;
	height:164px;
	margin:0 auto;
	background:#ea7a1a;
	border-top:1px solid #d16d18;
}

#footer a {
	color:#FFFFFF;
	outline:none;
}

#footer a:hover {
	color:#002051;
}

#footer a:active {
	color:#002051;
}

#footer_container {
	width:960px;
	margin:0px auto;
	color:#fff;
	line-height:14px;
	font-size:11px;
}

#footer_rblogo {
	float:left;
	margin:10px 0 0 10px;
	display:inline; /* ie6 hack */
}

#footer_contactform {
	float:right;
	width:400px;
	margin:10px 10px 0 0;
	display:inline; /* ie6 hack */
}

#footer_adres {
	clear:left;
	float:left;
	margin:-10px 0 0 95px;
	display:inline; /* ie6 hack */
}

#footer_merken {
	clear:both;
	float:right;
	margin:13px 65px 0 0;
	display:inline; /* ie6 hack */
}

#footer_menu {
	clear:left;
	float:left;
	width:400px;
	height:20px;
	margin:25px 0 0 95px;
	display:inline; /* ie6 hack */
}

#footer_contactform textarea {
	clear:both;
	width:345px;
	height:77px;
	border:1px solid #d16d18;
	overflow:hidden;
}

#footer .textfield {
	float:right;
	width:148px;
	height:16px;
	margin:0px 53px 5px 0;
	padding:2px 0 0 2px;
	border:1px solid #d16d18;
	display:inline; /* ie6 hack */
}

#footer label {
	float:left
	;
	margin:0px 0px 0 0;
	font-size:16px;
	width:150px;
	height:20px;
	line-height:20px;
}

/* Forms
----------------------------------------------------------------------------------------------------*/

.infoForm {
	width:570px;
	height:auto;
	margin-top:5px;
	color:#000000;
	text-align:left;	
}

.infoForm label {
	float:left;
	width:205px;
	text-align:left;
	margin-right:10px;
	color:#000000;
}

.infoForm input {
	margin-top:2px;
    border:1px solid #cccccc;
	color:#000000;
	float:left;
}

.infoForm textarea {
	margin-top:5px;
    border:1px solid #cccccc;
	color:#000000;
	float:left;
}

/* Alleen voor IE 5 en IE 6 */
* html .infoForm input {
	margin-top:1px;
	color:#000000;
	background-color:#ffffff;
	float:left;
}

/* Forms List Items
----------------------------------------------------------------------------------------------------*/
.verhuur th {
    border-style: solid;
    border-color: #999;
    border-width: 0px 0px 1px 0px;
	padding: 0px;
	padding-right: 10px;
    text-align: left;
}

.verhuur td {
    width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	align: center;
}

/* EXTRA
----------------------------------------------------------------------------------------------------*/

#actie {
	position:absolute;
	top:170px;
	left:-85px;
}


/* NOTIFICATIE
----------------------------------------------------------------------------------------------------*/
#contact-notification
{
	position: fixed;
	top: 250px;
	left: 50%;
	z-index: 9999999;
	margin-left: -200px;
	padding: 30px;
	width: 340px;
	height: 130px;
}

#contact-notification a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
}

#contact-notification a:link
{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
}

#contact-notification a:visited
{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
}

#contact-notification a:hover
{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
}

.succes
{
	background: url(../../images/2009/framework/note-succes.png) no-repeat left top;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/2009/framework/note-succes.png', sizingMethod='scale');
}

.failure
{
	background: url(../../images/2009/framework/note-failure.png) no-repeat left top;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/2009/framework/note-failure.png', sizingMethod='scale');
}

#contact-notification-button
{
	float: left;
	margin: 60px 0px 0px 130px;
	width: 80px;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	size: 10px;
	line-height: 25px;
	text-align: center;
	background-color: #ff8e01;
}

#contact-notification-button:hover
{
	cursor: pointer;
	background-color: #f08601;
}

#contact-notification-background
{
	position: fixed;
	z-index: 9999998;
	width: 100%;
	height: 100%;
	background-image: url(../../images/2009/framework/note-background.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/2009/framework/note-background.png', sizingMethod='scale');
}




