/* CSS Document für Motorrad-Direct*/

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #1C2142;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #1C2142;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #576375;
}

a.nav:link {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
a.nav:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
a.nav:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.sub {
	font-size: 12px;
	font-weight: bold;
	color: #FFEA00;
}
li {
	list-style-type: square;
}
hr {
	color: #333333;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #1D2043;
	border: 1px solid #1C2142;
	color: #FFFFFF;
	}
