@charset "utf-8";
/*
--------------
--- GLOBAL ---
--------------
*/

html {
	min-height: 100%;	/* firefox hack */
	height: auto;	/* firefox hack */
}

* html {
	min-height: inherit;
	height: 100%;
}

body { 
	position: relative;
	margin: 0px;
	padding: 0px; /* for Opera */	
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;	/* for IE */
	color: #424242;
	background-color: #ffffff;
	background-image: url(../images/body_background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

* body {
	height: 100%;	/* IE hack (footer bottom) */
}

html:first-child body {	/* for Opera 9 */
	font-size: 85%;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
a {
    color: #424242;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}

.separator {
	width: 100%;
	height: 80px;
	clear: both;
}

html:first-child .separator {	/* for Opera 9 */
	height: 40px;
}

/*
------------
--- MAIN ---
------------
*/



#main_top {
	position: relative;
	width: 100%;
	height: 240px;	
	text-align: left;	/* for IE */
	background-image: url(../images/main_top_background.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#main {
	position: relative;
	width: 100%;
	text-align: left;	/* for IE */
	padding: 0px;
}

/*
--------------
--- HEADER ---
--------------
*/

#header {
	position: relative;
	width: 990px;
	margin: 0px auto;
	height: 240px;
}

#header #logo {
	position: absolute;
	top: 0px;
	left: 22px;
	width: 177px;
	height: 183px;
}

#header #top_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 981px;
	height: 19px;
	padding: 4px 8px 0px 0px; /* top right bottom left */	
	color: #a4a4a4;
	font-size: 110%;	
	font-family: "Times New Roman", Times, serif;	
	text-align: right;
	font-style: italic;
}

#top_box a {
	color: #a4a4a4;
	font-size: 100%;	
	font-family: "Times New Roman", Times, serif;	
	font-style: italic;
	text-decoration:none;
}
#top_box a:hover {
	color: #a4a4a4;
	font-size: 100%;	
	font-family: "Times New Roman", Times, serif;	
	font-style: italic;
	text-decoration:underline;
}

#header .flash_box_background {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 989px;
	height: 149px;
	background-image: url(../images/flash_box_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header .flash_box {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 989px;
	height: 149px;
}

#header #quick_search_form {
	position: absolute;
	top: 198px;
	right: 18px;
	width: 220px;
	height: 19px;
	margin: 0px;
	padding: 0px;
}

#header #quick_search_input {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	padding: 3px 6px 3px 6px; /* top right bottom left */
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background-color: transparent;
	background-image: url(../images/quick_search_input_background.gif);
	background-repeat: no-repeat; 
	background-position: top left;
	width: 151px;
	height: 19px;
}

html:first-child #header #quick_search_input {	/* for Opera 9 */
	padding: 0px 6px 0px 6px; /* top right bottom left */
}

#header #quick_search_button {
	position: absolute;
	top: 0px;
	right: 0px;
}

/*
--------------
--- MENU_1 ---
--------------
*/

#menu_1 {
	position: absolute;
	top: 191px;
	left: 0px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_1 li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu_1 .li_1, #menu_1 .li_2, #menu_1 .li_3, #menu_1 .li_4, #menu_1 .li_5, #menu_1 .li_6, #menu_1 .li_7 {
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#menu_1 .li_1 {
	width: 74px;
	background-image: url(../images/menu_1_li_1_background.gif);
}

#menu_1 .li_2 {
	width: 76px;
	background-image: url(../images/menu_1_li_2_background.gif);
}

#menu_1 .li_3 {
	width: 140px;
	background-image: url(../images/menu_1_li_3_background.gif);
}

#menu_1 .li_4 {
	width: 100px;
	background-image: url(../images/menu_1_li_4_background.gif);
}

#menu_1 .li_5 {
	width: 100px;
	background-image: url(../images/menu_1_li_5_background.gif);
}

#menu_1 .li_6 {
	width: 103px;
	background-image: url(../images/menu_1_li_6_background.gif);
}

#menu_1 .li_7 {
	width: 82px;
	background-image: url(../images/menu_1_li_7_background.gif);
}

#menu_1 li .li_1, #menu_1 li .li_2, #menu_1 li .li_3, #menu_1 li .li_4, #menu_1 li .li_5, #menu_1 li .li_6, #menu_1 li .li_7 {
	position: absolute;
	height: 24px;		
	font-size: 105%;
	text-decoration: none;
	color: #000000;
	padding: 10px 0px 0px 0px; /* top right bottom left */
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;	
	background-repeat: no-repeat;
}

