body td{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;

	color: black;
	background-color: white;

	padding: 0;
}

img {
	border: none;
}

#topmenu td {
  font-size: small;
  font-weight: bold;
	text-align: center;
	background-color: transparent;
}

#topmenu td.inactive a{
  text-decoration: none;
	color:navy;
}

#topmenu td.inactive {
  width: 100px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#topmenu td.active a{
  text-decoration: none;
	color: white;
}
#topmenu td.active a:hover{
  color: #feff7d;
}

#topmenu td.active {
  width: 100px;
	background-color: #4D217A;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#topmenu td.over {
  width: 100px;
	background-color: #ffffcc;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#topmenu td.over a{
  text-decoration: none;
	color: black;
}

#leftmenu ul{
	padding-left: 30px;
	margin-left: 0px;
}

#leftmenu a{
  font-weight: bold;
	color: navy;
	text-decoration: none;
}

#leftmenu span.heading{
  font-weight: bold;
	color: navy;
	text-decoration: none;
	text-indent: 1em;
	margin-left: 1em;
	padding-left: 1em;
}

#content h1{
  color: navy;
	font-size: 150%;	
	font-weight: bold;
	text-align: center;
}

#content a{
  text-decoration: none;
}

#content p{
  text-align: justify;
}

#content h2{
  color: navy;
	font-size: 130%;	
	font-weight: bold;
	text-align: left;
}

#content h2.detail{
	text-align: center;
}
#content table.elox{
	text-align: center;
}
#content table.productlist{
	text-align: left;
}

#content table.productlist a{
	color: navy;
	font-weight: bold;
  text-decoration: none;
}

#content table.productlist a{
	color: black;
}

#content table.wheellist{
	text-align: left;
}

#content table.wheellist a{
	color: navy;
	font-weight: bold;
  text-decoration: none;
}

#content table.wheellist a{
	color: black;
}

#content table.properties{
	text-align: left;
}

#rightpanel ul{
	padding-left: 30px;
	margin-left: 0px;
}

#rightpanel a{
  font-weight: bold;
	color: navy;
	text-decoration: none;	
}

a {
	color: navy;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;	
}

.link{
	color: navy;
}

.emailprot {
	display: none;
}

.uvodnik h2{
	padding-top: 0px;
	font-size: 18px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	color: #4D217A;
}

.uvodnik p{
	margin-top: 0px;
}

.uvodnik a{
	text-decoration: none;
	font-weight: bold;
	color: #4D217A;
}

.uvodnik a:hover{
  text-decoration: underline;
}


