/*------------------------------------------------------------------- GENERAL ---*/
body {
	margin: 0;	padding: 0;
	font-family:  Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.8em;	
	color : #9D9D9D;
	background: #FFF url(../images/bg-body.gif) repeat-x;
}

a { color: #86961D; text-decoration: underline; }
a:hover, a.close:hover { color: #C3D62F; }
a.close { color: #000; text-decoration: none; }

ul, ol, li, h1, h2, h3, h4, hr, p, form, fieldset, input, label, img, td, th, dl, dd {margin: 0; padding: 0; }
img {  border: none; }

h1 { font-size: 200%;  color: #454545;	padding: 0 0 0.5em; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; }
h2 {  font-size: 120%; 	padding: 0 0 0.8em; color: #A6B82D;}
h3 { font-size: 110%; padding-bottom: 5px; color: #86961D; }
h3 a { color : #9D9D9D; }
h3 a:hover { color : #C3D62F; }
h4 { font-size: 100%; padding-bottom: 5px; font-weight: normal; border-bottom: 1px solid #D2D2D2; color: #000; }
hr { display: none; }
p { padding-bottom:1em;  }
ul { list-style: none; padding: 0 0 1em 10px;  }
ul ul {
	padding: 0;
	margin-top: 7px;
}
ol { list-style: decimal; padding: 0 0 10px 20px;  }
li { padding: 0 0 5px 12px; background: url(../images/sipka.gif) no-repeat 0 6px; }
ol li { padding: 0 0 5px 0px; background: none}
ul.pdf {padding: 0 0 1em 0; }
ul.pdf li { padding: 0 0 5px 35px; background: url(../images/ico_pdf.gif) no-repeat;} 
big { font-size: 110%; }
#left .padding { padding: 60px 20px 30px 70px;  }
#right .padding { padding: 1px 0 30px 0;  }
#right .spacer {height: 65px;}
/*---------------------------------------------------------------------- LAYOUT---*/
#all {	
	width: 785px;
	background: #FFF;
}
#header { 
	width: 768px;
	text-align: left;
	line-height: 1px; 
}
#menu-box { 
	width: 768px;
	height: 266px;
	overflow: hidden;
	position: relative;
	background: url(../images/bg-menu.gif) no-repeat;
}
#left { 
	width: 339px;
	float: left;
}
#right { 
	width: 429px;
	float: left;
	position: relative;
}
#footer { 
	width: 768px;
	background: url(../images/bg-footer.gif) no-repeat;
}
#footer p { padding: 8px 0 1em 68px; }

#znacky {width: 210px; position: absolute; top: 380px; left: 785px;}

/*--------------------------------------------------------------------------- MENU BOX -------*/
#menu-box .foto-big { 
	text-align: right;
	position: absolute;
	top:0; right:0;
	width: 429px; height: 266px;
	overflow: hidden;
	background: url(../images/bg-foto.gif) #FFF;	
}

#menu  { 
	margin-left: 68px; padding: 0; 
	width: 270px; 
	font-size: 12px; 
	border-top:1px solid #A6B82D;
}
#menu  li { padding: 0; background: none; }
#menu a { 
	display: block;
	height: 35px;
	padding: 17px 0 0 30px;
	color: #768511; 
	text-decoration: none;
	border-bottom:1px solid #A6B82D; 
}
#menu a:hover, #menu a.act { color: #FFF; font-weight: bold; background: #C3D62F;}
#menu a.m1:hover, #menu a.m1.act { background: url(../images/menu1-act.gif) no-repeat; }
#menu a.m2:hover, #menu a.m2.act { background: url(../images/menu2-act.gif) no-repeat; }
#menu a.m3:hover, #menu a.m3.act { background: url(../images/menu3-act.gif) no-repeat; }
#menu a.m4:hover, #menu a.m4.act { background: url(../images/menu4-act.gif) no-repeat; }
#menu a.m5:hover, #menu a.m5.act { background: url(../images/menu5-act.gif) no-repeat; }

#submenu  { 
	position: absolute;
	top:53px; left:338px;
	width: 363px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	display: none;
}
#submenu a { 
	display: block;
	float: left;
	width: 100px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	background: #A6B82D;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#submenu a:hover, #submenu a.act { color: #FFF; background: #C3D62F;}
/*--------------------------------------------------------------------------- HP -------*/
.home #left .padding { padding: 40px 20px 30px 98px; line-height: 140%;  }
.home #right .padding { padding: 32px 0 30px 0;  }
.home #right p { padding: 0; margin-bottom: 1em; border-left: 1px solid #000; line-height: 1px;   }
.home #right img {  border-left: 1px solid #FFF;  }
/*--------------------------------------------------------------------------- RIGHT -------*/
.col3 {	
	width: 133px;
	margin-right: 15px;
	float: left;
}
.col3.last { margin-right: 0px; }


/*------------------------------------------------------------------------------- LEFT ---*/
#thumb-box {
	width: 435px;
	overflow: hidden;
	line-height: 1px;

	top: 1px;
}
#thumb-box a { 
	display: block;
	width: 85px; height: 53px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-right: 1px;
	margin-bottom: 1px;
}
#thumb-box a img {
	margin: auto 0;
}

/*------------------------------------------------------------------------------- FOOTER ---*/
#footer img {  margin: 15px 20px 0 0; }

/*----------------------------------------------------------------------------------- FORM ---*/
input, select, textarea {
	font-family:  Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 100%; 
	color:#000;	
	width: 100px;
	margin-bottom: 2px; 
	vertical-align: middle;		
}
textarea {  
	width: 300px;
	min-height: 60px; _height: 60px;
}
label {
	display: block; width: 100px;
	margin: 0 0px 0px 0;
	float: left; clear: left;
}
input.submit   { 
	width:auto; 
	color: #000;
	background: transparent; 
	border: 0px solid #FFF; 	
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
}
/*---------------------------------------------------------------------------- TABLES --------*/
table { 
	margin-bottom:20px; 
	border-collapse: collapse; 
	font-size: 100%; 
}
th { 
	padding: 8px 4px; 
	font-weight: bold; 
	text-align: left;
	background: red; 
	color: #FFF;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
td { 
	text-align:left;
	color : #9D9D9D; 
	padding: 2px; 
}

/*----------------------------------------------------------------------------- OTHERS ---*/
.right { float: right }
.left { float: left }
.fright { float: right; margin: 0 0 5px 3px; }
.fleft { float: left; margin: 0 10px 1em 0; }
.textright, td.textright, th.textright { text-align : right }
.textleft, td.textleft { text-align : left }
.textcenter, td.textcenter { text-align : center;}
.middle { vertical-align : middle }
.clear { clear: both;}
.bold { font-weight: bold;}
.bb { border-bottom: 1px solid #A6B82D; }
.homebox, .homeboxleft {float: left; margin-bottom: 10px;}
.homeboxleft {margin-right: 7px;}

