﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-02 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html
{
	font-size: 62.5%;
}

body
{
	background: #ffffff;
	color: #333333;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Verdana, Tahoma, Arial;
}

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: Verdana, Tahoma, Arial;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1.2em;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #1a2192;
	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;
}

.alR
{
	text-align: right;
}

.alR a
{
	color: #7b7b7b;
	font-weight: bold;
	text-decoration: none;
}

.alR a:hover
{
	text-decoration: underline;
}

.flL
{
	float: left;
	margin: 0 15px 15px 0;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 970px;
	margin: 10px auto 0 auto;
	position: relative;
	background: url(images/separator-background.png) repeat-x left 65px;
}

#topPanelHolder
{
	width: 970px;
	height: 85px;
}

#topPanelHolder h1.logo
{
	font-size: 24px;
	font-weight: bold;
	line-height: 51px;
}

#topPanelHolder h1.logo a
{
	color: #1a2192;
	text-decoration: none;
}

#topPanelHolder h1.logo,
#topPanelHolder h1.logo span
{
	width: 518px;
	height: 51px;
	position: absolute;
	left: 5px;
	top: 3px;
	overflow: hidden;
}

#topPanelHolder h1.logo span
{
	display: block;
	left: 0;
	top: 0;
	background: url(images/logo.png) no-repeat left top;
}

#topPanelHolder h1.logo span a
{
	text-decoration: none;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/

#middlePanel
{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	background: url(images/separator-background.png) repeat-x left bottom;
}

#leftPanel
{
	width: 750px;
	float: left;
	overflow: hidden;
}

#contentPanel
{
	width: 540px;
	float: right;
	overflow: hidden;
}

#leftSide
{
	width: 185px;
	float: left;
	overflow: hidden;
}

#leftSide #menu
{
	margin: 0 0 25px 0;
	padding: 0 0 45px 0;
	list-style-type: none;
	background: url(images/separator-background.png) repeat-x left bottom;
}

#leftSide #menu li
{
	margin: 0 0 2px 0;
}

#leftSide #menu li a
{
	height: 21px;
	padding: 0 0 0 7px;
	display: block;
	line-height: 20px;
	position: relative;
	font-size: 1.1em;
	color: #4B4B4B;
	font-weight: bold;
	text-decoration: none;
}

#leftSide #menu li a span
{
	width: 11px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
}

#leftSide #menu li a:hover,
#leftSide #menu li.current_page_item a
{
	background: #eca83e url(images/menu-item-left.png) no-repeat left top;
	color: #ffffff;
}

#leftSide #menu li a:hover span,
#leftSide #menu li.current_page_item a span
{
	background: #eca83e url(images/menu-item-right.png) no-repeat right top;
}

#leftSide .box
{
	padding: 0 0 20px 0;
	background: url(images/separator-background.png) repeat-x left bottom;
}

#leftSide .box a
{
	margin: 0 0 35px 0;
	display: block;
}

#rightPanel
{
	width: 175px;
	float: right;
	overflow: hidden;
}

#rightPanel .blueBox
{
	width: 172px;
	margin: 0 0 20px 0;
	padding: 0 0 25px 0;
	background: url(images/separator-background.png) repeat-x left bottom;
}

#rightPanel .blueBox .content
{
	height: 145px;
	background: url(images/blue-box-background.png) no-repeat left top;
	color: #ffffff;
}

#rightPanel .blueBox .content h2
{
	margin: 0 0 10px 0;
	padding: 20px 0 0 20px;
	font-size: 13px;
	font-weight: normal;
}

#rightPanel .blueBox .content h2 a
{
	color: #ffffff;
}

#rightPanel .blueBox .content p
{
	padding: 0 0 0 20px;
	font-size: 0.8em;
}

#rightPanel .orangeBox
{
	width: 172px;
	margin: 0 0 20px 0;
	padding: 0 0 25px 0;
	background: url(images/separator-background.png) repeat-x left bottom;
}

#rightPanel .orangeBox .content
{
	height: 65px;
	background: url(images/prihlaska-background.png) no-repeat left top;
	color: #ffffff;
}

#rightPanel .orangeBox .content h2
{
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
}

#rightPanel .orangeBox .content h2 a
{
	color: #ffffff;
	text-decoration: none;
}

#rightPanel .orangeBox .content h2 a:hover
{
	text-decoration: underline;
}

#rightPanel .orangeBox .content p
{
	height: 30px;
	line-height: 30px;
	color: #4B4B4B;
	text-align: center;
}

#rightPanel .box
{
	margin: 0 0 20px 0;
	padding: 0 0 25px 0;
	background: url(images/separator-background.png) repeat-x left bottom;
}

#rightPanel .last
{
	margin: 0;
	padding: 0;
	background: none;
}

#rightPanel .box p
{
	color: #333333;
}

#rightPanel .box a
{
	color: #eca83e;
	text-decoration: none;
}

#rightPanel .box a:hover
{
	text-decoration: underline;
}

#rightPanel .box a.picture
{
	margin: 0 0 25px 0;
	display: block;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 335px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}

#topPanel .searchPanel
{
	width: 172px;
	height: 27px;
	position: absolute;
	right: 0;
	top: 15px;
	background: url(images/search-panel-background.png) no-repeat left top;
	overflow: hidden;
}

#topPanel .searchPanel .input
{
	width: 112px;
	height: 16px;
	position: absolute;
	left: 8px;
	top: 6px;
	border: none;
	background: #ffffff;
	color: #676767;
}

#topPanel .searchPanel .button
{
	width: 35px;
	height: 16px;
	position: absolute;
	right: 3px;
	top: 5px;
	border: none;
	background: #eca83e;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

#topPanel .icons
{
	width: 115px;
	height: 15px;
	position: absolute;
	right: 200px;
	top: 22px;
	overflow: hidden;
}

#topPanel .sk
{
	width: 20px;
	right: 10px;
}

#topPanel .icons a
{
	margin: 0 5px 0 0;
}
#topPanel .sk a
{
	color: #787878;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	padding: 0 0 20px 0;
}
