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

/*

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

Copyright 2008 : 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:#000;
	background-image:url(../../images/content/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#clear {
	clear:both;
}

h3 {
	border: 1px solid #FFFFFF;
	padding-left:5px;
	padding-bottom:1px;
	background-image:url(../../images/content/h2_bg.jpg);
	background-repeat:repeat;
}

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

#container {
	position:relative;
	width:990px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto -28px; /* the bottom margin is the negative value of the footer's height */
	background:#545454;
	padding-top:33px;
}

/* -------------------------------------------------------------------------------- MOLENAAR NAVIGATIE --*/

#molenaar_nav {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:36px;
	background:#000;
	border-bottom:1px solid #909090;
	z-index:10000;
}

#molenaar_nav_push {
	float:left;
	width:990px;
	height:37px; /* always same height as molenaar_nav (including the border!) */
}

label {
	margin:0 0 0 70px;
}

/* -------------------------------------------------------------------------------- TOP --*/

#top {
	float:left;
	width:990px;
	height:91px;
	background-image:url(../../images/content/top_bg.jpg);
}

#ariemolenaarmotors_logo {
	float:left;
	width:107px;
	height:91px;
	margin: 0px 0 0 10px;
	background-image:url(../../images/content/logo.jpg);
	background-repeat:no-repeat;
	display:inline;
}

#dealerschap {
	float:right;
	margin:0px 5px 0 0;
	height:62px;
	display:inline;
}

#ariemolenaarmotors_text {
	float:right;
	margin:0px 12px 0 0;
	width:245px;
	height:25px;
	background-image:url(../../images/content/ariemolenaarmotors.gif);
}

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

#header {
	float:left;
	width:990px;
	height:190px;
	background:#CCCCCC;
}

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

#menu {
	float:left;
	width:990px;
	height:60px;
}

#navigatie {
	float:right;
	margin-right:5px;
	width:734px;
	z-index:1000;
	display:inline;
}

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

#left {
	float:left;
	width:183px;
	margin-left:7px;
	display:inline;
}

#center {
	float:left;
	width:600px;
	margin-left:25px;
}

#center_webshop {
	float:left;
	width:940px;
	margin-left:15px;
}

.greybackground {
	background:#666;
	margin-bottom:20px;
	padding:10px;
	padding-bottom:15px;
	min-height:153px;
	height:auto !important;
	height:153px;
}

.imagenews {
	float:left;
	margin-right:10px;
	background:#F00;
	height:158px;
	width:210px;
}

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

#right {
	float:left;
	width:140px;
	margin:0 5px -10px 25px;
	display:inline;
}

HTML>BODY #right {
	margin-bottom:0px;
}	
	
/* -------------------------------------------------------------------------------- FOOTER --*/

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

#footer {
	position:relative;
	height:20px;
	margin:0 auto;
	background:#333333;
}

/* -------------------------------------------------------------------------------- Contact formulier --*/

.contact_form {
	width: 530px;
	height: 400px;
	height: auto; !important
	min-height: 400px;
	margin-top:5px;
	float: left;
}

.contact_form label {
	float: left;
	width: 130px;
	margin-left: 15px;
}

.contact_form input {
	margin-top:1px;
    border-width : 1px;
    border-style : solid;
    border-color : #EFEFEF;
	background-color: #a0a0a0;
	float: left;
}

.contact_form textarea {
	margin-top:1px;
    border-width : 1px;
    border-style : solid solid solid solid;
    border-color : #EFEFEF;
	background-color: #a0a0a0;
	float: left;
}

.contact_form select {
	margin-top:1px;
    border-width : 1px;
    border-style : solid solid solid solid;
    border-color : #EFEFEF;
	background-color: #a0a0a0;
	float: left;
}

/* -------------------------------------------------------------------------------- Motor verkopen formulier --*/

.motorverkopen_form {
	width: 530px;
	height: 400px;
	height: auto; !important
	min-height: 400px;
	margin-top:5px;
	float: left;
}

.motorverkopen_form label {
	float: left;
	width: 130px;
	margin-left: 15px;
}

.motorverkopen_form input {
	margin-top:1px;
    border-width : 1px;
    border-style : solid;
    border-color : #EFEFEF;
	background-color: #a0a0a0;
	float: left;
}

.motorverkopen_form textarea {
	margin-top:1px;
    border-width : 1px;
    border-style : solid solid solid solid;
    border-color : #EFEFEF;
	background-color: #a0a0a0;
	float: left;
}

.motorverkopen_form select {
	margin-top:1px;
    border-width : 1px;
    border-style : solid solid solid solid;
    border-color : #EFEFEF;
	background-color: #a0a0a0;
	float: left;
}