/* CSS Document */

HTML,BODY {
	padding:0;
	margin:0;
}

BODY {
	font-family:Arial;
	font-size:12px;
	color:white;
	background:#4C2611;
}

FORM {
	margin:0;
}

#content { 	
  position:absolute;
  height:590px; 
  width:990px;
  margin:-295px 0px 0px -495px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
}

P {
	line-height:18px;
}

HR {
	height:1px;
	background:transparent;
	color:transparent;
	border-bottom:1px solid #3E4C5B;
}

LI {
	line-height:20px;
	list-style:bold;
	color:#BCB376;
}

H1 {
	font-size:14px;
	color:#BCB376;
	margin:0px;
}

H2 {
	color:#BCB376;
	font-weight:bold;
	margin:0 0 0 0;
	font-size:14px;
}

H3 {
	color:#BCB376;
	font-weight:bold;
	font-size:13px;
}

A {
	color:#BCB376;
}

A:hover {
	text-decoration:none;
}

A.nieuws {
	color:#BCB376;
	text-decoration:none;
}

A.nieuws:hover {
	color:#BCB376;
	text-decoration:underline;
}

INPUT,TEXTAREA,SELECT {
	font-family:Arial;
	font-size:12px;
}

.content_image {
	border:1px solid #3E4C5B;
}

.copyright, .copyright A {
	color:#7E401D;
	font-size:11px;
}

.copyright A {
	text-decoration:underline;
}
.copyright A:hover {
	text-decoration:none;
}

.small {
	font-size:11px;
	color:#585339;
}
.light, .input_label {
	color:#BCB376;
}

.submenu_normal {
	height:30px;
	border-bottom:1px solid #3E4C5B;
	border-top:1px solid #3E4C5B;
	text-indent:6px;
	cursor:pointer;
	color:#BCB376;
	font-size:11px;
}

.submenu_active {
	background:url(../images/backgrounds/submenu_active.png);
	height:30px;
	border-bottom:1px solid #3E4C5B;
	border-top:1px solid #3E4C5B;
	text-indent:6px;
	cursor:pointer;
	color:#BCB376;
	font-size:11px;
}

.content {
	width:100%; 
	height:340px; 
	overflow:auto; 
	overflow-x:none; 
	overflow-y:auto;
	
	scrollbar-3dlight-color:#07235C;
	scrollbar-arrow-color:white;
	scrollbar-base-color:#030E24;
	scrollbar-track-color:#07235C;
	scrollbar-darkshadow-color:#030E24;
	scrollbar-face-color:#030E24;
	scrollbar-highlight-color:#030E24;
	scrollbar-shadow-color:#091F62;
}

.login_input, .input_text {
	height:19px;
	padding-top:5px;
	border:0;
	background:white;
	font-family:Arial;
	font-size:11px;
	color:#BCB376;
	width:150px;
	padding-left:5px;
}

.input_text {
	width:250px;
}

.content_table {
	 background:url(/images/backgrounds/search_bar.png) repeat-x;
}

.content_table TBODY TD {
	border-bottom:1px solid #3E4C5B;
	height:40px;
	padding-top:5px;
	padding-left:5px;
	line-height:18px;
}


#showroom-show {
	width:720px;
	height:430px;
	position:relative;
}

#showroom-img {
	width:100%;
	height:100%;
	position:absolute;
}

#showroom-img UL {
	margin:0;
	padding:0;
}

#showroom-img UL LI {
	list-style:none;
	display:none;
}

#showroom-nav {
	width:100%;
	height:40px;
	position:absolute;
	left:0;
	bottom:0;
}

#showroom-nav-left {
	width:310px;
	height:40px;
	text-align:right;
	float:left;
}

#showroom-nav-center {
	width:100px;
	height:40px;
	text-align:center;
	float:left;
	line-height:40px;
	color:white;
	font-size:11px;
}

#showroom-nav-center STRONG {
	color:#BCB376;
	font-weight:bold;
}

#showroom-nav-right {
	width:200px;
	height:40px;
	text-align:left;
	float:left;
}

#showroom-nav-left IMG, #showroom-nav-right IMG {
	margin-top:10px;
}
	


#showroom-balk {
	width:100%;
	height:40px;
	position:absolute;
	left:0;
	bottom:0;
	background:#333333;
	opacity:.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
}


#showroom-list {
	height:350px;
	width:270px;
	position:absolute;
	left:0;
	top:0;
	background:#061532;
}

#showroom-list-up, #showroom-list-down{
	width:220px;
	height:30px;
	background:#3d4547;
	margin-bottom:5px;
	text-align:center;
	line-height:30px;
	margin-left:24px;
}

#showroom-list-up A, #showroom-list-down A {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:30px;
	text-decoration:none;
	font-size:11px;
	color:white;
}

#showroom-list-content {
	width:220px;
	height:235px;
	position:relative;
	margin-left:24px;
	margin-bottom:5px;
}

/* CARROUSSEL */


.jcarousel-clip {
	position:relative;
	overflow:hidden;
	height:235px;
	width:100%;
}


.jcarousel-list {
	width:100%;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.jcarousel-item {
    width: 100%;
    height: 54px;
	list-style:none;
	border-bottom:1px solid #3d4547;
	margin-bottom:1px;
}

.jcarousel-item:hover {
	background:#3d4547;
}

.jcarousel-item-left {
	float:left;
	width:64px;
	height:54px;
}

.jcarousel-item-left-image {
	margin:5px;
	width:54px;
	height:54px;
}

.jcarousel-item-left-image IMG {
	border:1px solid #BCB376;
	padding:1px;
	width:40px;
	height:40px;
}

.jcarousel-item-right {
	float:left;
}

.jcarousel-item-right A {
	color:#BCB376;
	text-decoration:none;
	line-height:200%;
}


