p, div, form, h1, h2, h3, h4, h5, h6, ul, ol, li, img {
	margin: 0px;
	padding: 0px;
}

img { border: none; margin: 0px; padding: 0px; }

.head,
.navigation,
.content,
.footer {
	overflow: hidden;
}	

html, body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #4B4B4B;
}


body {
	background-color: #D8D8D8;
	background-position: center;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}

.page {
	width: 900px;
	margin: auto;
}
	
	.topNavigation{
		padding: 16px 13px 6px;
		float: right;
		font-weight:normal;
	}
	.topNavigation li{ padding: 0px 2px;}
	
	.head .left {width: 380px; padding: 10px 35px;}
	.head .right {width: 420px; padding: 40px 15px 0px;}
	.head .banner {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		overflow: hidden;
	}
	
	.navigation {
		background-image: url(../images/background_menue.jpg);
		background-repeat: repeat-x;
		overflow: hidden;
		width: 900px;
	}
	
		.navigation li.first {
			padding-left: 70px;
		}
			
		.navigation li {
			padding: 13px 19px 12px;
		}
		
			.navigation li a{
				text-decoration: none;
				color: #fff;
				font-weight: bold;
				letter-spacing: 1px;
			}
			.navigation li a:hover{ color: #C0C0C0; }
	
	
	.content .left {
		width: 200px;
		padding: 60px 25px 30px;
	}
	
		.subnavigation {
			margin-bottom: 60px;	
			font-size: 13px;
			list-style: none;
		}
		
		
		.subnavigation li{
			margin-bottom: 10px;
			font-weight: bold;
			color: #ba102a;
		}
		
		.subnavigation li a{
			color: inherit;
		}
	
	
	.content .right {
		padding: 17px 52px 0px;
		width: 546px;
	}
	
		.content .right ul{
			margin: 15px 25px;
		}
	
		.content .right .breadcrumbs {
			margin: 0px 0px 43px 0px;
		}
		
		.breadcrumbs li{
			padding-right: 5px;
		}







.links a{ text-decoration: none; color: #4B4B4B;}

.smallLinks a{
	text-decoration: none;
	font-size: 11px;
	color: #4B4B4B;
	letter-spacing:1px;
}
.links a:hover,
.smallLinks a:hover { color: #ba102a; text-decoration: underline }

.hList li {
	float: left;
	list-style: none;
}

p {margin-bottom: 15px;}
.rAlign {text-align: right;}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
h1  { color: #ba102a; font-weight: bold; font-size: 19px; margin-top: -2px; }
h2  { color: #ba102a; font-weight: bold; font-size: 16px; }
h3  { color: #ba102a; font-weight: bold; font-size: 14px; }
h4  { font-weight: bold; font-size: 13px; }



a.sprites {
	text-decoration: none;
	margin: 0px;
	background-image: url(../images/logoSprites.png);
	background-repeat: no-repeat;
	display: block;
}

.sprites span {
	visibility: hidden;
	font-size: 1px;
}

ul.sprites {margin-left:130px;}


.sprites li {
	padding: 0px 15px;
	height: 100px;
}

.footer {
	margin-top: 10px;
	padding-bottom: 20px;
}



.sprites .deutz { width: 75px; height: 75px; margin-top: 12px; }
.sprites .deutz:hover { background-position: 0px -100px; }

.sprites .volvo { width: 77px; height: 100px; background-position: -75px 0px; }
.sprites .volvo:hover { background-position: -75px -100px; }

.sprites .yanmar { width: 100px; height: 14px; background-position: -175px 0px; margin-top: 43px; }
.sprites .yanmar:hover { background-position: -175px -100px; }


.sprites .mariner { width: 100px; height: 10px; background-position: -275px 0px; margin-top: 45px;}
.sprites .mariner:hover { background-position: -275px -100px; }

.sprites .mercury { width: 100px; height: 22px; background-position: -375px 0px; margin-top: 39px;}
.sprites .mercury:hover { background-position: -375px -100px; }

.sprites .vwmarine { width: 150px; height: 39px; background-position: -475px 0px; margin-top: 30px;}
.sprites .vwmarine:hover { background-position: -475px -100px; }




