/* css by sido */

body {
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: center;
	background-image: url('images/bckg.png');
	background-repeat: repeat-x;
	font-family: Verdana, serif;
 	font-weight: normal;
	font-size: 11px;
	background-color: #dfdfdf;
}

/* definicie formularov */ 

input 
{
	border:1px solid #333333;
	background:#dfdfdf;
	color: #333333;
	margin: 1px;
	padding: 0;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
	font-size: 12px;
	text-align: left;
}

select 
{
	border:1px solid #333333;
	background:#dfdfdf;
	color: #333333;
	margin: 0px;
	font-size: 12px;
}

textarea 
{
	border:1px solid #333333;
	background:#dfdfdf;
	color: #333333;
	margin: 1px;
	padding: 0;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
	font-size: 12px;
}

hr 
{
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:1px solid #dfdfdf;
	color: #ffffff;
	height: 2px;	
	margin: 0px;
	font-size: 12px;
}


#obal {
	width: 951px;	
	margin: 0 auto 0 auto;
}

#vrch {
	width: 951px;
	height: 38px; 	
	background-image: url('images/vrch.png');
	text-align: left;
	padding: 0px;
}

#vrch h1 {
  font-size: 12px;
  color: #c0c0c0;
  margin: 0px;
  margin-left: 15px;
  padding-top: 4px;
}

#logo {
	width: 951px;
	height: 200px; 	
	background-image: url('images/logo.png');
}

#menu {
	width: 951px;
	height: 51px; 	
	background-image: url('images/menu.png');
	text-align: right;
	padding-top: 15px;
}

#menu a {
	color: #dedede;
	text-decoration: none;
 	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 37px;
}

#menu a:hover {
	color: #007200;
	text-decoration: none;
	background-color: #dfdfdf;
}

#menu a:active {
	color: #007200;
	text-decoration: none;
}

#button
{
	float: right;	
	width: 235px;
	height: 200px;
	border: 1px solid #c0c0c0;
	margin: 5px; 
	margin-left: 15px; 
	margin-right: 5px; 
}

#obsah {
	margin: 0px;
	padding: 0px;
	width: 951px;
	background-image: url('images/obsah.png');
	min-height: 150px;
	text-align: left;
}

#tegxt
{
	margin: 0px;
	padding: 0px;
	width: 860px; 
	padding-left: 25px;
	padding-right: 25px;
}

#tegxt a img {
	border: 3px solid #ffffff;
}

#tegxt a:hover img {
	border: 3px solid #fecf87;
}

#tegxt a {
	color: #a00000;
	text-decoration: none;
 	font-weight: bold;
	font-size: 12px;
}

#tegxt a:hover {
	color: #000000;
	text-decoration: none;
}

#tegxt a:active {
	color: #000000;
	text-decoration: none;
}

#spodok {
	background-image: url('images/pata.png');
	background-repeat: no-repeat;
	width: 951px;
	height: 138px;
}
#spodok2 {
	background-image: url('images/pata2.png');
	background-repeat: no-repeat;
	width: 951px;
	height: 57px;
	text-align: left;
	padding-top: 7px;
	padding-left: 25px;
	padding-right: 25px;
}

#spodok3 {
	background-image: url('images/pata3.png');
	background-repeat: no-repeat;
	width: 951px;
	height: 24px;
	padding-top: 3px;
}

#spodok3 a {
	color: #003600;
	text-decoration: none;
 	font-weight: bold;
	font-size: 11px;
}

#spodok3 a:hover {
	color: #000000;
	text-decoration: none;
}

#spodok3 a:active {
	color: #000000;
	text-decoration: none;
}


#loginformdiv {
	width: 250px;	
	position: absolute;
	top: 75px;
	left: 80%;
}

#loginform {
	padding-right: 25px;
}

.clanok {
  padding: 5px;
}
.vyrok {
  border: 1px solid #444444;
  background-color: #ececec;
  margin: 35px;
  padding: 8px;
  width: 670px;
  float: left;
  position: relative;
  top: 15px;
}
.ucast {
  padding: 5px;
  border: 1px solid #c0c0c0;
  margin: 3px;
}
#kdesom {
	text-align: right;
  	text-transform: uppercase;
}
.produkt_obal {
	padding: 5px;
	float: left;   
}

.produkt_nazov {
	border-top: 1px solid #a00000;
	border-bottom: 1px solid #a00000;
	padding-left: 5px;
	width: 503px;
	font-size: 16px;
	text-align: left;
	background-color: #FCFFCA; 
}

.produkt_dokumenty {
	border-bottom: 1px solid #a00000;
	width: 200px;
	border-left: 1px dotted #a00000;
	border-right: 1px dotted #a00000;
	float: left;
	text-align: center;
	min-height: 150px;
	background-color: #FCFFCA;
	padding-top: 30px;
}


.produkt_popis {
	border-bottom: 1px solid #a00000;
	border-right: 1px dotted #a00000;
	padding-left: 5px;
	width: 300px;
	min-height: 180px;
	float: left;
	background-color: #FCFFCA; 
}

