﻿/* OBECNÉ NASTAVENÍ + NASTAVENÍ OPAKUJÍCÍCH SE PRVKÙ ========================*/

body
{
	font: 75% Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

ul
{
	padding: 0;
	margin: 0;
}

form
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

#page
{
	width: 986px;
	margin: 0 auto;
}

/* ==========================================================================*/

#topPanel
{
	width: 986px;
	height: 150px;
	margin: 0 auto;
	background-image: url(../images/pages/top-panel-menu-background.png);
	background-repeat: no-repeat;
	background-position: 6px 95px;
}

#logo
{
	width: 170px;
	height: 69px;
	position: relative;
	top: 20px;
	left: 45px;
}

#motto
{
	float: right;
	position: relative;
	top: 68px;
	left: -70px;
}

#treePath
{
	position: relative;
	top: 58px;
	left: 50px;
	color: White;
	font-size: 90%;
	font-weight: bold;
}

#treePath a
{
	color: White;
}

/* ==========================================================================*/

#topMenuContentPanel
{
	width: 100%;
	height: 188px;
	background-image: url(../images/pages/top-panel-background.png);
	display: block;
	overflow: hidden;
}

#topMenuContent
{
	width: 986px;
	height: 188px;
	margin: 0 auto;
	background: #3d954c url(../images/pages/top-menu-background.png) repeat-y;
	background-position: 427px 0;
}

#topMenuContent img
{
	float: left;
}

#topMenuContent ul
{
	float: left;
	color: White;
	list-style-type: none;
	padding: 12px 0 0 15px;
	font-size: 145%;
	font-weight: bold;
}

#topMenuContent ul li
{
	padding-bottom: 8px;
}

#topMenuContent .menuPrefix
{
	width: 35px;
	float: left;
}

#topMenuContent a
{
	color: White;
	text-decoration: none;
}

#highlightPanel
{
	float: left;
	width: 427px;
	height: 188px;
	display: block;
	overflow: hidden;
}

#highlightPanel h2
{
	display: none;
}

/* ==========================================================================*/

#centralPanel
{
	width: 986px;
	margin: 0 auto;
}

/* ==========================================================================*/

#contentPanel
{
	float: right;
	width: 632px;
}

#contentImage
{
	float: right;
	width: 230px;
	padding-top: 80px;
	text-align: center;
}

#contentText
{
	float: left;
	width: 362px;
}

#contentTextNoImage
{
	width: 552px;
}

#content
{
	width: 592px;
	padding: 20px;
	float: right;
	color: #5b5b5b;
	font-size: 90%;
}

#content h1
{
	margin: 0;
	padding: 0 0 25px 0;
}

#content ul
{
	padding: 10px 0 10px 50px;
	list-style: none;
}

#content ul li
{
	padding: 3px 0 3px 18px;
	background: url(../images/pages/content-dot.png) no-repeat 0px 5px;
}

#content a
{
	color: #3d954c;
}

/* ==========================================================================*/

#contactPanel
{
	width: 592px;
	padding: 20px 20px;
	float: left;
	font-size: 90%;
	background-color: #3d954c;
	color: White;
}

#contactDesignPanel
{
	width: 71px;
	height: 55px;
	padding: 0 85px 0 78px;
	float: left;
	font-weight: bold;
	background: url(../images/pages/contact-design-image.png) no-repeat;
}

#contactDesignPanel img
{
	float: left;
	margin-right: 10px
}

#authorPanel
{
	width: 377px;
	padding: 5px 0 15px 235px;
	float: right;
	font-size: 85%;
	color: #5b5b5b;
}

#authorPanel a
{
	color: #5b5b5b;
}

/* ==========================================================================*/

#leftMenuPanel
{
	width: 350px;
	height: 500px;
	float: left;
	background: url(../images/pages/left-menu-background.png) no-repeat 17px 0px;
}

#leftMenuPanel ul
{
	padding: 30px 0 0 52px;
	list-style: none;
	color: White;
}

#leftMenuPanel ul li
{
	padding: 0 0 25px 0;
	background: url(../images/pages/left-menu-line.png) no-repeat;
}

#leftMenuPanel ul li a
{
	color: white;/*#3d954c;*/
	font-size: 145%;
	text-decoration: none;
	font-weight: bold;
	padding-left: 22px;
	background: url(../images/pages/left-menu-dot.png) no-repeat 0px 5px;
}

#leftMenuPanel .index1
{
	background-position: 0px 32px;
}

#leftMenuPanel .index2
{
	background-position: 3px 32px;
	padding-left: 3px;
}

#leftMenuPanel .index3
{
	background-position: 6px 32px;
	padding-left: 6px;
}

#leftMenuPanel .index4
{
	background-position: 10px 32px;
	padding-left: 10px;
}

#leftMenuPanel .index5
{
	background-position: 14px 32px;
	padding-left: 14px;
}

/* ==========================================================================*/

/* DIV se všemi prvky TextBoxu ********************/
.TextBoxTB
{
	float: left;
	padding-bottom: 5px;
}

/* Text před TextBoxem ***************************/
.TBTextSTextBox
{
	width: 100px;
}

/* DIV s TextBoxem ********************************/
.TBTextBox input
{
	width: 200px;
}

/* Text za TextBoxem ******************************/
.TBTextETextBox
{
	display: none;
}

/* DIV se všemi prvky TextArea ********************/
.TextAreaTA
{
	float: left;
}

/* Text před TextArea *****************************/
.TATextSTextArea
{
	float: left;
	width: 100px;
}



/* TextArea *********************************/
.TATextArea
{
	width: 200px;
	height: 100px;
}

/* Text za TextArea *******************************/
.TATextETextArea
{
	display: none;
}

#formButtons
{
	width: 303px;
	float: left;
	text-align: right;
	padding-top: 20px;
}
