@charset "utf-8";
/****************************
* Zakladny zoznam stylov
*****************************/
body {
	width:985px;
	padding: 0 0px;
	margin-left:auto;
	margin-right:auto;
	font-family: Tahoma;
}
h1 {
	font-size: 19px;
	color: #ff0000;
	margin: 0px;
	display: inline;
	font-weight: normal;
}

#menu_mini  h1 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	display: inline
}
#menu_mini  h2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	display: inline
}
h2 {
	font-size: 16px;
	margin: 10px;
	margin-left: 0px;
	font-weight: normal;
	color: #ff0000;
}
h3 {
	font-size: 110%;
	margin: 0px;
	display: inline;
	font-weight: bold;
	color: #4c4c4c;
}
li {
  list-style-type:none;
  margin-left: -15px;
}
table, tr, td {
  margin: 0px;
  padding: 0px;
}



ul {
	list-style-image: url("../image/arrow.png");
	text-align:left;
}
ol li {
	list-style-type: decimal;
}
li {
	padding-top: 3px;
}
a {
  color: #ff0000;
	text-decoration: underline;  
}
a:hover { 
	text-decoration: none;
	color: #ff0000;
}
p {
	text-align:justify;
}
a.ablack_reverse {
  color:black;
	text-decoration: none;
}
a:hover.ablack_reverse {
  color:black;
	text-decoration: underline;
}
/* *******************************************************
* Hlavny kontajner obsahujuci left & right container a footer
*********************************************************/
#container {
	position:relative;
	width:985px;
	height:auto;
}
/*******************************************************
* Vlastne classy na formatovanie textu
*******************************************************/
.bold {
  font-weight: 600;
  text-decoration: none;
}
.red {
  color: #ff0000; 
  text-decoration: none;
  text-align: left;
}
.black {
  color: #4c4c4c;
  text-decoration: none;
}

#prehravac {
	border-width: 0px;
}

#contact_form {
	clear: both;
	width: 75%;
}
#contact_form form {
	display: block;
	margin: 0px;
}
#contact_form table {
	width: 100%;
}
#contact_form table td {
	padding: 3px;
}
#contact_form table td.label {
	width: 30%;
}
#contact_form input, #contact_form select, #contact_form textarea {
	width: 98%;
	border: 1px dotted #5B5B5B;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
}
#contact_form textarea {
	height: 90px;
}
#contact_form input.submit {
	background-color: #C5BFA3;
	border: 1px solid #FF0000;
	width: auto;
	cursor: pointer;
	color: #330705;
}
#contact_form input.A_required, #contact_form textarea.A_required {
	border-right: 5px solid #FF0000;
}
.referencia {
  width:280px;
  height:100px;
  float: left;
  margin: 2px 2px;
  border-right:4px solid #4C4C4C;
  cursor: hand;

}

.referencia:hover {
  border-right:4px solid #FF0000;
  background-color:#F5F5F5;
}
.referencia div {
  height:15px;
  font-size:11px;
  font-weight:bold;
}


