/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: small/1.3em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	color: #555;
	background: #242424 url(images/fixed/bg_body.gif) repeat-x center top;
}

body {
	position: relative;
	font-size: .85em;
	width: 100%;
}

#wrapper {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header { 
	position: relative;
	background: #000 url(images/fixed/header.jpg) no-repeat left top;
	height: 200px;
	z-index: 4000;
}

#navigation { 
	position: relative;
	z-index: 4000;
}

#content { 
	position: relative;
	width: 900px;
	margin: 6px 0 0 0;
	z-index: 0;
}

.sub #content {
	background: url(/images/layout/content/sub-full-bg.jpg) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sub #content #holder { 
	position: relative;
	width: 898px;
	background: url(/images/layout/content/sub-bg.gif) repeat-y left top;
	z-index: 0;
}

#footer {
	position: relative;
	width: 100%;
	height: 180px;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
}

.orange {
	color: #F60;
}

#footer #footer_content {
	width: 900px;
	height: 150px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

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

#main h3.special {
   	color: #FFFF00;
	background-color: #000000;
	border: 1px dotted #FF6600;
	padding: 5px;

}

/* Rollover Mini */
#mini
{
  display: block;
  width: 68px;
  height: 45px;
  background: url("images/fixed/rollover_mini.gif") no-repeat 0 0;
  float:right;
}

#mini:hover
{ 
  background-position: 0 -45px;
}

#mini span
{
  display: none;
}

/* Rollover BMW */
#bmw
{
  display: block;
  width: 70px;
  height: 46px;
  background: url("images/fixed/rollover_bmw.gif") no-repeat 0 0;
  float:right;
}

#bmw:hover
{ 
  background-position: 0 -46px;
}

#bmw span
{
  display: none;
}

/* Rollover Ring13 */
#r13
{
  display: block;
  width: 45px;
  height: 45px;
  background: url("images/fixed/rollover_r13.gif") no-repeat 0 0;
  float:right;
}

#r13:hover
{ 
  background-position: 0 -45px;
}

#r13 span
{
  display: none;
}

/* Rollover VDB Group */
#vdb
{
  display: block;
  width: 140px;
  height: 15px;
  background: url("images/fixed/rollover-vdb.gif") no-repeat 0 0;
  float:right;
}

#vdb:hover
{ 
  background-position: 0 -15px;
}

#vdb span
{
  display: none;
}

#links_container {
	margin-top: auto;
	margin-bottom: auto;
}

/* ----------| =Basic Element Styles |---------- */ 



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	background: transparent;
	color: #FF6600;
}

h1, h2, h3 { 
	font-size: 1.6em;
}

h4, h5, h6 { 
	font-size: 1.4em;
}

h1.2hand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FF6600;	
}

p {
	padding-bottom: 1em;
	color: #F4F4F4;
}

p img { 
	vertical-align: middle;
}

p.success {
	color: #009900;
	background-color: #CFF3BE;
	border: 1px dotted #006600;
	padding: 5px;
}

img.bigborder {
	border: 10px solid #666666;	
}

.spacer { 
	margin-top: 15px;
}

input { 
	padding: 2px;
	border: 1px solid #cecece;
}

input[type="image"], 

input.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,

a img { 
	border: 0;
} 

a { 
	color: #F60;
}

a.table { 
	color: #F60;
}

a:visited { 
	color: #F60;
}

a:hover { 
	color: #333;
	text-decoration: none;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

hr {
	color: #242424;
	background-color:#242424;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* ----------| =Utilities |---------- */ 

/*.left { 
	float: left;
	position: relative;
	margin: 6px 10px 2px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 6px 0 2px 10px;
}
*/
.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}


/* ----------| =Layout and Function |---------- */ 


/* ----------| =Navigation |---------- */ 



#navigation ul#nav {
	z-index: 4000;
	background-color: #242424;
}

#navigation ul#nav li { 
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
}



#navigation ul#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 0;
}

#navigation ul#nav li a span { 
	padding: 0 15px 0 10px;
}


#navigation .item1 { width: 90px; }
#navigation .item2 { width: 120px; }
/*#navigation .item3 { width: 110px; }*/
#navigation .item4 { width: 130px; }
#navigation .item5 { width: 130px; }
#navigation .item6 { width: 90px; }
#navigation .item7 { width: 100px; }
#navigation .item8 { width: 90px; }
#navigation .bikes { width: 80px; }


#navigation .itemfr {
	width: 35px;
	background-color: #333333;
}
#navigation .itemen {
	width: 35px;
	background-color: #333333;
}
#navigation .itemnl {
	width: 35px;
	background-color: #333333;
}

#navigation ul#nav li.active a, 

#navigation ul#nav li a:hover, 

#navigation ul#nav li:hover a, 

