/* ======== ELEMENTS ========= */
body {
    clear:right;
    font-family:Arial,Helvetica,sans-serif;
    font-size:70%;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    position:relative;
}
#container {
    width: 1000px;
    margin: 0 auto;
}
p{
    color:#808080;
    /*font-size:0.9em;*/
    margin:5px 0px;
}

h2{
   font-size:1.3em;
   font-weight:bold;
   margin-bottom:5px;
   margin-top:15px;
   color:#000;
}

h3{
   font-size:1.1em;
   font-weight:bold;
   margin-bottom:15px;
}

a, a:hover, a:visited, a:hover{
    text-decoration:none;
	outline: none;
}

/* ========= HEADER ========= */

#header {
    background: #E9E8E7;
    height: 125px;
    position:relative;
    z-index:5000;
}

#header h1,#content-header h1 span {
    background: url(../images/header.gif) no-repeat;
    height: 125px;
    width: 225px;
}

#header h1 span {
    display: block;
    margin-top: -41px;
    position: relative;
    z-index: 1;
}

#header h1 {
    float:left;
    overflow: hidden;
}

/* ========= HEADER - MENU ========= */
#horizontal-menu{
    bottom:0px;
    float:left;
    /*font-size:0.9em;*/
    left:280px;
    list-style-type:none;
    position:absolute;
    z-index:4000;
}

#horizontal-menu li {
    display:inline;
	height: 25px;
}
#horizontal-menu a {
	border-right:2px solid #44c0eb;
    color:#808080;
    float:left;
    font-weight:bold;
    padding:0px 10px;
}

#horizontal-menu a.last-menu-item {
    border-right:none;
}

#horizontal-menu a.first-menu-item {
    padding:0px 10px 0px 0px;
}

#horizontal-menu a:hover,
#horizontal-menu li ul li a:hover{
    color:#000;
}

#horizontal-menu li ul li a{
    border-right:none;
    color:#fff;
}

#horizontal-menu li ul li {
    clear:both;
    float:left;
    height:15px;
    margin-left:42px;
	border: none;
}

#horizontal-menu li ul {
    background-color:#d54d12;
    height:120px;
    padding:5px;
    width:540px;
}

/* ========= SELECTED MENU ITEM - BLACK ========= */
#horizontal-menu a.slctd {
	color: #000;
}

#navigation a.current {
	color: #000;
}
/* ========= LEFT COLUMN ========= */
#left-side {
    background: url("../images/logo.jpg") bottom no-repeat;
    color:#808080;
    float: left;
    /*font-size:0.9em;*/
    height:410px;
    width: 180px;
}

/* ========= LEFT COLUMN MENU ========= */
#left-side ul {
    list-style-type: none;
    padding:1px 0px 6px 10px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-left: 20px;
}

#left-side ul li {
    font-weight:bold;
    margin:5px 0px 5px 0px;
}

#left-side ul a, #left-side ul a:visited{
    color:#000;
}

#left-side ul a:hover{
    color:#000;
}

#left-side ul li ul a, #left-side ul li ul a:visited{
    color:#808080;
}
#left-side ul a.slctd, #left-side ul li ul a.slctd {
    color:#000;
}
#left-side ul li ul{
    list-style-type: none;
    padding:1px 0px 6px 10px;
	text-transform: uppercase;
	margin-top: 0;
	margin-left: 0;
}

#left-side ul li ul li{
    font-weight:normal;
    margin:0px;
}

#left-side ul li ul li ul {
    list-style-type: none;
    padding:1px 0px 6px 10px;
	text-transform: none;
	margin-top: 0;
	margin-left: 0;
}

/* ========= CONTENT ========= */
#content {
    background-color:#E9E8E7;
    float:left;
    padding-left: 100px;
    position:relative;
    width:720px;
    z-index:1000;
}
#content a {
	color: #000;
}
#content a:hover {
	text-decoration: underline;
}
/* ========= HOME PAGE ========= */
/* ========= BIG BOX ON HOME PAGE ========= */
#home-big{
    float:left;
    height:270px;
    margin:0px 10px 10px 0px;
    position:relative;
    width:410px;
	cursor: pointer;
}

#home-big, #home-big p{
    color:#fff;
}

