/* CSS file for SBW Motorrad Website 2007 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* Default text set to dark grey */
	color: #545453;
	margin: 0px;
	height: 100%;
	
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.whitetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.whitetextboldlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.yellowtextboldlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* Controls for the main hyperlinks to be used through out the site */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* Line Spacers */

.GreySpacer{
	height:1px;
	background-color:#666666;	
}
.BlackSpacer{
	height:1px;
	background-color:#333333;	
}
.WhiteSpacer{
	height:1px;
	background-color:#FFFFFF;	
}
.headingSpacer{
	height:20px;

}
/*Code for the roll overs on the images*/

a.rollover:hover img {
filter:alpha(opacity=40);-moz-opacity:.80;opacity:.80;
}
.HomeUsedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.HomeUsedTextBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.td {
	width: 25px;
}