.m1 {
	position: absolute;
	height: 24px;		
	font-size: 105%;
	text-decoration: none;
	color: #000000;
	padding: 10px 0px 0px 0px; /* top right bottom left */
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/menuback.gif);	
	background-repeat: x;
	cursor: pointer;
}

.m1:hover {
	background-position: 0px -34px;
}

.left { background: url(../images/cm_fill.gif) repeat x; }

#menu_1 li a {
	background-position: 0px 0px;	
}

#menu_1 li a:hover {
	background-position: 0px -34px;
}


/*
---------------
--- CONTENT ---
---------------
*/

.content {
	position: relative;
	width: 990px;
	margin: 0px auto;
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/*
----------------
--- COLUMN_1 ---
----------------
*/

#column_1 {
	float: left;
	left: 0px;
	width: 170px;
	font-size: 11px;
	margin-bottom: 10px;
}

#menu_2_top_background {
	float: left;
	width: 170px;
	height: 13px;
	margin: 0px;
	font-size: 0px;
	background-image: url(../images/menu_2_top_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu_2 {
	float: left;
	top: 0px;
	left: 0px;
	width: 170px;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 11px 0px; /* top right bottom left */	
	background-image: url(../images/menu_2_background.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#menu_2 li {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
}

* html #menu_2 li {
	background-image: url(../images/menu_2_li_background.gif);	/* oprava preblikavania pozadia v IE 6 */
}

#menu_2 li a {
	float: left;
	top: 0px;
	left: 0px;
	width: 152px;
	height: 21px;
	margin: 0px;
	padding: 7px 0px 0px 18px;
	color: #ffffff;
	font-size: 100%;	
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/menu_2_li_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_2 li a:hover {
	background-position: -170px 0px;
}

#column_1_box {
	float: left;
	width: 170px;
	padding: 23px 9px 0px 0px;	
	background-image: url(../images/column_1_box_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/*
--------------------
--- COLUMN_1 BOX ---
--------------------
*/

#column_1_box {
	position: relative;
	width: 161px;
	padding: 23px 0px 0px 9px;	
	background-image: url(../images/column_1_box_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#advertising_box {
	position: relative;
	width: 153px;	
	color: #000000;	
	background-image: url(../images/advertising_box_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#sfz_corgon, .sfz_corgon{
	position: relative;
	width: 153px;	
	color: #000000;	
	background-image: url(../images/sfz_corgon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom:20px;
}
.advertising_box2 {
	position: relative;
	width: 153px;
	margin-top:20px;	
	color: #000000;	
	background-image: url(../images/advertising_box_background2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.advertising_box4 {
	position: relative;
	width: 284px;
	margin-top:20px;	
	color: #000000;	
	background-image: url(../images/rig_box_background2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.advertising_box4 h2 {
	position: relative;
	margin: 0px;
	padding: 2px 10px 10px 11px;
	font-size: 105%;
	font-weight: normal;
}
.advertising_box2 h2, #inquiry_box h2 {
	position: relative;
	margin: 0px;
	padding: 2px 10px 10px 11px;
	font-size: 105%;
	font-weight: normal;
}

#advertising_box h2, #inquiry_box h2 {
	position: relative;
	margin: 0px;
	padding: 4px 0px 0px 11px;
	font-size: 105%;
	font-weight: normal;
}

* html #inquiry_box h2 {
	padding: 0px 0px 0px 11px;
}

#advertising_box .inner_box {
	position: relative;
	width: 153px;
	padding: 8px 0px 0px 0px;
}
#sfz_corgon .inner_box, .sfz_corgon .inner_box{
	position: relative;
	width: 153px;
	padding: 8px 0px 0px 0px;
}

#advertising_box .inner_box img {
	margin: 4px 0px 0px 0px;
}

#inquiry_box {
	position: relative;
	width: 153px;	
	margin-top: 20px;
	color: #000000;	
	background-image: url(../images/inquiry_box_background.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#inquiry_box .top_box {
	position: relative;
	width: 153px;
	height: 4px;
	background-image: url(../images/inquiry_top_box_background.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

#inquiry_box .inner_box {
	position: relative;
	width: 142px;
	font-size: 80%;	
	padding: 8px 0px 5px 11px;
}

#inquiry_box .bottom_box {
	position: relative;
	width: 153px;
	height: 5px;
	font-size: 0px;	/* for IE */
	background-image: url(../images/inquiry_bottom_box_background.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

/*
----------------
--- COLUMN_2 ---
----------------
*/

#column_2 {
	float: left;
	width: 500px;
	margin-left: 9px;	
}

/*
-------------
--- BOX 1 ---
-------------
*/

#box_1 {
	position: relative;
	width: 500px;
	height: 230px;
	background-image: url(../images/box_1_background.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}

#box_1 img {
	position: relative;
	top: 14px;
	left: 10px;
	padding-top: 7px;
	background-image: url(../images/box_1_image_background.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}

#box_1 .inner_box {
	position: absolute;
	top: 14px;
	right: 7px;
	width: 176px;
	height: 195px;
}

#box_1 .inner_box .header {
	color: #969696;
	font-size: 80%;		
}

#box_1 .inner_box h3 {
	margin: 0px;
	padding: 14px 0px 0px 0px;
	font-size: 110%;
	font-weight: bold;	
}

