/********************************************************************
 *
 *	NASTAVENIE VZHLADU
 *
 ********************************************************************/

/********************************************************************
 * 	Format stranky
 ********************************************************************/
body 
{
	margin: 0;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('../images/bcg.jpg');
	background-repeat: no-repeat;
	background-position: center 335px;
	background-attachment: scroll;
}

td, div
{
	color: #000000;
}


/********************************************************************
 * 	Vseobecne
 ********************************************************************/
.hidden
{
	visibility: hidden;
}

.blocked
{
	display: none;
}

.normal
{
	font-weight: normal;
}

.highlight
{
	font-weight: bold;
	background-color: #FFFF00;
}

.bold
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

iframe
{
	border: 1px solid #808080;
}

form
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 10px 0 0 0;
	padding: 20px;
	border: 1px solid #808080;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

legend
{
	font-weight: bold;
	padding: 5px;
	color: #808080;
}

label
{
	float: left;
	width: 130px;
	padding-top: 5px;
}

input
{
	width: 200px;
	height: 20px;
	font-size: 10pt;
	border: 0px solid #C0C0C0;
	padding: 5px;
	margin-bottom: 5px;
	background: url('../images/input_shadow_top.png') left top repeat-x, url('../images/input_shadow_left.png') left top repeat-y;
	background-color: #C9C9C9;
}

textarea
{
	width: 300px;
	font-size: 10pt;
	font-family: Arial;
	border: 0px solid #C0C0C0;
	padding: 5px;
	margin-bottom: 5px;
	background: url('../images/input_shadow_top.png') left top repeat-x, url('../images/input_shadow_left.png') left top repeat-y;
	background-color: #C9C9C9;
}

.button
{
	width: 140px;
	height: 40px;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #404040;
	background: url('../images/input_shadow_top.png') left top repeat-x, url('../images/input_shadow_left.png') left top repeat-y;
	background-color: #C3C3C3;
	cursor: pointer;
}

.button:hover
{
	background-color: #A1D417;
	color: #FFFFFF;
}

.download_button
{
	padding: 3px;
	margin: 10px 0 10px 0;
}

.download_button:hover
{
	text-decoration: none;
	cursor: pointer;
}

.download_button .text
{
	float: left;
	margin-top: 7px;
	color: #404040;
	font-size: 10pt;
	font-weight: bold;
}

.download_button:hover .text
{
	color: #008000;
	text-decoration: none;
	cursor: pointer;
}

.download_button img
{
	float: left;
	margin-right: 10px;
}

.table
{
	width: 670px;
	border: 1px solid #808080;
	padding: 3px;
}

