﻿/****************************************************************************************/
/*                                                                                      */
/* František Bublan website - GLOBAL DESIGN                                             */
/*                                                                                      */
/* Version:         2009-07-19 03:00                                                    */
/* Last changed by: Josef Vondracek, Soft Evolution s.r.o.                              */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: url(Images/background.png) repeat-x 0px 0px;
	font-size: 100%;
	font-family: "Verdana", "Tahoma", "Arial";
	font-family: Verdana, Tahoma, Arial;
	margin: 0;
	padding: 0;
}

form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, body, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, input, select, textarea
{
	font-size: 100%;
	font-family: "Verdana", "Tahoma", "Arial";
	font-family: Verdana, Tahoma, Arial;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #272727;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

/*======================================================================================*/

#page
{
	width: 857px;
	margin: 0 auto;
	display: block;
	overflow: visible;
	position: relative;
	top: 26px;
	font-size: 70%;
}

/*======================================================================================*/
/* TOP PANEL                                                                            */
/*======================================================================================*/

#topPanel
{
	position: absolute;
	left: 0;
	top: 0;
}

#topPanelHolder
{
	width: 857px;
	height: 410px;
	display: block;
	overflow: visible;
	background: url(images/top-panel.png) no-repeat 0px 24px;
}

/*======================================================================================*/

#topPanelHolder #logo
{
	width: 115px;
	height: 136px;
	position: absolute;
	left: 700px;
	top: -26px;
	z-index: 40;
}

#topPanelHolder #quotation
{
	width: 323px;
	height: 97px;
	position: absolute;
	left: 33px;
	top: 195px;
}

#topPanelHolder h1
{
	position: absolute;
	left: 40px;
	top: 80px;
	z-index: 100;
	color: White;
	font-size: 250%;
}

#topPanelHolder h1 span
{
	font-weight: normal;
}

#topPanelHolder strong
{
	position: absolute;
	left: 42px;
	top: 82px;
	z-index: 99;
	color: #e88833;
	font-size: 250%;
}

#topPanelHolder strong span
{
	font-weight: normal;
}

#topPanelHolder p
{
	width: 330px;
	position: absolute;
	left: 40px;
	top: 130px;
	color: White;
	font-size: 120%;
	font-weight: bold;
}

/*======================================================================================*/

#topPanelHolder table,
#topPanel #menuBottomPanel table
{
	width: 844px;
	height: 51px;
	position: absolute;
	left: 5px;
	top: 350px;
	background: url(images/menu.png) no-repeat 0px 0px;
}

#topPanel #menuBottomPanel table
{
	background: none;
}

#topPanelHolder table td,
#topPanel #menuBottomPanel table td
{
	height: 51px;
	background: url(images/menu-border.png) no-repeat right 1px;
	text-align: center;
}

#topPanel #menuBottomPanel table td
{
	background: none;
}

#topPanelHolder table td.first span,
#topPanel #menuBottomPanel table td.first span
{
	width: 2px;
	position: relative;
	top: 1px;
	float: right;
	display: block;
	overflow: hidden;
	background: none;
}

#topPanelHolder table td.last,
#topPanel #menuBottomPanel table td.last
{
	background: none;
}

#topPanelHolder table td a,
#topPanel #menuBottomPanel table td a
{
	position: relative;
	color: #fafafa;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

#topPanelHolder table td a
{
	position: relative;
	left: 1px;
	top: 1px;
}

#topPanel #menuBottomPanel table td a
{
	color: #929292;
}

/*================================================*/

#topPanel #menuBottomPanel table td:hover a
{
	color: #6a6a6a;
}

#topPanel #menuBottomPanel table td.first:hover a
{
	width: 100%;
	height: 33px;
	display: block;
	padding: 16px 0 0 0;
	background: url(images/menu-border.png) no-repeat right 0px;
}

#topPanelHolder table td:hover,
#topPanel #menuBottomPanel table td:hover
{
	background: url(images/menu-hover-middle.png) repeat-x right 0px;
}

#topPanelHolder table td.first:hover,
#topPanel #menuBottomPanel table td.first:hover
{
	background: url(images/menu-hover-first.png) repeat-x left 0px;
}

#topPanelHolder table td.last:hover,
#topPanel #menuBottomPanel table td.last:hover
{
	background: url(images/menu-hover-last.png) repeat-x right 0px;
}

/*================================================*/

#topPanel #menuBottomPanel table td.selected a,
#topPanel #menuBottomPanel table td.firstSelected a
{
	color: #6a6a6a;
}

#topPanel #menuBottomPanel table td.first.selected a,
#topPanel #menuBottomPanel table td.firstSelected a
{
	width: 100%;
	height: 33px;
	display: block;
	padding: 16px 0 0 0;
	background: url(images/menu-border.png) no-repeat right 0px;
}

#topPanelHolder table td.selected,
#topPanel #menuBottomPanel table td.selected
{
	background: url(images/menu-hover-middle.png) repeat-x right 0px;
}

#topPanelHolder table td.firstSelected,
#topPanel #menuBottomPanel table td.firstSelected
{
	background: url(images/menu-hover-first.png) repeat-x left 0px;
}

#topPanelHolder table td.lastSelected,
#topPanel #menuBottomPanel table td.lastSelected
{
	background: url(images/menu-hover-last.png) repeat-x right 0px;
}

/*======================================================================================*/

#topPanel #menuTopPanel
{
	width: 818px;
	height: 24px;
	position: absolute;
	left: 29px;
	top: 5px;
	background: url(images/top-menu.png) no-repeat 0px 0px;
}

#topPanel #menuTopPanel ul
{
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 9999;
}

#topPanel #menuTopPanel ul li
{
	width: 95px;
	display: block;
	float: left;
	border-right: 1px solid #929292;
	text-align: center;
	list-style: none;
}

#topPanel #menuTopPanel ul li.last
{
	border: none;
}

#topPanel #menuTopPanel ul li a
{
	color: #b8b8b8;
	font-size: 90%;
	text-decoration: none;
}

#topPanel #menuTopPanel ul li a:hover
{
	text-decoration: underline;
}

/*======================================================================================*/

#topPanel #searchPanel
{
	width: 190px;
	height: 33px;
	position: absolute;
	left: 640px;
	top: 290px;
	z-index: 999;
	background: url(images/search-panel.gif) no-repeat 0px 0px;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

#topPanel #searchPanel .button,
#topPanel #searchPanel .text
{
	border: none;
	position: absolute;
}

#topPanel #searchPanel .text
{
	width: 130px;
	height: 13px;
	padding: 2px 0 0 0;
	left: 38px;
	top: 8px;
	background: white;
}

#topPanel #searchPanel .button
{
	width: 20px;
	height: 21px;
	left: 7px;
	top: 7px;
	cursor: pointer;
	cursor: hand;
	background: url(images/search-panel-button.gif) no-repeat 0px 0px;
}

/*======================================================================================*/

#topPanel #photo
{
	width: 443px;
	height: 330px;
	position: absolute;
	left: 404px;
	top: 5px;
	z-index: 30;
}


/*======================================================================================*/
/* MIDDLE PANEL                                                                         */
/*======================================================================================*/

#middlePanel
{
	width: 845px;
	min-height: 150px;
	padding: 25px 0 25px 0;
	position: relative;
	left: 5px;
	background: url(images/content-middle.png) repeat-y left top;
	color: #848484;
}

#middlePanel a
{
	color: #848484;
}

/*======================================================================================*/

#middlePanel .bottom,
#middlePanel .top
{
	width: 845px;
	height: 50px;
	position: absolute;
	z-index: 50;
	right: 0px;
	_right: -1px;
	display: block;
}

#middlePanel .top
{
	top: 0px;
	background: url(images/content-top.png) no-repeat 0px 0px;
}

#middlePanel .bottom
{
	bottom: 0px;
	background: url(images/content-bottom.png) no-repeat 0px 0px;
}

/*======================================================================================*/
/* LEFT CONTENT PANEL                                                                   */
/*======================================================================================*/

#leftContentPanel
{
	width: 170px;
	padding: 0 20px;
	position: relative;
	z-index: 100;
	float: left;
}

#leftContentPanel .newsletter
{
    
}

#leftContentPanel .newsletter h2
{
    
}

#leftContentPanel .newsletter p
{
    padding: 0 0 10px 0;
}

#leftContentPanel .newsletter label
{
    
}

#leftContentPanel .newsletter input.text
{
    width: 164px;
	padding: 1px 2px;
	display: inline-block;
	border: 1px solid #858585;
	font-size: 100%;
}

#leftContentPanel .newsletter input.button
{
    margin: 5px 1px 0 0;
    padding: 1px 3px;
    float: right;
    clear: both;
    color: Black;
    background: white;
	border: 1px solid #858585;
}

/*======================================================================================*/
/* RIGHT CONTENT PANEL                                                                  */
/*======================================================================================*/

#rightContentPanel
{
	width: 575px;
	padding: 0 20px;
	position: relative;
	z-index: 100;
	float: right;
}


/*======================================================================================*/
/* FULL WIDTH CONTENT PANEL                                                             */
/*======================================================================================*/

#fullContentPanel
{
	width: 844px;
	padding: 10px 0 0 0;
	position: relative;
	left: 8px;
}

/*======================================================================================*/

#fullContentPanel .box
{
	width: 180px;
	height: 200px;
	padding: 5px 15px;
	_padding: 5px 14px;
	position: relative;
	float: left;
	border-left: 1px dotted #b7b7b7;
}

#fullContentPanel .box h3
{
	padding: 0 0 15px 0;
	display: block;
	color: #fe8a01;
	font-size: 115%;
}

#fullContentPanel .box .archive
{
	position: absolute;
	right: 15px;
	bottom: 0px;
	color: #6b6b6b;
}

#fullContentPanel .box .archive:hover
{
	text-decoration: none;
}

/* NEWS BOX ================================*/

#fullContentPanel .box .newsList
{
	width: 100%;
	padding: 5px 0;
	clear: both;
}

#fullContentPanel .box .newsList .item
{
	padding: 0 0 10px 0;
	clear: both;
}

#fullContentPanel .box .newsList .item span
{
	display: block;
	color: #777777;
	font-weight: bold;
}

#fullContentPanel .box .newsList .item a
{
	color: #848484;
	text-decoration: none;
}

#fullContentPanel .box .newsList .item a:hover
{
	text-decoration: underline;
}

/* LINKS BOX ===============================*/

#fullContentPanel .box .links table
{
	width: 100%;
}

#fullContentPanel .box .links table td
{
	text-align: center;
}

#fullContentPanel .box .links a img
{
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
}

#fullContentPanel .box .links a:hover img
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

#fullContentPanel .box .links img
{
	margin: 0 3px 10px 3px;
}

/* QUESTIONNAIRE BOX =======================*/

#fullContentPanel .box .questionnaire
{
	
}

#fullContentPanel .box .questionnaire p
{
	padding: 5px 0 15px 0;
	display: block;
	clear: both;
	color: #777777;
}

#fullContentPanel .box .questionnaire .answer
{
	height: 26px;
	padding: 10px 0 0 0;
	position: relative;
	display: block;
	overflow: hidden;
}

#fullContentPanel .box .questionnaire .answer .text
{
	position: relative;
	top: -5px;
	color: #777777;
	font-weight: bold;
}

#fullContentPanel .box .questionnaire .answer .minus,
#fullContentPanel .box .questionnaire .answer .plus
{
	width: 150px;
	height: 26px;
	position: absolute;
	left: 30px;
	top: 0;
}

#fullContentPanel .box .questionnaire .answer .plus
{
	z-index: 5000;
	background: url(images/questionnaire-plus.png) no-repeat 0px 0px;
}

#fullContentPanel .box .questionnaire .answer .minus
{
	z-index: 4999;
	background: url(images/questionnaire-minus.png) no-repeat 0px 0px;
}

#fullContentPanel .box .questionnaire .answer .text
{
	position: relative;
	top: -5px;
	color: #777777;
	font-weight: bold;
}

/* CALENDAR BOX ============================*/

#fullContentPanel .box .calendar
{
	
}

#fullContentPanel .box .calendar table
{
    width: 185px;
	position: relative;
	left: -3px;
	top: -5px;
	font-size: 90%;
}

#fullContentPanel .box .calendar table a
{
	color: #5b5b5b;
	text-decoration: none;
}

#fullContentPanel .box .calendar table a:hover
{
	text-decoration: underline;
}

#fullContentPanel .box .calendar table span
{
	color: #989595;
}

#fullContentPanel .box .calendar .dayName
{
	padding: 0 0 5px 0;
	color: #7f7f7f;
	text-transform: uppercase;
}

#fullContentPanel .box .calendar table td.day
{
	width: 21px;
	height: 16px;
	padding: 0 1px 2px 0;
	background: url(images/calendar-hp-empty.png) no-repeat 0px 0px;
}

#fullContentPanel .box .calendar table td.today
{
	background: url(images/calendar-hp-today.png) no-repeat 0px 0px;
}

#fullContentPanel .box .calendar table td.today a,
#fullContentPanel .box .calendar table td.today span
{
	color: White;
	font-weight: bold;
}

#fullContentPanel .box .calendar table td.action
{
	background: url(images/calendar-hp-action.png) no-repeat 0px 0px;
}

/*======================================================================================*/

/*======================================================================================*/




/*======================================================================================*/
/* BOTTOM PANEL                                                                         */
/*======================================================================================*/

#bottomPanel
{
	width: 834px;
	height: 41px;
	margin: 10px 0 0 0;
	padding: 5px;
	position: relative;
	left: 5px;
	border-top: 1px solid #dadada;
	color: #848484;
	font-size: 90%;
}

/*======================================================================================*/

#bottomPanel ul
{
	position: absolute;
	right: 5px;
	top: 5px;
}

#bottomPanel ul li
{
	padding: 0 10px;
	float: left;
	list-style: none;
	border-right: 1px solid #848484;
}

#bottomPanel ul li.last
{
	border: none;
}

#bottomPanel ul li a
{
	color: #848484;
	text-decoration: none;
}

#bottomPanel ul li a:hover
{
	text-decoration: underline;
}
