* {
	margin: 0;
	padding: 0;
}

body {
	background: url('../media/bg.png') repeat-x 0 0px #000;
	color: #eee;
	font-family: Arial, sans-serif, Verdana;
	font-size: 12.8px;
}

a:focus, a:active {
	outline: none;
}

div.clear {
	clear: both;
}

div#container {
	width: 980px;
	height: 590px;
	margin: 30px auto 0;
}

div#header {
	height: 90px;
}

div#header h1#logo {
	display: block;
	position: absolute;
	height: 90px;
	width: 190px;
	margin: -20px 395px 0 395px;
	background: url('../media/logo.gif') no-repeat -15px 5px;
	text-indent: -1000em;
	float: left;
}

div#header h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

div#header h2#slogan {
	display: block;
	width: 725px;
	margin: 45px 0 0 58px;
	background: url('../media/slogan.gif') no-repeat;
	text-indent: -1000em;
	float: left;
}

ul#menu {
	border-top: 1px solid white;
	height: 20px;
	list-style: none;
	line-height: 20px;
	background: url('../media/menu_bg.gif') repeat-x;
	padding: 2px 1px 2px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.first, .first a:hover{
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.last, .last a:hover {
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

ul#menu li {
	display: block;
	float: left;
	text-align: center;
	font-size: 1em;
	width: 138px;
}

.m, .first, .active {
	border-right: 1px solid #D8AE00;
}

.last.active {
	border-right: none;
}

ul#menu li a{
	display: block;
	color: white;
	padding: 0 20px;
	text-decoration: none;
}

ul#menu li.active {
	display: block;
	padding: 0 0px;
	margin: 0;
	background: #D8AE00;
	color: #FFF;
}

ul#menu li a:hover{
	color: #D8AE00;
	background: white;
}


/*body#index div#content{
	background: url('../media/index_graf.jpg') no-repeat 0px 0px #000;
}

body#index_domepod div#content{
	background: url('../media/index_domepod.jpg') no-repeat 0px 0px #000;
}*/


body#index div#content{
	background: url('../media/index_black.jpg') no-repeat -120px -50px #000;
}

/*body#index div#content{
	background: url('http://euroquick.nl/images/vaderdag2010.jpg') no-repeat 0 10px #FFF;
}*/

div#content {
	display: block;
	position: relative;
	margin: 10px 0 30px 0;
	height: 560px;
	border: 1px solid #D8AE00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: none;
	background: #000;
}

a#bejing {
	background: url('../media/bike.gif') no-repeat 0 0;
	display: block;
	text-decoration: none;
	text-indent: -2000em;
	width: 380px;
	height: 66px;
	margin: 20px 0px 0 20px;
	border: none;
	float: left;
}

a#dakar {
	display: block;
	background: url('../media/bever.jpg') no-repeat 0 0;
	text-decoration: none;
	text-indent: -2000em;
	width: 253px;
	height: 105px;
	margin: 20px 0px 0 20px;
	border: none;
	float: left;
	
}

div#tekst {
	margin: 20px;
	padding: 10px;
	width: 400px;
	height: auto;
	float: left;
}

h3 {
	color: #D8AE00;
	font-size: 1em;
}

div#tekst_rechts {
	margin: 20px;
	padding: 10px;
	width: 400px;
	height: auto;
	float: right;
}

div#tekst h2, div#tekst_rechts h2 {
	font-size: 1.4em;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	color: #D8AE00;
}

div#tekst p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

div#hometekst {
	font-size: 11px;
	line-height: 1.5em;
	margin: 190px 93px 0 0;
	width: 240px;
	float: right;
	height: auto;
	display: block;
	color: #FFF;
}

div#hometekst h2 {
	font-size: 14px;
}

div#hometekst h2 span.yellow {
	color: #FDBA30;
}

* html div#hometekst {
	font-size: 0.8em;
	margin: 220px 0 0 300px;
	width: 230px;
	float: left;
	height: auto;
	display: block;
}

* html div#hometekst h2 {
	font-size: 14px
}

div#hometekst p {
	padding: 10px 1px ;
}

div#hometekst p a {
	font-weight: bold;
	border-bottom:  1px dotted #fff;
	color:  #fff;
	text-decoration: none;
}

div#hometekst #homevideo {
	display: block;
	margin-top: 10px;
}

div#hometekst #homevideo object {
}

/* Accesoires */

ul#accessoires {
	list-style: none;
	margin: 255px 0 0 25px;
	position: absolute;
	width: 400px;
}

