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

* {margin: 0; padding: 0; }

:focus {
	outline: 0;
}
 
body {
margin: 0 auto;
background-color:#61604e;
margin-bottom:30px;
background:url(images/bodyback.gif) repeat-x #61604e;
}

#container {
background:url(images/backgr.jpg) no-repeat #61604e;
width:789px;
height:826px;
margin: 0 auto;
	border: 1px solid #d7d7c6;
}

ul#menu {
    list-style: none;
	height: 27px;
	width:450px;
	position:relative;
	float:left;
	display:block;
	background: url(images/menu.gif) no-repeat;
	padding-left:84px;
	margin-top:17px;
	overflow:hidden;
}	

ul#menu a {
	float: left;
	margin: 0 3px 0 0;
	background: url(images/menu.gif);
	height:28px;
	}
	
	ul#menu a:hover {
	background: url(images/menu-hover.gif);
	}

li {
float:left;
}

ul#menu a.modellen {
	background-position: -84px 0;
	width:64px;
}

ul#menu a.prijzen {
	background-position: -149px 0;
	width:53px;
}

ul#menu a.accessoires {
	background-position: -206px 0;
	width:70px;
}

ul#menu a.dealers {
	background-position: -279px 0;
	width:54px;
}

ul#menu a.downloads {
	background-position: -336px 0;
	width:73px;
}

ul#menu a.contact {
	background-position: -412px 0;
	width:52px;
}

#menu li a span{
	margin-left: -2000px;
}

.index{
width:789px;
height:600px;
margin-top:43px;
display:block;
}

#try{
width:175px;
height:172px;
margin-top:-226px;
margin-left:21px;
display:block;
background: url(images/trybuy.jpg) no-repeat;
}

a#try:hover{
background: url(images/tryhover.gif) no-repeat;
}

p.intro{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#61604e;
margin-top:65px;
margin-left:23px;
width:725px;
line-height:18px;
}

p a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#61604e;
text-decoration:underline;
}


.tekst {
font: 12px arial;
color:#666666;
}

.tekst a:link {
font-family:Arial, Helvetica, sans-serif;
color:#3ba4b5;
font-size:12px;
}

.tekst a:visited {
font-family:Arial, Helvetica, sans-serif;
color:#3ba4b5;
font-size:12px;
}

.tekst a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#3ba4b5;
text-decoration:underline;
}

p#footer {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#61604e;
margin-top:95px;
margin-left:23px;
width:725px;
height:20px;
}

