/* OBECNÉ NASTAVENÍ + NASTAVENÍ OPAKUJÍCÍCH SE PRVKŮ ========================*/

body
{
	font: 75% Trebuchet MS;
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	background: url(../Images/Design/background.png);
		
}

ul
{
	padding: 0;
	margin: 0;
}

img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

#page
{
	width: 780px;
	margin: 0 auto;
}

#topPart
{
	width: 100%;
	background: url(../Images/Design/background-top-part.png) repeat-x left top;
	float:left;
}

#bottomPart
{
	width: 100%;
	height: 343px;
	background: url(../Images/Design/background-bottom-part.png) repeat-x left top;
	float:left;
	position:relative;
}


#topContent
{
	width: 978px;	
	margin: 0 auto;
}

#topContentLine
{
	width: 966px;
	padding:5px 5px 0px 5px;
	border: 1px solid #ff9966;
	border-bottom: none;
	float: left;
}

#bottomContent
{
	width: 1008px;
	height: 102px;
	margin: 0px auto 0px auto;
	background: url(../Images/Design/bottom.png) no-repeat center top;
}

#topPanel
{
	color:#C54F1F;
	width: 962px;
	margin: 0 auto;
	background: url(../Images/Design/content-background.png) repeat-y center;
	float: left;
}

#contentPanel
{
	width: 962px;
	margin: 0 auto;
	background: url(../Images/Design/content-background.png) repeat-y center;
	float: left;		
}

.leftHeader
{
	width: 192px;
	height: 24px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	background: url(../Images/Design/left-header.png) repeat-x left top;
	text-align: center;
	font-size: 100%;
	color: #cc6633;
}

/* HORNÍ ČÁST WEBU =============================================================*/

/* NADPIS WEBU ------------------------*/

#headerPanel
{
	width: 961px;
	height: 30px;
	margin: 0 auto;
	background: url(../Images/Design/header-panel-background.png) repeat-x left top;
	text-align: center;
}

#headerPanel h1
{
	margin: 0;
	padding: 7px 0 0 0;
	color: #cc6633;
	font-size: 100%;
	font-weight: normal;
}

#underHeaderLine
{
	width: 961px;
	height: 8px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	background: url(../Images/Design/under-header-line-background.gif) repeat-x center top;
}

/* HORNÍ PANEL ------------------------*/

#logoPanel
{
	width: 220px;
	height: 197px;
	float: left;
	border: 1px solid #ffcc99;
	border-top: none;
	border-left: none;
	background: white;
	margin-left: 1px;
}

#logoPanel img
{
	width: 220px;
	height: 197px;
}

#highlightPanel
{
	width: 514px;
	height: 186px;
	padding: 5px 4px;
	float: left;
	border: 1px solid #ffcc99;
	border-left: none;
	border-right: none;
}

#highlightPanel img
{
	width: 100%;
	height: 100%;
}

/* PANEL KONTAKTU ---------------------*/

#contactPanel
{
	width: 203px;
	height: 179px;
	padding: 3px 0 0 0;
 	float: right;
	border: 1px solid #ffcc99;
	background: white url(../Images/Design/contact-panel-background.png) no-repeat left bottom;
	position: relative;
	top: 6px;
	left: -7px;
}

/* FORMULAR	 -----------------------------------*/

#contactPanel table
{
	margin: 5px 0px 0px 8px;
	font-size: 0.8em;
}

#contactPanel table td
{
	padding-bottom: 4px;
}

.contactPanelTBBackground
{
	width: 129px;
	height: 15px;
	background: url(../Images/Design/contact-panel-tb.png) no-repeat left top;
}

.contactPanelTBBackground input
{
	width: 123px;
	height: 9px;
	border: none;
	background: none;
	font-size: 0.8em;
	position: relative;
	left: 2px;
	top: -2px;
}

.contactPanelTABackground
{
	width: 129px;
	height: 60px;
	background: url(../Images/Design/contact-panel-ta.png) no-repeat left top;
}

.contactPanelTABackground textarea
{
	width: 122px;
	height: 54px;
	border: none;
	background: none;
	font-size: 1em;
	position: relative;
	
	left: 2px;
}