#box_1 .inner_box .content {
	width: 173px;
	padding: 12px 0px 0px 0px;
	font-size: 80%;
	background-image: none;
}

#box_1 .link a {
	position: absolute;
	top: 210px;
	right: 7px;
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;	
}

/*
------------------
--- BOX 1 FULL ---
------------------
*/

#box_1_full {
	position: relative;
	width: 480px;
	padding: 14px 10px 10px 10px;	
	background-image: url(../images/box_1_full_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#box_1_full .header {
	color: #969696;
	font-size: 80%;		
}

#box_1_full h3 {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	font-size: 110%;
	font-weight: bold;	
}

#box_1_full p {
	margin: 0px;
	padding: 9px 0px 0px 0px;
	font-size: 80%;
}

#box_1_full img {
	float: right;
	margin: 0px 0px 10x 10px;
	padding-top: 7px;
	background-image: url(../images/box_1_image_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.content img {
	float: none;
	margin: 0px;
	padding-top: 7px;
	background-image: none;
}

/*
-----------------------
--- FOTOGALLERY BOX ---
-----------------------
*/
#foto_box_2{
	width: 500px;
	padding: 25px 0px 10px 0px;
}

#foto_box_2 h3 {
	padding: 0px 0px 4px 10px;
	font-size: 110%;
	font-weight: bold;
}

#foto_box_2 .inner_box {
	background-image: url(../images/fotogallery_inner_box_background.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#foto_box_2 img {
	width: 150px;
	height: 105px;
	margin-left: 10px;
	background-image: url(../images/box_2_inner_box_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#fotogallery_box {
	position: relative;
	width: 500px;
	padding: 25px 0px 10px 0px;
}

#fotogallery_box h3 {
	margin: 0px;
	padding: 0px 0px 4px 10px;
	font-size: 110%;
	font-weight: bold;
}

#fotogallery_box .inner_box {
	float: left;
	background-image: url(../images/fotogallery_inner_box_background.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#fotogallery_box img {
	float: left;
	margin: 8px 5px 0px 10px;
	padding: 7px 0px 0px 0px;	
	background-image: url(../images/box_2_inner_box_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#fotogallery_box .first {
	float: left;
	margin: 0px 5px 0px 10px;
	padding: 7px 0px 0px 0px;	
	background-image: url(../images/box_2_inner_box_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#fotogallery_box .separator {
	height: 0px;
	font-size: 0px;
}

#box_2 {
	position: relative;
	width: 490px;
	/*height: 199px;*/
	height: 210px;
	padding: 4px 0px 0px 10px;	
	background-image: url(../images/box_2_background.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}

#box_2 .inner_box {
	float: left;
	width: 150px;
	/*height: 175px;*/
	height: 210px;
	padding: 0px 0px 0px 0px;	
	background-image: url(../images/box_2_inner_box_background.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}

#box_2 .inner_box h3 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 90%;
	font-weight: bold;	
}

#box_2 .inner_box .content {
	width: 150px;
	padding: 3px 0px 0px 0px;
	color: #676767;
	font-size: 80%;
	background-image: none;	
}

#box_2 .inner_box_separator {
	float: left;
	width: 15px;
	/*height: 180px;*/
	height: 195px;
	padding: 7px 0px 0px 0px;	
	background-image: url(../images/box_2_inner_box_separator_background.gif);
	background-repeat: repeat-y;
	background-position: 6px 0px;	
}