#navigation ul#nav li.over a { 

	background: #000;

}



	/* ----------| =Content |---------- */ 

#content #sidebar {
	position: relative;
	float: left;
	width: 420px;
	padding-bottom: 0;
	background-repeat: repeat;
	background-position: left top;
	padding-top: 15px;
}

#content #sidebar #specials {
	position: relative;
	float: left;
	width: 420px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/fixed/bg-specials.gif);
	padding: 0;
	margin-bottom:15px;
	text-align: center;
}

#content #sidebar #openingsuren {
	position: relative;
	float: left;
	width: 420px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/fixed/bg-specials.gif);
	padding: 0;
	margin-bottom:15px;
	text-align: center;
}

#content #sidebar #nieuwsbrief {
	position: relative;
	float: left;
	width: 420px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(http://www.capitalofeurope.be/ee/images/fixed/bg-specials.gif);
	padding: 0;
	margin-bottom:15px;
	text-align: center;
}

#nieuwsbrief_sep {
	position: relative;
	float: left;
	width: 420px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(http://www.capitalofeurope.be/ee/images/fixed/bg-specials.gif);
	padding: 0;
	margin-bottom:15px;
	text-align: center;
}
#content #sidebar #cadeaubon {
	position: relative;
	float: left;
	width: 420px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/fixed/bg-specials.gif);
	padding: 0;
	margin-bottom:15px;
	text-align: center;
}

#content #sidebar #openingsuren #uur {
	float: left;
	width: 50px;	
}

#content #sidebar #openingsuren #uren {
	float: right;
	width: 300px;
	text-align: left;
}

#specials p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.sub #content #sidebar {
	width: 420px;
	float: right;
	/*padding: 10px 5px;*/
}



.sub #content #sidebar div { 
	background: url(/images/layout/side-bar/sidebar-bg.jpg) no-repeat left top;
	width: 384px;
	/*padding: 6px;*/
}


#content #sidebar div {
	/*padding: 5px 15px;*/
	padding-bottom: 0;
	width: 399px;
	color: #cfd4db;
	background-image: url(images/fixed/bg-specials.gif);
	background-repeat: repeat;
	background-position: left top;
}

#content #sidebar div p { 
	margin-bottom: 10px;
}

#content #main {
	position: relative;
	float: left;
	width: 400px;
	/*margin-left: 10px;*/
	z-index: 0;
	padding-top: 5px;
	/*padding-right: 5px;*/
	padding-bottom: 10px;
}

#content #main_full {
	position: relative;
	float: left;
	width: 895px;
	margin-left: 12px;
	z-index: 0;
	padding-top: 5px;
	/*padding-right: 5px;*/
	padding-bottom: 10px;
}

#content #main_full p.2hands {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FF6600;	
}


.sub #content #main {
	float: left;
	background: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	/*margin-left: 11px;*/
	/*padding-top: 7px;*/
	/*padding-right: 15px;*/
	padding-bottom: 7px;
}

.sub#news #content #main h1 {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 0;
	color: #FF6600;
}

/*.sub#news #content #main p#utils {
	float: right;
	clear: none;
	padding: 10px 0 10px 0;
	border: 0;
	width: 200px;
}

.sub#news #content #main p#utils a {
	border: 0;
}

.sub#news #content #main p.paging {
	width: 300px;
	float: left;
	clear: none;
	padding: 10px 0 10px 10px;
	border: 0;
	color: #999;
}

.sub#news #content #main p.paging a {
	border: 0;
	color: #F60;
}

.sub#news #content #main p.paging a:hover {
	border: 0;
	color: #333;
}
*/

.sub#news #content #main p {
	clear: both;
	border-top: 1px dashed #eee;
	padding: 12px 10px;
}

.sub#news #content #main p a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #666;
}

.sub#news #content #main p span {
	background: url(/images/icons/standard-bullet.gif) no-repeat 0 5px;
	padding-left: 11px;
}

.sub#news #content #main p strong {
	padding-left: 10px;
	color: #F60;
	font-weight: normal;
}

.sub#news #content #main p a:hover {
	color: #333;
	border-bottom: 1px solid #1f6585;
}

.sub#search #content #main p#utils {
	float: right;
	font-size: 1em;
	padding: 0;
}

.sub#search #content #main p.intro {
	font-size: 1em;
	margin: 5px 0 0 0;
	padding: 15px;
	background: url(/images/layout/content/dir-bg.jpg) no-repeat left top;
}

.sub #main h1 { 
	clear: right;
	color: #F60;
	font-size: 1.4em;
	padding: 10px 0;
}

.sub #main h2 { 
	color: #F60;
	font-size: 1.3em;
	padding: 0 0 6px 0;
}

.sub #main h3 { 
	color: #999999;
	padding: 0 0 6px 0;
	font-size: 1.2em;
}

.sub #main ul { 
	padding: 0 0 0 20px;
}