ul#accessoires li.cups {background: url('../media/cups.png');}
ul#accessoires li.ristretto {background: url('../media/ristretto.png');}
ul#accessoires li.tas {background: url('../media/tas.png');}
ul#accessoires li.outdoor {background: url('../media/outdoor.jpg');}
ul#accessoires li.graveren {background: url('../media/graveren.jpg');}
ul#accessoires li.domepodcase {background: url('../media/domepodcase.jpg');}
ul#accessoires li.intensefilter {background: url('../media/intensefilter.jpg');}


ul#accessoires li.thermo {background: url('../media/thermo.png');}
ul#accessoires li.hp {background: url('../media/hp.png');}
ul#accessoires li.hp_red {background: url('../media/hp_red.jpg');}
ul#accessoires li.domopod {background: url('../media/domopod_.png');}

ul#accessoires li {
	display: block;
	height: 100px;
	width: 100px;
	margin: 10px;
	float: left;
	line-height: 120px;
	color: white;
	text-align: center;
	background: white;
	border: 3px solid #333;
	text-indent: -1000em;
}

ul#accessoires li.active {
	color: white;
	font-weight: bold;
	border: 3px solid #D8AE00;
}

ul#accessoires li a {
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 120px;
	color: white;
	text-decoration: none;
	color: #D8AE00;
	font-weight: bold;
}

body#systeem .bg_image {
	/*background: url('../media/ESE.gif') no-repeat 740px 300px;*/
	display: block;
	width: 100%;
	height: 100%;
}

body#systeem #tekst p, body#systeem #systeemspecs p {
	font-size:  0.9em;
}

#systeemspecs {
	margin: 0px;
	padding: 50px 30px;
	width: 400px;
	height: 550px;
	float: right;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	overflow: auto;
}

#systeemspecs p {
	margin: 0 0 30px 0;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

#systeemspecs a, #tekst a {
	text-decoration: none;
	color: #D8AE00;
	border-bottom: 1px solid #D8AE00;
}

#systeemspecs a:hover, #tekst a:hover {
	color: #D8AE00;
	border-bottom: 1px solid #D8AE00;
}

#systeemspecs img {
	/*border: 3px solid #D8AE00;*/
}

#accspecs {
	margin: 0px;
	padding: 0px 30px;
	width: 400px;
	height: 550px;
	float: right;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	overflow: auto;
}

#accspecs h3 {
	margin: 0px 0 5px 0;
	color: #D8AE00;	
}

#accspecs h4 {
	margin: 20px 0 5px 0;
	font-size: 1em;
	font-weight: bold;
}

#accspecs ul, #systeemspecs ul {
	margin: 0 0 0 1.3em;
	width: 350px;
}

#accspecs ul li, #systeemspecs ul li {
	margin: 0px 0 0 0;
}

#accspecs img {
	margin: 20px 20px 20px 20px;
}

/* waar te koop? */

body#waartekoop #content {
	background: url('../media/verpakking.png') no-repeat 30px 220px #000;
}

div#dealers_right {
	margin: 0px 0px;
	padding: 20px 10px;
	width: 400px;
	height: auto;
	float: right;
	height: 520px;
	overflow: auto;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

.stad {
	margin: 0 0 17px 0;
}

.stad h3{
	color: #D8AE00;
}

.stadcontent {
	border-left: 4px solid #D8AE00;
}

.dealer {
	margin: 10px;
}

.dealer a {
	color: #bbb;
	border-bottom: 1px solid #bbb;
	text-decoration: none;
}

/* video */

div#video {
	margin: 10px;
	float: left;
}

div#video h3 {
	color: #D8AE00;	
	margin: 0 0 15px 0;
}

ul#videos {
	list-style: none;
	margin: 51px 0 0 -6px;
	position: absolute;
	width: 400px;
}

ul#videos li.one {background: url('../media/movie1.jpg');}
ul#videos li.two {background: url('../media/movie2.jpg');}
ul#videos li.three {background: url('../media/movie3.jpg');}
ul#videos li.four {background: url('../media/movie4.jpg');}


ul#videos li {
	display: block;
	height: 120px;
	width: 120px;
	margin: 10px;
	float: left;
	line-height: 120px;
	color: white;
	text-align: center;
	background: white;
	border: 3px solid #333;
	text-indent: -1000em;
}

ul#videos li.active {
	color: white;
	font-weight: bold;
	border: 3px solid #D8AE00;
}

ul#videos li a {
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 120px;
	color: white;
	text-decoration: none;
	color: #D8AE00;
	font-weight: bold;
}

/* Garantie .. !!*/

body#garantie .bg_image {
	background: url('../media/garantie.jpg') no-repeat right;
	display: block;
	width: 100%;
	height: 100%;
	left:0;
	position: absolute;
}

body#garantie #content {
	overflow: hidden;
}

*html body#garantie .bg_image{
	display: block;
	width: 524px;
	height: 502px;
	position: absolute;
	margin: 48px 0 0 0px;
}