#box_2 .link a {
	float: right;
	margin-top: -12px;
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
#box_2 .link a:hover {
	float: right;
	margin-top: -12px;
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
}

#box_3 {
	position: relative;
	width: 500px;
	padding: 6px 0px 0px 0px;	
	background-image: url(../images/box_3_background.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}

#box_3 h2 {
	position: relative;
	margin: 0px;
	padding: 6px 0px 0px 9px;
	font-size: 110%;
	font-weight: normal;	
}

#box_3 .inner_box {
	position: relative;
	width: 474px;
	margin: 6px 0px 0px 8px;	
	padding: 0px 5px 7px 5px;
	font-size: 80%;
	background-color: #C6E7CE;	
}

#box_3 .inner_box p {
	margin: 0px 0px 0px 0px;	
	padding: 7px 0px 0px 0px;	
}
/*
----------------
--- COLUMN_3 ---
----------------
*/

#column_3 {
	float: left;
	margin-left: 10px;
	width: 300px;
	background-image: url(../images/column_3_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

/*
--------------------
--- COLUMN_3 BOX ---
--------------------
*/

#column_3_box {
	position: relative;
	width: 284px;
	padding: 13px 0px 0px 8px;	
	background-image: url(../images/column_3_box_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/*
-----------------------
--- ADVERTISING BOX 2 ---
-----------------------
*/

#advertising_2_box {
	position: relative;
	width: 284px;
	padding: 7px 0px 0px 0px;	
	background-image: url(../images/advertising_2_top_box_background.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}

#advertising_2_box .bottom_box{
	position: relative;
	width: 284px;
	height: 17px;
	background-image: url(../images/advertising_2_bottom_box_background.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}

/*
-----------------
--- LOGIN BOX ---
-----------------
*/

#login_box {
	position: relative;
	width: 284px;
	height:123px;	
	margin-top: 5px;
	color: #000000;	
	background-image: url(../images/podregistraciu.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

#login_box .top_box {
	position: relative;
	width: 284px;
	height: 5px;
    font-size: 0px;
	background-repeat: no-repeat;
	background-position: top left;	
}

#login_box .inner_box {
	position: relative;
	width: 273px;
	font-size: 80%;	
	padding: 9px 0px 5px 12px;
}

#login_box .inner_box a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#login_box .bottom_box {
	position: relative;
	width: 284px;
	height: 5px;
	font-size: 0px;	/* for IE */	
	background-repeat: no-repeat;
	background-position: top left;	
}

#login_box h2 {
	position: relative;
	margin: 0px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 4px 0px 0px 11px;
	font-size: 85%;	
}
#login_box2 h2 {
	position: relative;
	margin: 0px;
	padding: 4px 0px 0px 11px;
	font-size: 100%;
	font-weight: normal;	
}

#login_form {
	position: relative;
	top: 0px;
	left: 11px;
	width: 262px;
	height: 19px;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

#login_name_input, #login_password_input {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	padding: 3px 6px 3px 6px; /* top right bottom left */
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background-color: transparent;
	background-image: url(../images/login_name_input_background.gif);
	background-repeat: no-repeat; 
	background-position: top left;
	width: 102px;
	height: 19px;
}
html:first-child #login_name_input, html:first-child #login_password_input {	/* for Opera 9 */
	padding: 0px 6px 0px 6px; /* top right bottom left */
}

#login_password_input {
	top: 0px;
	left: 109px;
	background-image: url(../images/login_password_input_background.gif);
	width: 91px;
	height: 19px;
}

#login_button {
	position: absolute;
	top: 0px;
	right: 0px;
}

#login_box p {
	font-size: 90%;	
}

/*
----------------
--- MOST BOX ---
----------------
*/

#most_box {
	position: relative;
	width: 284px;	
	margin-top: 19px;
}
#most_box2 {
	position: relative;
	width: 284px;	
	margin-top: 19px;
}

#menu_3 {
	position: relative;
	width: 284px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu_32 {
	position: relative;
	width: 284px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_3 li {
	float: left;
	margin: 0px 1px 0px 0px; /* top right bottom left */
	padding: 0px;
}

#menu_3 .li_1_on, #menu_3 .li_2_on, #menu_3 .li_1_off, #menu_3 .li_2_off {
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#menu_3 .li_1_on {
	color: #393934;
	width: 104px;
	background-image: url(../images/menu_3_li_1_background.gif);
	background-position: 0px -24px;
}

#menu_3 .li_2_on {
	color: #393934;	
	width: 140px;
	background-image: url(../images/menu_3_li_2_background.gif);
	background-position: 0px -24px;
}