.contactPanelBTN 
{
	width: 62px;
	height: 18px;
	position: relative;
	left: 119px;	
	top: 3px;
	background: url(../Images/Design/contact-panel-button.png) no-repeat left top;
	border: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #c34c1b;
	height: 18px;
	
}

/*  -----------------------------------*/

/*  ----------------------------------*/

/* LEVÝ PANEL ==================================================================*/
#leftPanel 
{
	float:left;
	width:220px;
}


/* MENU -----------------------------------*/
#menuPanel
{
	width:205px;
	position:relative;
	left:10px;
	top:-30px;
	float:left;
}

#menuPanel ul
{
	list-style: none;
}


#menuPanel ul li
{
	border: 1px #F7D1AA solid;
	width:200px;
	height:37px;
	margin-bottom: 6px;
	
	
}

#menuPanel a
{
	text-decoration: none;
	font-weight: bold;
	color: #C54F1F;
	position:relative;
	left:20px;
	top:10px; 
}	

.ButtonOff
{
	background: url(../Images/Design/menu-background.png) repeat-x;
	
} 

.ButtonOn
{
	background: White;
	
}

#menuPanel .ButtonOn a
{
	color:Black;
}

/* PRAVÝ PANEL =================================================================*/

#rightPanel
{
	float:right;
	width:220px;
	
}

#linksPanel
{
	width: 170px;	
	border: 1px solid #ffcc99;
	background-color: white;	
	position: relative;
	top: -44px;
	left: 8px;
	padding: 8px 0px 15px 33px;
}

.image-link
{
	border:none;
	margin:7px 0px 0px 0px;
}

#newsPanel
{
	width: 193px;	
	border: 1px solid #ffcc99;
	background-color: white;	
	position: relative;
	left: 8px;
	margin: -39px 0px 0px 0px;
	padding: 3px 5px 15px 5px;
}

#newsPanel a
{
	color: #C54F1F;
	position:relative;
	top:5px;	
}

#newsPanel div
{
	font-size: 0.8em;
	padding: 0 8px 4px 8px;
	margin-top:5px;
}

#secondaryMenu
{
	width: 203px;	
	height: 57px;
	border: 1px solid #ffcc99;
	background-color: white;	
	position: relative;	
	left: 8px;
	margin:6px 0px 0px 0px;
	text-align:center;	
	padding:8px 0px 0px 0px;
}

#secondaryMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondaryMenu li
{
	margin: 0;
	padding: 0 0 4px 0;
}

/* ANKETA -----------------------------------*/

.questionnairePanel
{
	width: 193px;	
	border: 1px solid #ffcc99;
	background-color: white;	
	position: relative;	
	left: 8px;
	margin:6px 0px 0px 0px;	
	padding:3px 5px 4px 5px;
	color: #C54F1F;
}

#qText
{
	padding: 5px;
	font-size: 0.8em;
}

.qQuestion
{
	padding: 5px;
	font-size: 0.8em;
}

.qAnswer
{
	padding-bottom: 2px;
	font-weight: bold;
}

.qAnswer a
{
	color: #c54f1f;
	text-decoration: none;
}

.qAnswerCount
{
	width: 150px;
	height: 13px;
	background-color: #f5c491;
}

.qAnswerCount img
{
	height: 13px;
}

.qAnswerPercentage
{
	float: right;
}

/* PANEL PRO OBSAH -------------------------------*/

#content
{
	width: 500px;
	position: relative;
	top: -36px;
	left: 12px;	
	background: white;/* url(../Images/Design/content-upper-text-line.png) no-repeat left top;*/
	padding: 5px 0px 0px 0px;
	float: left;
}

#contentUpperLine
{
	width: 500px;
	height: 6px;
	float: left;
	display: block;
	overflow: hidden;
	background: white url(../Images/Design/content-upper-text-line.png) no-repeat left top;
	position: relative;
	top: -36px;
	left: 0px;
}

/* STYLOVÁNÍ OBSAHU -------------------------*/

.title 
{
	width: 500px;
	height:25px;
	background: url(../Images/Design/obsah/title-background.png) repeat-y;
	font-weight:bold;
	margin-bottom: 10px;
}

.title a
{
	text-decoration: none;
	color: Black;
}

.title-bl-lf
{
	color:Black;
	float:left;
	margin:5px 0px 0px 10px;
		
}

