/* Document for RB Motoren
 _____       _        _ _                         
|  __ \     | |      (_) |                        
| |  | | ___| |_ __ _ _| |_      _____  _ ____  __
| |  | |/ _ \ __/ _` | | \ \ /\ / / _ \| '__\ \/ /
| |__| |  __/ || (_| | | |\ V  V / (_) | |   >  < 
|_____/ \___|\__\__,_|_|_| \_/\_/ \___/|_|  /_/\_\

Copyright 2008 : www.detailworx.nl
Weltevreden 24 G - 3731 AL De Bilt
Tel: 030 - 220 41 81
*/

body {
	font: 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a {
	outline:none;
}

a:link {
	color: #002051;
	text-decoration: underline;
}

a:visited {
	color: #002051;
	text-decoration: underline;
}

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

a:active {
	color:#333333;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted invert;
}

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

#map a:active {
	color: #002051;
	text-decoration: none;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	line-height:1.5em;
}

h2 {
	font-size: 18px;
	line-height:1.5em;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
	margin-left:50px;
	margin-bottom:10px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}