#menu_3 .li_1_off {
	color: #878784;
	width: 104px;
	background-image: url(../images/menu_3_li_1_background.gif);
}

#menu_3 .li_2_off {
	color: #878784;
	width: 140px;
	background-image: url(../images/menu_3_li_2_background.gif);
}

#menu_3 li .li_1_on, #menu_3 li .li_2_on, #menu_3 li .li_1_off, #menu_3 li .li_2_off {
	position: absolute;
	height: 19px;	
	font-size: 95%;
	text-decoration: none;
	padding: 4px 0px 0px 0px; /* top right bottom left */
	text-align: center;
}

#menu_3 li a {
	position: absolute;
	font-size: 95%;
	text-decoration: none;
	color: #878784;
	padding: 4px 0px 0px 0px; /* top right bottom left */
	text-align: center;
}


#menu_3 li a:hover {
	background-position: 0px -24px;
	color: #393934;
}

#menu_3 #active a {
	background-position: 0px -24px;
	color: #393934;
}
#most_read_box, #most_discussion_box {
	position: relative;
	width: 258px;
	padding: 9px 14px 10px 12px; /* top right bottom left */
	font-size: 80%;		
	color: #313f26;
	background-color: #F8F8C2;
	background-image: url(../images/most_box_background.gif);
	background-repeat: repeat-x; 
	background-position: top left;
}

#most_read_box p, #most_discussion_box p {
	margin: 0px;
	padding: 9px 0px 0px 0px; /* top right bottom left */
}

#most_box .on {
	display: block;
}

#most_box .off {
	display: none;
}

.most_okno{
	background-color: #F8F8C2;
	background-image: url(../images/most_box_background.gif);
	background-repeat: repeat-x;
	padding: 9px 14px 10px 12px;
	width: 258px;
	visibility: hidden;
	overflow: hidden;
}

/*
----------------
--- MOST BOX  TIPOVACKA ---
----------------
*/

#most_box2 {
	position: relative;
	width: 284px;	
	margin-top: 19px;
}

#menu_32 {
	position: relative;
	width: 284px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#most_box2 h2 {
	position: relative;
	margin: 0px;
	padding: 4px 0px 0px 11px;
	font-size: 100%;
	font-weight: normal;	
}
#menu_32 li {
	float: left;
	margin: 0px 1px 0px 0px; /* top right bottom left */
	padding: 0px;
}

#menu_32 .li_3_on, #menu_32 .li_4_on, #menu_32 .li_3_off, #menu_32 .li_4_off {
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#menu_32 .li_3_on {
	color: #393934;
	width: 124px;
	background-image: url(../images/menu_3_li_3_background.gif);
	background-position: 0px -24px;
}

#menu_32 .li_4_on {
	color: #393934;	
	width: 124px;
	background-image: url(../images/menu_3_li_3_background.gif);
	background-position: 0px -24px;
}

#menu_32 .li_3_off {
	color: #878784;
	width: 124px;
	background-image: url(../images/menu_3_li_3_background.gif);
}

#menu_32 .li_4_off {
	color: #878784;
	width: 124px;
	background-image: url(../images/menu_3_li_3_background.gif);
}

#menu_32 li .li_3_on, #menu_32 li .li_4_on, #menu_32 li .li_3_off, #menu_32 li .li_4_off {
	position: absolute;
	height: 19px;	
	font-size: 95%;
	text-decoration: none;
	padding: 4px 0px 0px 0px; /* top right bottom left */
	text-align: center;
}

#menu_32 li a {
	position: absolute;
	font-size: 95%;
	text-decoration: none;
	color: #878784;
	padding: 4px 0px 0px 0px; /* top right bottom left */
	text-align: center;
}


#menu_32 li a:hover {
	background-position: 0px -24px;
	color: #393934;
}

#menu_32 #active a {
	background-position: 0px -24px;
	color: #393934;
}
#most_read_box2, #most_discussion_box2 {
	position: relative;
	width: 284px;
	padding: 9px 0px 10px 0px; /* top right bottom left */
	font-size: 80%;		
	color: #313f26;
	background-color: #F8F8C2;
	background-image: url(../images/most_box_background.gif);
	background-repeat: repeat-x; 
	background-position: top left;
}

#most_read_box2 p, #most_discussion_box2 p {
	margin: 0px;
	padding: 9px 0px 0px 0px; /* top right bottom left */
}