.title-bl-rg
{
	color:Black;
	float:right;
	margin:5px 10px 0px 0px;	
}

.image-1
{
	float:left;
	margin: 0 20px 10px 0;
}

.text-content
{
	width: 480px;
	font-size: 0.9em;
	color: black;	
	margin: 8px 0px 0px 8px;
	padding: 0 5px 0 5px;
}

.text-content a
{
	color: Black;
}

.text-float
{
	float:none;	
}

.title-or-lf
{
	color: #C54F1F;
	float:left;
	margin:5px 0px 0px 10px;
	text-decoration: underline;	
}

.image-album 
{
	width:480px;
	position:relative;
	left:35px;
	top:8px;		
	text-align:center;	
}

.image-album div
{
	margin:0px 10px 10px 0px;
	float:left;	
	font-style:italic;
}

.clear
{
	clear:both;
	height:8px;	
	width: 100%;
	display: block;
	overflow: hidden;
}

.clear0
{
	clear:both;
	height:0px;	
}

.section
{
	width: 100%;
	padding: 0px 0px 20px 0px;
	float: left;
}

#sectionLinks
{
	width: 452px;
	margin: 0 auto;
}

#sectionLinks table
{
	width: 450px;
	height: 50px;
	border: 1px solid #f9d4b7;
	margin-bottom: 8px;
}

#sectionLinks .cell1
{
	width: 115px;
}

#sectionLinks .cell2
{
	padding: 0 24px;
	background-color: #f9d4b7;
}

#sectionLinks a
{
	color: #d06c3f;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

.section-item
{
	color: black;
	clear: both;
	margin: 0;
	padding: 0;
}

.section-item a
{
	color:Black;
	float:left; 
	margin:0px 0px 0px 10px;
}

.date-size 
{
	float:right;
	margin:0px 5px 0px 0px;
}

.item-link
{
	width:450px;
	height:50px;
	border:	1px solid #ff9966;
	position:relative;
	left:23px;
	top:15px;
	margin-bottom:15px;
}

.item-link-image
{
	width:115px;
	float:left;	
}

.item-link-text
{
	width:335px;
	background:#F9D3B6;
	height:35px;
	font-size:1.2eM;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	
}

.item-link-text a
{
	text-decoration: none;
	color: #C54F1F;	
}

.float-ico
{
	float:left;
	margin:0px 0px 0px 10px;	
}

#image-head
{
	height: 36px;
	float: left;
	padding-left: 4px;
}

.komentar
{
	clear:both;	
	padding-top: 8px;
}

.autor
{
	float:left;	
}

.cely-clanek
{
	float:right;	
}

.cely-clanek a
{
	color:Black;
	font-weight:bold;
	margin-right:10px;	
}

/* KONTAKTNÍ FORMULÁŘ -----------------*/

.conFormTable
{
	width: 350px;
	margin: 0 auto;
	font-size: 1em;
}

.conFormTable td
{
	padding-bottom: 5px;
}

.conFormTA
{
	width: 216px;
	height: 63px;
	padding: 2px 3px;
	background: url(../Images/Design/contact-form-ta.png) no-repeat left top;
}

.conFormTA textarea
{
	width: 215px;
	height: 59px;
	font-size: 0.8em;
	background: none;
	border: none;
}

.conFormTB
{
	width: 216px;
	height: 13px;
	padding: 2px 3px;
	background: url(../Images/Design/contact-form-tb.png) no-repeat left top;
}

.conFormTB input
{
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	background: none;
	border: none;
}

.conFormButton
{
	width: 71px;
	height: 18px;
	background: url(../Images/Design/contact-form-button.png) no-repeat left top;
	border: none;
}

.conFormValidatorError
{
	float: right;
}

/* OBSAHOVÁ ČÁST ADMINU ---------------*/

.SectionHeader
{
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 8px;
	clear: both;
}

.AdminHeader
{
	font-weight: bold;
	font-size: 1.05em;
	padding-bottom: 10px;
	clear: both;
}

/* SPODNÍ ČÁST WEBU ============================================================*/

#bottomContent
{
	position:relative;
	left:-2px;
}

#authors
{
	position:relative;
	left:42px;
	top:15px;
	color: #C66F6F;
	
}

#authors a
{
	font-size:0.8em;
	color: #C66F6F;
	text-decoration: none;
}