a {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #7C7C7C;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #FF6600;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #F68531;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}
.quicks {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

.system {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.system a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.system a:hover{
	color: #FF6600;
}

.system2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.system2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
.system2 a:hover{
	color: #FF6600;
}

a.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	width: 150px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
a.link1:hover {
	color: #FF6600;
}
a.sellink1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7C7C7C;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	width: 150px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
a.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	width: 128px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 32px;
	padding-right: 10px;
	float: left;
}
a.link2:hover {
	color: #FF6600;
}
a.sellink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	width: 128px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 32px;
	padding-right: 10px;
	float: left;
}
a.footer {
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(255, 102, 0);
	padding-right: 10px;
	padding-left: 20px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
}
a.footer:hover {
	color: #FF6600;
}
a.footersel {
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(255, 102, 0);
	padding-right: 10px;
	padding-left: 20px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
}
a.cesta {
	font-size: 10px;
	text-transform: uppercase;
}

.cesta {
	font-size: 10px;
	text-transform: uppercase;
}
a.cesta:hover {
	font-size: 10px;
	text-transform: uppercase;
}


#topmenu
{
	float:right;
	list-style-type:none;
	text-align:right;
	color: Black;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#topmenu li
{
	float:left;
	padding:0 8px;
	border-right:1px solid black;
	font-size: 10px;

}

#topmenu li.last,#menu li a.last, #menu li#logo a {border:none;}

#topmenu a
{
	font-size: 10px;
	display:block;
	text-transform: lowercase;
	text-decoration:none;
	color:black;
}
#topmenu a:hover
{
	color: #FF6600;
}

.spacer {
  margin-top:6px; 
  margin-bottom:6px;
}

.td_vyber {
  text-align: right;
  padding-left: 10px; 
  padding-top:17px;
}

.button_a {
  cursor: pointer;
  color: white; 
  text-decoration:none;
}

.button_a:hover {
  cursor: pointer;
  color: #7C7C7C;
  text-decoration:none;
}


.menu_img {
  float: left; 
  margin-left:0px; 
  width:170px; 
  height:1px;
}

.menu_img2 {
  margin-left:-12px; 
  float:left
}

.orange {
	color: #ff6600;
}