#most_box2 .on {
	display: block;
}

#most_box2 .off {
	display: none;
}

/*
--------------
--- FOOTER ---
--------------
*/

#footer {
	position: absolute;
	height: 40px;
	font-size: 80%;
	color: #9ea000;
	display: none;
}

#footer .copyright {
	position: relative;
	text-align: right;
	top: 15px;
	right: 13px;
}

#footer .copyright a {
	color: #9ea000;
	text-decoration: none;	
}

.anketa {
	color: #000000;
	font-weight:bold;
	text-decoration: none;	
}
.anketa:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;	
}

.odkazy {
    color: #424242;
	text-decoration: none;	
}
.odkazy:hover {
	text-decoration: underline;	
}

.macitko { 
font-family: Arial;
font-size: 8pt;
color: #000000;
font-weight: bold;
border: 1px solid #507918; 
background-color: #EBEBEB; }

.anketa_box { 
width:475px;
border:1px solid #48AA00;
text-align:justify;
}
.anketa_nadpis { 
width:475px;
background-color:#48AA00;
color:#E3E500;
font-weight:bold;
height:20px;
margin-bottom:10px;
}
.anketa_obsah { 
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}
.img_safe { 
float:none;
background-image:none;
margin:0px;
padding:0px;
}


/**/
.tucne, .cervena{
	font-weight: bold;
}

.cervena{
	color: #DD0000;
}

.male, .obsah_2{
	font-size: 11px;
}

.nic{
	float: none;
	border: 0px hidden;
	
}

.male{
	padding-bottom: 5px;
}

.link_pokracovanie{
	/*position: absolute;*/
	float: right;
	width: 490px;
	margin-left: -15px;
	text-align: right;
	font-weight: bold;
	margin-top: -10px;
	text-decoration: none;
}

.zeleny_link a:link, a:hover, a:visited{color: #10AA00; text-decoration; none;}

.ciara{
	width: 100%:
	padding-left: 3px;
	padding-right: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 2px;
	border-top: 1px dashed #00BB00;
}

.fan_text{
	background-color: #FFFFFF; color: #000000; border: 1px solid #BBDDBB;
}

.posun_stran a:link, a:visited{color: #000000; text-decoration: none;}
.posun_stran a:hover{color: #000000; text-decoration: underline;}

.stat_img{
	width: 9px;
	height: 11px;
	background-repeat: no-repeat;
}

.por_tab{
font-size:10px; background-color:#EFF0C6; text-align:right; color:#828284; padding-top:1px; font-weight:bold;
}
.por_tab1{
font-size:10px;font-weight:bold;padding-left:5px; text-align:left; background-color:#FFFFFF; color:#4E4E4E; padding-top:1px;
}
.por_tab1a{
font-size:10px;font-weight:bold;padding-left:5px; text-align:left; background-color:#FFFFFF; color:#006317; padding-top:1px;
}
.por_tab2{
font-size:10px;font-weight:bold;padding-right:6px; text-align:right; background-color:#EFF0C6; color:#2C2A2D; padding-top:1px;
}
.por_tab3{
font-size:10px; background-color:#ECEE6F; text-align:right; color:#828284; padding-top:1px; font-weight:bold;
}
.por_tab4{
font-size:10px;font-weight:bold;padding-left:5px; background-color:#F9FAB6; text-align:left; color:#4E4E4E; padding-top:1px;
}
.por_tab4a{
font-size:10px;font-weight:bold;padding-left:5px; background-color:#F9FAB6; text-align:left; color:#006317; padding-top:1px;
}
.por_tab5{
font-size:10px;font-weight:bold;padding-right:6px; background-color:#ECEE6F; text-align:right; color:#2C2A2D; padding-top:1px;
}

.por_tab6{
font-size:10px;font-weight:bold;padding-left:5px; text-align:left; background-color:#FFFFFF; color:#4E4E4E; padding-top:1px;
}

.ftto {
margin-top:0px; float:none; border:0px; padding:0px;
}
.fttotxt { 
overflow: hidden; height:65px;
}
.fttomain {
overflow: hidden; height: 195px;
}
.archiv {
text-align: center; padding-top: 5px;
}
.sfz1 {
background-color:#F6FABF; width:100%; padding-bottom:10px;
}
.sfz2{
margin-left:3px; padding-bottom:3px;
}
.sfz3{
padding: 4px;
}
#fotogallery_box .nic img{
	padding: 0;
	background-image: none;
}