#home-big ul li{
    list-style:disc;
    margin:0px 20px;
}

#home-big.last{
    margin-right:170px; 
}
#home-big ul li a {
	color: #fff;
	text-decoration: none;
}
#home-big ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
/* ========= WRAP LEFT BOXES IN DIV BEFORE BIG BOX ON HOMEPAGE ========= */
#left-boxes{
    float:left;
    width:140px;
}
/* ========= SHOWROOM ========= */
/* ========= BIG PICTURE ON SHOWROOM PAGE ========= */
#showroom-picture{
    float:left;
    height:270px;
    margin: 0px 10px 10px 0px;
    width:410px;
}

/* ========= TEXT UNDER BIG PICTURE ON SHOWROOM PAGE ========= */
#showroom-text{
    background-color:#fff;
    float:left;
    min-height:110px;
    margin: 0px 10px 10px 0px;
    padding: 10px 15px;
    position:relative;
    width:380px;
	color: #808080;
}
* html #showroom-text {
	height: 110px;	
}
/* ========= MORE SHOW ========= */
#showroom-more{
    color:#808080;
    width:130px;
}

a#showroom-more:hover{
    color:#000;
}

/* ========= TEXT PAGE ========= */
/* ========= PICTURE ON TEXT PAGE ========= */
#text-picture{
    float:left;
    height:270px;
    margin: 0px 10px 10px 0px;
    width:270px;
}

/* ========= TEXT BOX ON TEXT PAGE ========= */
#text-box{
    background-color:#fff;
    float:left;
    min-height:390px;
    margin: 0px 10px 10px 0px;
    padding: 10px 15px;
    position:relative;
    width:380px;
    z-index:200;
	color: #808080;
}
#text-box p, #showroom-text p{
	margin: 0;
}
#text-box ul, #showroom-text ul {
	margin-left: 15px;
}
#text-box ul li, #showroom-text ul li {
	list-style-type: disc;
	list-style-position: outside;
}
#text-box ul li ul li, #showroom-text ul li ul li {
	list-style-type: circle;
	list-style-position: outside;
}
* html #text-box{
    height:390px;
}
#pic-box {
	width: 270px;
	height: 270px;
	float: left;
	margin-bottom: 10px;
}
/* ========= FOOTER ========= */
#footer {
    background-color:#E9E8E7;
    clear:both;
    /*font-size:0.7em;*/
    height:70px;
    margin-top:-4px;
    position:relative;
    width:100%;
}

#footer span{
    color:#808080;
    left:420px;
    position:absolute;
}

#footer span a, #footer span a:hover, #footer span a:visited, #footer span a:hover{
    color:#aaabac;
}

/* CLASSES */

.box{
    float:left;
    height:130px;
    margin:0px 10px 10px 0px;
    width:130px;
    position:relative;
    z-index: 1000;
}

#content a.box, #content a.box:hover, #content a.box:visited, #content a.box:hover{
    color:#fff;
	font-weight: bold;
	text-decoration: none;
}

.text-bottom{
    bottom:10px;
    float:left;
    left:10px;
    position:absolute;
}

.last{
    margin-right:170px;
}

.blue{
    background-color:#44c0eb;
}
.yellow{
    background-color:#d4d000;
}
.orange{
    background-color:#d54d12;
}
.clear-left{
    clear:left;
}
.float-left{
    float:left;
}
.margin{
    margin:30px 20px;
}
.position-absolute{
    position:absolute;
}

/* CONTACTFORMULIER */
#frmContact {
}
#frmContact ol {
	
}
#frmContact li {
	margin-bottom: 5px;
}
#frmContact label {
	
}
#frmContact input{
	display: block;
	border: 1px solid #44C0EB;
	width: 230px;
	padding: 2px;
}
#frmContact textarea{
	display: block;
	border: 1px solid #44C0EB;
	width: 230px;
}
#frmContact .radioitem {
	display: block;
}
#frmContact .radioitem input {
	display: inline;
	width: 10px;
}
#frmContact #btnSubmit {
	border: 1px solid #D54D12;
	background-color: #D54D12;
	color: #ffffff;
	height: 25px;
	font-weight: bold;
	cursor: pointer;
}
#frmContact .verplicht {
	color: #F00;
}
