body {
	background: url('/gfx/autosportweb/bodybg.gif') top repeat-x #e4e4e4;
}

a {
	color: #000000;
}
a:hover {
	color: #cb0101;
}

img#logo {
	display: none;
}

div#header {
	background: url('/gfx/autosportweb/headerbg.jpg') 0px 15px no-repeat;
}
div#userstatus {
	background: #e4e4e4;
}

ul#nav {
	border-left: solid 1px #ab0000;
	border-right: solid 1px #4e0606;
}
ul#nav li a {
	border-right: solid 1px #ab0000;
	border-left: solid 1px #4e0606;
}
ul#nav li a:hover {
	background-color: #ab0000;
}
ul#nav li.active a {
	border-right: none;
	background-image: none;
	background-color: #ab0000;
}
ul#nav li.active a:hover {
}

div.left div.section, div.right div.section {
	background-color: #d2e7fc;
}

div.content h1 {
	font-size: 16px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
div.content h2 {
	font-size: 14px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
div.content h3 {
	font-size: 14px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

div.content div.highlight {
	background-color: #e4e4e4;
}
div.content div.highlight_plus {
	background-color: #c1dcf7;
}

table.scheme tr.odd td {
	background-color: #c1dcf7;
}
table.scheme tr.even td {
	background-color: #d2e7fc;
}
