/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-18 22:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html
{
	font-size: 62.5%;
}

body
{
	position: relative;
	background: #d9d9d9 url(images/body-background.png) repeat-x left top;
	color: #002e5f;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt, input, textarea, select
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1.4em;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #002e5f;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

/* CLEAR */
/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.noscreen
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px;
	overflow: hidden;
	visibility: hidden;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	background: url(images/page-background.png) no-repeat center 20px;
}

#page #leftShadow,
#page #rightShadow
{
	width: 16px;
	height: 664px;
	position: absolute;
	top: 20px;
	overflow: hidden;
}

#page #leftShadow
{
	left: -16px;
	background: url(images/left-shadow.png) no-repeat right top;
}

#page #rightShadow
{
	right: -16px;
	background: url(images/right-shadow.png) no-repeat left top;
}

/*======================================================================================*/
/* TOP PANEL HOLDER                                                                     */
/*======================================================================================*/


.homepage #topPanelHolder
{
	width: 980px;
	height: 380px;
	position: relative;
}

.subpage #topPanelHolder
{
	width: 980px;
	height: 241px;
	position: relative;
	background: url(images/subpage-background.jpg) no-repeat center bottom;
}

#topPanelHolder p.logo
{
	width: 187px;
	height: 21px;
	position: absolute;
	left: 60px;
	top: 41px;
	z-index: 5;
}

#topPanelHolder #slider
{
	width: 980px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 80px;
}

#topPanelHolder #slider .slider-in
{
	height: 300px;
	/*height: 197px;*/
	/*margin: 53px 420px 50px 49px;*/
	overflow: hidden;
}

#topPanelHolder #slider .slider-in ul
{
	width: 980px;
	height: 300px;
	list-style-type: none;
}

#topPanelHolder #slider .slider-in ul li
{
	width: 980px;
	height: 300px;
	/*width: 511px;
	height: 197px;*/
	overflow: hidden;
	background: transparent !important;
}

#topPanelHolder #slider .slider-in ul li div
{
	width: 550px;
	height: 200px;
	position: absolute;
	left: 50px;
	top: 50px;
}

/*
#topPanelHolder #slider .slider-in ul li div.item1
{
	background: url(images/slider/item1.png) no-repeat left top;
}

#topPanelHolder #slider .slider-in ul li .item1 a
{
	position: absolute;
	left: 187px;
	top: 176px;
	color: #fff200;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#topPanelHolder #slider .slider-in ul li .item1 a span
{
	visibility: hidden;
}

#topPanelHolder #slider .slider-in ul li .item1 h1,
#topPanelHolder #slider .slider-in ul li .item1 h2,
#topPanelHolder #slider .slider-in ul li .item1 p
{
	text-indent: -9999px;
}
*/

#topPanelHolder #slider .slider-in ul li h1,
#topPanelHolder #slider .slider-in ul li h2,
#topPanelHolder #slider .slider-in ul li p
{
	color: #ffffff;
}

#topPanelHolder #slider .slider-in ul li h1,
#topPanelHolder #slider .slider-in ul li h2
{
	width: 500px;
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

#topPanelHolder #slider .slider-in ul li p
{
	width: 380px;
	color: #e1e1e1;
	font-size: 18px;
}

#topPanelHolder #slider .slider-in ul li p a
{
	color: #fff200;
	font-size: 14px;
}

#topPanelHolder #slider .prev,
#topPanelHolder #slider .next
{
	width: 36px;
	height: 71px;
	position: absolute;
	top: 106px;
	text-indent: -9999px;
	z-index: 10;
}

#topPanelHolder #slider .prev
{
	left: -5px;
	background: url(images/slider/button-prev.png) no-repeat left top;
}

#topPanelHolder #slider .next
{
	right: -5px;
	background: url(images/slider/button-next.png) no-repeat left top;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/


#middlePanel
{
	margin: 0 0 25px 0;
	padding: 30px 0 0 0;
	background: #ffffff;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 980px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 20px;
}

#topPanel ul#menu
{
 top: 46px;
	height: 34px;
	position: relative;
	float: right;

	list-style-type: none;
	z-index: 15;
}

#topPanel ul li
{
	float: left;
	position: relative;
}

#topPanel ul li a
{
	height: 34px;
	margin: 0 20px 0 0;
	float: left;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#topPanel ul li.last a
{
	margin: 0;
}

#topPanel ul li a:hover,
#topPanel ul li a.active
{
	color: #ffea00;
	text-decoration: underline;
}

#topPanel ul li a:hover span,
#topPanel ul li a.active span
{
	color: #ffffff;
}

/* == submenu */
#topPanel ul li ul
{
	width: 144px;
	display: none;
	position: absolute;
	left: -20px;
	top: 34px;
	list-style-type: none;
}

#topPanel ul li ul li
{
	float: none;
}

#topPanel ul li ul li a
{
	width: 144px;
	height: 23px;
	line-height: 23px;
	border-top: 1px solid #336c9b;
	position: relative;
	background: #004782;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

#topPanel ul li ul li.last a
{
	height: 25px;
	line-height: 25px;
	background: transparent url(images/menu-submenu-last.png) no-repeat left top;
}

#topPanel ul li ul li a:hover,
#topPanel ul li ul li a.active
{
	color: #ecdf13;
	text-decoration: none;
}

/* == show submenu */
#topPanel ul li:hover ul
{
	display: block;
}

#topPanel #languagePanel
{
	width: 130px;
	height: 27px;
	position: absolute;
	right: 55px;
	padding: 5px 0 0 0;
	top: 0;
	background: url(images/language-panel.png) no-repeat left top;
	overflow: hidden;
}

#topPanel #languagePanel a
{
	width: 20px;
	height: 14px;
	margin: 0 12px 0 14px;	
	border: 1px solid silver;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

#topPanel #languagePanel a.cz
{ 

  margin: 0 0 0 10px;	
	background: url(images/ico-cz.png) no-repeat center bottom;
}

#topPanel #languagePanel a.de
{   
  margin: 0 0 0 7px;
	background: url(images/germany-flag.jpg) no-repeat center bottom;
}

#topPanel #languagePanel a.sk
{
  margin: 0 0 0 7px;
	background: url(images/svkflag.jpg) no-repeat center bottom;
}

#topPanel #languagePanel a.hu
{
	margin: 0 0 0 7px;
	background: url(images/huflag.png) no-repeat center bottom;

}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/


#bottomPanel
{
	width: 980px;
	height: 90px;
	padding: 50px 0 0 0;
	background: #ffffff url(images/bottom-panel-background.png) no-repeat left top;
	overflow: hidden;
}

#bottomPanel a.miniLogo
{
	margin: 0 0 0 60px;
	float: left;
}

#bottomPanel p
{
	width: 176px;
	height: 31px;
	padding: 8px 0 0 22px;
	float: left;
	line-height: 1.1em;
	background: url(images/bottom-panel-paragraph.png) no-repeat left top;
	color: #666666;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	overflow: hidden;
}

#bottomPanel p a
{
	color: #666666;
}


