body
{
  font-family: arial, verdana;
  font-size:14px;
  color:#a2acc2;
  background: #f1f2f3;
  margin:0;
  padding:0;
}
.minitext
{
  font-family: arial, verdana;
  font-size:9px;
  color:#a2acc2;
  background: #f1f2f3;
  margin:0;
  padding:0;
}
table {margin:0; border-collapse:collapse; padding:0;}
table td { vertical-align:top; padding:0; margin: 0; border-collapse:collapse;}
a 
{
  font-family: arial, verdana;
  color: #a2acc2;
  font-weight: bold;
  text-decoration:none; 
}
H2
{ font-family: arial, verdana; font-size: 12px; background: #a2acc2; color: #f1f3f7; padding: 2px 10px ; margin-bottom: 0px; margin-right: 10px; text-align: left; }
H1
{ font-family: arial, verdana; font-size: 14px; background: #a2acc2; color: #f1f3f7; padding: 2px 10px ; margin-bottom: 0px; margin-right: 10px; text-align: left; }
.marks
{
  background: url("/images/selectmark.jpg") no-repeat;
  margin-top: 20px;
}
.discs
{
  background: url("/images/disk.jpg") no-repeat;
  margin-top: 20px;
  padding-top:100px;
}
.disconcar
{
  background: url("/images/diskoncar.jpg") no-repeat;
  margin-top: 20px;
  padding-top:100px;
}
.disc
{
  background: url("/images/diskinfo.jpg") no-repeat;
  margin-top: 20px;
  padding-top:100px;
}
.models
{
  background: url("/images/selectmodel.jpg") no-repeat;
  margin-top: 20px;
}
.modifications
{
  background: url("/images/selectmodifications.jpg") no-repeat;
  margin-top: 20px;
}
.modification
{
  background: url("/images/modification.jpg") no-repeat;
  margin-top: 20px;
}


#menu 
{
  width:270px; 
  position:relative; 
}
#menu a:visited, 
#menu a 
{
  text-decoration:none; 
  color:#d00; 
  font-weight:bold;
}
#menu a:visited img, 
#menu a img
{
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.40; opacity:0.8;
}
#menu a:hover {background-color:transparent; color:#06a;}
#menu a:hover img { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}