.table .line, .line
{
	border-top: 1px solid #C0C0C0;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

.img_single
{
	margin: 0 10px 10px 0;
	border: 1px solid #000000;
}

a 
{
	color: #000080;
	text-decoration: none;
}
a:hover
{
	color: #404040;
	text-decoration: underline;
}

.ajustifzy, p.full
{
	text-align: justify;
}

.aacenter, p.center
{
	text-align: center;
}

p.right
{
	text-align: right;
}

h1, h1 a
{
	font-size: 18pt;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: normal;
	/*color: #90BC13;*/
	color: #A2D315;
}

h2, h2 a
{
	font-size: 15pt;
	margin: 0 0 1.5ex 0;
	padding: 0;
	font-weight: normal;	
	/*color: #CE8850;
	color: #90BC13;*/
	color: #A2D315;
}

h1 a:hover, h2 a:hover
{
	color: #A2D315;
}

h3
{
	font-size: 13pt;
	margin: 0 0 1.5ex 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h4
{
	font-size: 11pt;
	margin: 0 0 1.5ex 0;
	padding: 0;
	font-weight: normal;	
	color: #000000;
}

h5, h6
{
	font-size: 9pt;
	margin: 0 0 1.5ex 0;
	padding: 0;
	font-weight: bold;	
	color: #000000;
}

hr
{
	margin: 0;
	padding: 0;
	width: auto;
	color: #E0E0E0;
}

.wfull
{
	width: 100%;
}

.whalf
{
	width: 50%;
}

.wthird
{
	width: 33%;
}

.wquater
{
	width: 25%;
}

.w10
{
	width: 10%;
}

.red
{
	color: #FF0000;
}

.blue
{
	color: #00B0F0;
}

.green
{
	color: #A2D315;
}

.text_big
{
	font-size: 18pt;
	font-weight: bold;	
}

.icon_download
{
	margin: 5px;
}

.box_references, .box_projects
{
	clear: both;
	border: 1px solid #808080;
	padding: 20px;
	overflow: hidden;
}

.box_references:hover, .box_projects:hover
{
	border: 1px solid #A1D415;
	background: #404040;
	color: #FFFFFF;
}

.box_references img, .box_projects img
{
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #808080;
}

.box_certificates
{
	float: left;
	width: 165px;
}

.box_articles
{
	clear: both;
	border-bottom: 1px solid #808080;
	padding: 0 0 20px 0;
	overflow: hidden;
}

.box_image
{
	float: left;
	width: 130px;
	margin-bottom: 12px;
}

.box_links
{
	width: auto;
	height: auto;
	margin-left: 3px;
	margin-right: 30px;
	padding: 10px;
	clear: both;
	border: 1px solid #A2D315;;
}

.box_links h2
{
	font-size: 10pt;
}

.box_links ul
{
	margin: 0;
	padding: 0 30px 0 15px;	
}

.box_links li
{
	list-style-type: circle; 
	padding: 0;
}

.message_ok
{
	width: 320px;
	margin: 20px 0 20px 0;
	padding: 30px 0 30px 100px;
	font-weight: bold;
	color: #004000;
	background-color: #B1FF7D;
	background-image: url('../images/ok.png');
	background-repeat: no-repeat;
	background-position: 5% 50%; 
	border: 1px solid #004000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.message_error
{
	width: 320px;
	margin: 20px 0 20px 0;
	padding: 30px 0 30px 100px;
	font-weight: bold;
	color: #800000;
	background-color: #FFD4CB;
	background-image: url('../images/error.png');
	background-repeat: no-repeat;
	background-position: 5% 50%; 
	border: 1px solid #800000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/********************************************************************
 * 	Desing
 ********************************************************************/

#page
{
	width: 100%;
	height: auto;
	background-image: url('../images/bcg_top.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
}

#page_set
{
	position: relative;
	width: 958px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#top
{
	width: 940px;
	height: 144px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#top #logo
{
	margin-top: 13px;
	float: left;
}

#top #search_input
{
	float: left;
	width: 140px;
	margin: 98px 5px 5px 5px; 
}

#top #search_button
{
	float: left;
	width: 40px;
	height: 30px;
	margin: 98px 0 5px 5px;
	background: url('../images/icon_magnifier.png') center center no-repeat, url('../images/input_shadow_top.png') left top repeat-x, url('../images/input_shadow_left.png') left top repeat-y;
	background-color: #B9B9B9;
	border: 1px solid #808080;
	cursor: pointer;
}

#top #search_button:hover
{
	background-color: #A1D417;
}

#logged_in
{
	position: absolute;
	top: 65px;
	right: 10px;
	font-size: 12pt;
}

#logged_in a
{
	font-weight: bold;
	color: #A2D315;
}

#menu
{
	position: absolute;
	left: 9px;
	width: 940px;
	height: 61px;	
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.menu_parent
{
	margin: 0; 
	padding: 0;
	list-style: none; 
	font-size: 11pt;
	text-align: center;
	color: #000000;
}

#menu1 
{ 
	float: left;
}

#menu2 
{ 
	float: right;
}

#nav ul 
{ 
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
}

#nav li 
{ 
	position: relative; 
	float: left; 
	width: 132px; 
	height: 41px;
	margin-right: 20px;
	padding-top: 25px;
	padding-left: 8px;	
	background: url('../images/menu_l1_inactive.jpg') top center repeat-x;
	color: #000000;
	text-align: center;
	cursor: pointer;
}

#nav li:hover
{ 
	height: 117px;
	background: url('../images/menu_l1_active.jpg') top center no-repeat;
	color: #FFFFFF;
	padding-top: 95px;
	text-align: left;
}

#nav li:hover a
{
	margin-bottom: 3px;
	color: #FFFFFF;
}

#nav ul:after 
{ 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

#nav ul li div
{
	padding: 0 5px 0 5px;
}

#nav li a 
{ 
	display: block; 
	color: #000000;
	padding: 0;
	font-weight: bold;
	text-decoration: none;	
}

#nav li a:focus 
{ 
	outline: none; 
	text-decoration:underline; 
}

#nav ul ul 
{ 
	display: none; 
	width:100%; 
	position: absolute; 
	left: 0;  
}

#nav ul ul li 
{ 
	width: 140px;
	height: 47px;
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	background: url('../images/menu_l2.jpg') 0 0 repeat-x;
	opacity: 0.80;
	border-top: 1px solid #000000;
}

#nav ul ul li:hover
{ 
	height: 47px;
	padding-top: 0;
	background-position: 0 -47px;
	opacity: 1;
	text-align: center;
	color: #FFFFFF;
}

#nav li:hover ul li a
{
	color: #000000;
}

#nav li:hover ul li:hover a
{
	color: #FFFFFF;
}

#nav .top div
{
	padding-top: 6px;	
}

#nav .middle div
{
	padding-top: 13px;
}

#header
{
	position: absolute;
	width: 958px;
	height: 366px;	
	margin-left: auto;
	margin-right: auto;	
	margin-top: 65px;
	clear: both;
}

#header_shadow_left
{
	width: 9px;
	height: 366px;	
	float: left;
	background-image: url('../images/header_shadow_left.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}

#header_shadow_right
{
	width: 9px;
	height: 366px;	
	float: left;
	background-image: url('../images/header_shadow_right.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

#header_image, #header_project_image
{
	width: 940px;
	height: 366px;	
	float: left;
	background-color: #C0C0C0;
	/*
	background-image: url('../images/header_1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	*/
}

#header_project_image ul
{
	margin: 0;
	padding: 0;
}

#main
{
	width: 940px;
	height: auto;	
	margin-top: 439px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background: url('../images/bcg_content.jpg') top center repeat-y;	
}

#main table
{
	width: 100%;
	height: auto;	
}

#main table #content
{
	width: 734px;
	padding: 30px 30px 30px 30px;	
}

#main table #content2
{
	padding: 30px 30px 30px 30px;	
}

#content2 iframe
{
	width: 100%;
	height: 550px;
	border: 1px solid #000000;
}

#main table #submenu_set
{
	width: 206px;
	padding: 97px 0 30px 0;	
}

#submenu_set .dummy
{
	width: 208px;	
}

#submenu
{
	margin: 0; 
	padding: 0;
	list-style: none; 
	font-size: 11pt;
	text-align: left;
	font-weight: normal;
}

#submenu li
{
	width: 206px;
	height: 59px;
	background: url('../images/submenu_inactive.png') top left no-repeat;
	padding-top: 19px;
	margin-top: -19px;
	padding-left: 20px;
	margin-right: -18px;
	cursor: pointer;
}

#submenu li:hover 
{
	background: url('../images/submenu_active.png') top left no-repeat;
}

#submenu .top
{
	border: 0px solid red;
	padding-top: 10px;	
	margin-bottom: 9px;	
}

#submenu .middle
{
	border: 0px solid red;
}

#submenu li a
{
	color: #FFFFFF;
	text-decoration: none;	
}

#submenu li:hover a
{
	color: #000000;
}

#submenu .active
{
	background: url('../images/submenu_active.png') top left no-repeat;
	/*font-weight: bold;*/
}

#submenu .active a
{
	color: #000000;
}

#bottom
{
	width: 100%;
	height: 334px;
	margin-top: 8px;
	background-image: url('../images/bcg_bottom.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;	
}

#footer
{
	width: 940px;
	padding-top: 40px;
	padding-left: 60px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.footer_box
{
	float: left;
	width: 30%;
}

.footer_box div
{
	padding-bottom: 10px;
}

.footer_box img
{
	float: left;
}

.footer_box div div
{
	float: left;
	clear: none;
	padding: 10px 0 0 15px;
	font-weight: bold;
}

.footer_box a
{
	color: #000000;
	text-decoration: none;
}

.footer_box a:hover
{
	text-decoration: underline;
}

#copyright
{
	clear: both;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 265px;
	padding: 0 30px 0 30px;
	width: 880px;
	color: #6D6D6D;
}

#box_contact_form
{
	width: 440px;
}

#box_login_form, #box_passwd_form
{
	width: 440px;
}

.box_filer
{
	clear: both;
	width: 660px;
	margin: 20px 0 20px 0;
	padding: 5px 5px 0 5px;
	background-color: #EDEDED;
	border: 1px solid #808080;
}

.box_filer table
{
	width: 100%;
}

.box_toggles
{
	padding: 2px;
	border: 1px solid #DBDBDB;
}

.toggle_title
{
	padding: 5px;
	background-color: #EFEFEF;
	border: 1px solid #DBDBDB;
	/*color: #073581;*/
	color: #008000;
}

.toggle_title_space
{
	margin-top: 2px;
}

.toggle_content
{
	padding: 5px;
}

.toggle_content table
{
	width: 100%;
	padding: 2px;
}

.toggle_content .line
{
	border-top: 1px solid #E5E5E5;
}

.toggle_row_controler
{
	font-weight: bold;
	cursor: pointer;
}

.toggle_row_controler_arrow_packed
{
	float: right;
	width: 20px;
	height: 20px;
	background-position: 0 0;
	background: url('../images/icon_arrow_down.png') no-repeat;
}

.toggle_row_controler_arrow_expanted
{
	float: right;
	width: 20px;
	height: 20px;
	background-position: 0 0;
	background: url('../images/icon_arrow_up.png') no-repeat;
}

.toggle_row_controler:hover .toggle_row_controler_arrow_packed, .toggle_row_controler:hover .toggle_row_controler_arrow_expanted
{
	background-position: -20px 0;
}

.captcha
{
	border: 1px solid #808080;
	margin-right: 7px;
}
