
/** BASIC */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body, th, td, input{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
}

input, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p, blockquote, ul, ol, dl {
	margin-top: 0;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	padding-top: 3px;
	padding-right: 10px;
	float: left;
}

/** FORMS */

.input1 {
	width: 100%;
	color: #B2B2B2;
}

.button1 {
	width: 65px;
	height: 21px;
	background: url('../images/homepage04.gif') no-repeat left top;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

.button2 {
	width: 130px;
	height: 21px;
	background: url('../images/homepage04_2.gif') no-repeat left top;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

.button3 {
	width: 195px;
	height: 21px;
	background: url('../images/homepage04_3.gif') no-repeat left top;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

.button4 {
	width: 260px;
	height: 21px;
	background: url('../images/homepage04_4.gif') no-repeat left top;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

/** BACKGROUNDS */

.bg1 {
	background: url('../images/homepage03.gif') repeat-x;
}

.bg2 {
	background: url('../images/homepage09.gif') repeat-x;
}

.bg3 {
	background: url('../images/homepage11.gif') repeat-y;
}

.bg4 {
	background: url('../images/homepage12.gif');
}

.bg5 {
	background: url('../images/homepage15.gif');
}

.bg6 {
	background: url('../images/subpage2_01.gif') repeat-y;
}

/** LINKS */

a {
	color: #66ae09;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #484848;
}

a.link2 {
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}

a.link2:hover {
	text-decoration: underline;
}

a.link3 {
	display: block;
	padding: 7px 30px;
	background: #F2F2F2 url('../images/homepage16.gif') no-repeat 19px center;
	color: #484848;
}

/** HEADINGS */

/** TEXTS */

.text1 {
	color: #999999;
}

.text2 {
	margin: 0;
	padding: 7px 0 6px 19px;
	background: #86c839 url('../images/homepage14.jpg') no-repeat right top;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.text3 {
	margin: 0;
	padding: 7px 25px 6px 19px;
	background: #EEEDED url('../images/homepage18.gif') no-repeat right center;
	font-weight: bold;
	color: #66ae09;
	font-size: 12px;
}


.clear
{
	clear: both;
}

/* pre vyhladavanie */
.search-div {
display:none;
}
/* pre vyhladavanie */



/* LOOKUP_LIST */

.lookuplist_left_pane { border-style:solid;border-width:1px;height:80px;background:#f5f5f5;overflow-y:auto;margin:2px;padding:5px;font-size:10px;float:left;width:130px; }
.lookuplist_left_pane td { font-size: 10px; }
.lookup_list_left_pane_heading { font-size: 10px; width: 100%; text-align: left; font-weight: bold; margin-left:5px; }

.lookuplist_right_pane { border-style:solid;border-width:1px;height:80px;background:#f5f5f5;overflow-y:auto;margin:2px;padding:5px;font-size:10px;float:left;width:130px; }
.lookuplist_right_pane td { font-size: 10px; }
.lookup_list_right_pane_heading { font-size: 10px; width: 100%; text-align: left; font-weight: bold;margin-left:5px; }

.boxover_h_style {
        font-weight: bold;
	width: 150px;
	font-family: arial;
	border: 1px solid #66ae09;
	padding: 3px;
	font-size: 11px;
	color: #569e00;
	background: #e6fe99;
}
.boxover_b_style {
        border-bottom: 1px solid #66ae09;
	border-left: 1px solid #66ae09;
	border-right: 1px solid #66ae09;
	width: 150px;
	font-family: arial;
	font-size: 12px;
	padding: 3px;
	color: #569e00;
	background: #FFFFFF;
	opacity: 0.85;
	filter: alpha(opacity=85);
	
}