.sub #main ul li {
	/*list-style-image: url(../images/ster.png);*/
	color:#FFF;
}

.sub #main blockquote { 
	padding: 0 0 0 20px;
}

.sub#contact #main h3 { 
	color: #F60;
	font-size: 1.1em;
}

.sub#contact #main address { 
	padding: 5px 0 0 10px;
	font-style: normal;
}

.sub#contact #main address strong, 
.sub#contact #main address a { 
	font-weight: normal;
	background: url(/images/icons/phone-white.gif) no-repeat 0 50%;
	display: block;
	padding: 3px 0 3px 25px;
	margin-top: 10px;
}

.sub#contact #main address a {
	background: url(/images/icons/mail-white.gif) no-repeat 0 50%;
	margin-top: 0;
}

.sub#contact #main iframe { 
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	margin: 0 0 0 15px;
}

#content #lower { 
	clear: both;
	position: relative;
	width: 900px;
	background: url(/images/layout/content/home-lower-tile.gif) repeat-y left top;
	color: #c8cdd5;
	z-index: 0;
}

#content #lower #holder { 
	position: relative;
	background: url(/images/layout/content/home-lower-bg.jpg) no-repeat left top;
}

#content #lower #lower-sidebar { 
	position: relative;
	float: left;
	padding: 15px 18px 15px 18px;
	width: 282px;
}

#content #lower #lower-sidebar p img.left { 
	padding: 3px 7px 2px 0;
	margin: 0;
}

#content #lower #lower-main { 
	position: relative;
	float: left;
	margin-left: 10px;
	padding: 13px 18px 0 18px;
	width: 535px;
}

#content #lower #lower-sidebar h3, 

#content #lower #lower-main h3 { 
	color: #fff;
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#content #lower #lower-main h3 em { 
	float: right;
	font-style: normal;
}

#content #lower #lower-main h3 em a { 
	font-size: .7em;
	color: #a6bcd1;
	text-decoration: none;
	padding-right: 15px;
	background: url(/images/icons/arrow-small.gif) no-repeat 88% 50%; 
}

#content #lower #lower-main h3 em a:hover { 
	color: #fff;
}

#content #lower #lower-main ul li a { 
	display: block;
	border-bottom: 1px dashed #888;
	color: #c8cdd5;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	background: transparent url(/images/icons/bullet.gif) no-repeat 3px 55%;
}

#content #lower #lower-main ul li a:hover { 
	background: url(/images/icons/bullet.gif) no-repeat 3px 55%;
	text-decoration: underline;
	color: #eee;
}

#content #lower p#directory { 
	position: relative;
	float: right;
	border-top: 1px solid #1f2022;
	width: 540px;
	background: url(/images/layout/content/directory-bg.jpg) repeat-x left top;
	line-height: 1em;
	padding: 12px 10px 10px 10px;
	margin: 10px -14px 0 -14px;
}

#content #lower p#directory input { 
	font-size: 12px;
	vertical-align: middle;
	width: 250px;
}

#content #lower p#directory input.submit { 
	border: 0;
	width: 22px;
	height: 23px;
	padding-left: 5px;

	background: transparent;

}

#content #lower a.button { 
	position: relative;
	display: block;
	float: right;
	border: 1px solid #727273;
	background: #243141 url(/images/layout/buttons/gradient-bg.gif) repeat-x left top;
	color: #eee;
	text-decoration: none;
	padding: 6px 8px;
	font-size: .9em;
	line-height: .9em;
}

#content #lower a.button:hover { 
	color: #fff;
	border-color: #999;
}

/* ----------| =Footer |---------- */ 

#footer { 
	font-size: 1em;
	color: #999;
}

#footer #links {
	float:right;
	width: 500px;
	height: 50px;
	margin-top:0px;
}

#footer h3 {
	padding-left:10px;
}
#footer p {
	float: right;
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

#footer p.left {
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
}

#footer p.left_designedby {
	float: left;
	color: #333333;
	font-size:9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#footer p strong {
	color: #F60;
	font-weight: normal;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0px;
}

#footer p a { 
	color: #999;
}

#footer p em { 
	padding-left: 15px;
	font-style: normal;
}

input.velden {
	border:1px solid #FF6600;
	color: #FFFFFF;
	background-color: #242424;
	padding: 5px;
}

textarea.velden {
	border:1px solid #FF6600;
	color: #FFFFFF;
	background-color: #242424;
	padding: 5px;
}



/* Tables */

td {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
}

td.one {
	background-color: #272727;
}

td.two {
	background-color: #2D2D2D;

}

td.2hands {
 text-align: left;
	vertical-align: top;
	padding-right: 55px;
	padding-top: 0px;
	padding-bottom: 20px;
}

hr.2hands {
	color: #FFF;
	background-color:#FFF;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
