﻿body
{
	margin: 10px 0 10px 0;
	background: black url(Images/Design/page-background.png) repeat-y center;
}


#Page
{
	width: 981px;
	height: 100%;
	margin: 0 auto 0 auto;
	background-color: White;
	
	font-size: 1em;
	font-family: Verdana;
}

ul
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	cursor: hand;
}

/*************************************************************************************/
/*                                   HORNÍ ČÁST                                      */
/*************************************************************************************/

#TopPanel1 
{
	width: 100%;
	height: 8px;
	margin-bottom: 2px;
	
	background: white url(Images/Design/top-panel-1.png) repeat-y right;
	
	display: block;
	overflow: hidden;
}

#TopPanel2
{
	width: 100%;
	height: 25px;
	
	background: white url(Images/Design/top-panel-2-left.png) no-repeat left;
	
	display: block;
	overflow: hidden;
}

#TopPanel2In
{
	width: 570px;
	height: 21px;
	float: right;
	padding-top: 4px;
	padding-right: 40px;
	
	background: url(Images/Design/top-panel-2-right.png) repeat-x;
	
	display: block;
	overflow: hidden;
	
	color: White;
	font-weight: bold;
	text-align: right;
}

#TopPanel3 
{
	width: 100%;
	height: 240px;
	
	background: white url(Images/Design/top-panel-3-highlight.png) repeat-y left;
	
	display: block;
	overflow: hidden;
}

.Highlight
{
	width: 470px;
	height: 240px;
	float: right;
}

#Header
{
	width: 424px;
	height: 67px;
	
	position: relative;
	top: 48px;
	left: 50px;	
}

#TopPanel4 
{
	width: 471px;
	height: 20px;
	float: left;
	padding-top: 4px;
	padding-left: 40px;
	
	background: white url(Images/Design/top-panel-4.png) repeat-x;
	
	position: absolute;
	top: 261px;
	
	color: White;
	font-weight: bold;
	text-align: left;
}

#TopPanel5 
{
	width: 100%;
	height: 8px;
	margin-top: 2px;
	
	background: white url(Images/Design/top-panel-5.png) repeat-y left;
	
	display: block;
	overflow: hidden;
}

/*************************************************************************************/
/*                                    LOGIN PANEL                                    */
/*************************************************************************************/

.BackLoginPanel
{
	width: 100%;
	height: 150%;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 55;
	
	background: blue;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}

.CentralLoginPanel
{
	width: 100%;
	height: 100%;
	padding-top: 280px;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 56;
	
	text-align: center;
}

.LoginTable
{
	width: 260px;
	margin: 0 auto 0 auto;
	background-color: White;
}

.CloseButton
{
	margin-top: 7px;
	margin-left: 320px;	
}

#LoginTopPanel1
{
	width: 100%;
	height: 5px;
	margin-bottom: 2px;
	margin-top: 7px;
	
	background: white url(Images/Login/top-panel-1.png) repeat-y;
	
	display: block;
	overflow: hidden;
}

#LoginTopPanel2
{
	width: 370px;
	height: 16px;
	padding-top: 6px;
	padding-left: 20px;
	
	background: white url(Images/Login/top-panel-2.png) repeat-y;
	
	display: block;
	overflow: hidden;
	
	color: White;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Lucida Console;
	text-align: left;
}

.LoginTextInput
{
	width: 206px;
	height: 20px;
	margin-bottom: 6px;
	padding-top: 5px;
	background: white url(Images/Login/text-input-background.png) repeat-x;
	border: 1px solid #e9e9e8;
}

.RememberLoginName
{
	float: left;
	font-size: 0.9em;
	
	position: relative;
	top: 8px;
}

.LoginButton
{
	width: 84px;
	height: 34px;
	
	background: white url(Images/Login/login-button.png);
	border: none;
	
	position: relative;
	left: -15px;
}

#LoginBottomPanel1
{
	width: 100%;
	height: 16px;
	margin-bottom: 2px;
	margin-top: 10px;
	
	background: white url(Images/Login/bottom-panel-1.png) repeat-y right;
	
	display: block;
	overflow: hidden;
}

#LoginBottomPanel2
{
	width: 100%;
	height: 5px;
	margin-bottom: 12px;
	
	background: white url(Images/Login/bottom-panel-2.png) repeat-y right;
	
	display: block;
	overflow: hidden;
}

/*************************************************************************************/
/*                                      LOGIN                                        */
/*************************************************************************************/

#UsersPanel
{
	width: 430px;
	
	position: relative;
	top: 80px;
	left: 45px;
	
	font-size: 0.7em;
}

#UsersPanel a
{
	color: Black;
}

#UsersPanel a:hover
{
	text-decoration: underline;
}

#LoginPicture
{
	float: left;
}

#LoginPanel
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#ContactPicture
{
	float: right;
	margin-left: 10px;
	margin-top: 6px;
}

#ContactPanel
{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

/*************************************************************************************/
/*                                  REGISTRATION                                     */
/*************************************************************************************/

#RegisterTopPanel1
{
	width: 100%;
	height: 5px;
	margin-bottom: 2px;
	margin-top: 7px;
	
	background: white url(Images/Login/top-panel-1.png) repeat-y;
	
	display: block;
	overflow: hidden;
}

#RegisterTopPanel2
{
	width: 370px;
	height: 16px;
	padding-top: 6px;
	padding-left: 20px;
	
	background: white url(Images/Login/top-panel-2.png) repeat-y;
	
	display: block;
	overflow: hidden;
	
	color: White;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Lucida Console;
	text-align: left;
}

#RegisterBottomPanel1
{
	width: 100%;
	height: 16px;
	margin-bottom: 2px;
	margin-top: 10px;
	
	background: white url(Images/Login/bottom-panel-1.png) repeat-y right;
	
	display: block;
	overflow: hidden;
}

#RegisterBottomPanel2
{
	width: 100%;
	height: 5px;
	margin-bottom: 12px;
	
	background: white url(Images/Login/bottom-panel-2.png) repeat-y right;
	
	display: block;
	overflow: hidden;
}

.CentralRegistrationPanel
{
	width: 100%;
	height: 100%;
	padding-top: 150px;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 56;
	
	text-align: center;
}

#RegistrationText
{
	text-align: left;
	margin-left: 40px;
	margin-bottom: 10px;
}

#RegistrationText a
{
	color: Blue;
	text-decoration: none;
}

#RegistrationText a:hover
{
	text-decoration: underline;
}

#RegistrationSubmitPanel
{
	text-align: right;
	margin-right: 50px;
}

.RegisterButton
{
	width: 93px;
	height: 34px;
	text-align: right;
}

/*************************************************************************************/
/*                                      MENU                                         */
/*************************************************************************************/

#MenuPanel
{
	float: left;
	padding: 20px 0 10px 38px;	
}

#Menu
{
	list-style: none;
}

#Menu img
{
	width: 152px;
	height: 60px;
}

#Menu li
{
	margin-bottom: 10px;
}

/*************************************************************************************/
/*                                     OBSAH                                         */
/*************************************************************************************/

#AllContentPanel
{
	float: left;
}

#ContentPanel
{
	width: 780px;
	height: 430px;
	float: right;
	
	font-size: 0.7em;
}

#ContentPanelInside_1
{
	width: 100%;
	height: 100%;
	
	background: white url(Images/Design/content-background.png) no-repeat center top;
}

#ContentPanelInside_2
{
	width: 100%;
	height: 100%;
	
	background: white url(Images/Design/content-background-1.png) no-repeat center top;
}

.ContentImagePanel
{
	position: absolute;
	top: 340px;
}

.ContentImage
{
	width: 398px;
	height: 213px;
	position: absolute;
	left: 50px;
	z-index: 0;
}

#ContentPanel1
{
	width: 325px;
	height: 190px;
	float: right;
	padding: 58px 60px 0 0;
	
	position: relative;
	z-index: 50;
	
	text-align: justify;
	
	display: block;
	overflow: hidden;
}

#ContentPanel2
{
	width: 655px;
	height: 150px;
	float: right;
	padding: 20px 60px 0 0;
	
	text-align: justify;
	
	display: block;
}

#ContentPanel1a
{
	width: 325px;
	height: 335px;
	float: right;
	padding: 58px 60px 0 0;
	
	position: relative;
	z-index: 50;
	
	display: block;
	overflow: hidden;
}

#ContentPanel2a
{
	width: 280px;
	height: 140px;
	float: right;
	padding: 270px 30px 0 0;
	
	display: block;
	overflow: hidden;
}

#ContentPanel2a a
{
	color: Black;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------- NOVINKY */

.NewsHeader
{
	height: 11px;
	color: #5e839e;
	margin-bottom: 8px;
	border-bottom: 1px solid #5e839e;
}

.NewsName
{
	float: left;
}

.NewsDate
{
	float: right;
}

.NewsSpacer
{
	width: 300px;
	height: 30px;
	display: block;
	overflow: hidden;
}

#SetAsHomePage
{
	height: 25px;
	margin-top: 20px;
}

#ActionsLinks
{
	list-style: none;
	margin-left: 32px;
}

#ActionsLinks li
{
	margin-bottom: 10px;
}

#PreparedActions
{
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------- SOUTĚŽE */

#ContentPanel2_1
{
	width: 210px;
	float: left;
}

#ContentPanel2_2
{
	width: 210px;
	float: right;
	padding-right: 10px;
}

#ContentPanel2_3
{
	width: 210px;
	float: right;
}

.Contents_ContentPanel
{
	width: 170px;
	padding-top: 8px;
	padding-right: 15px;
	float: right;
}

#ContentPanel2 a
{
	color: Black;
	text-decoration: underline;
}

.ContestsList
{
	margin-top: 10px;
	list-style: none;
}

.ContestsList li
{
	margin-bottom: 6px;
}

/*------------------------------------------------------------------------- KONTAKTY */

.QuestionField
{
	width: 210px;
	height: 50px;
}

.ContactFormButton
{
	position: relative;
	top: -10px;
	left: -14px;
}

/*************************************************************************************/
/*                                  SPODNÍ ČÁST                                      */
/*************************************************************************************/

#BottomPanel1
{
	width: 941px;
	height: 21px;
	padding-right: 40px;
	padding-top: 4px;
	margin-bottom: 2px;
	float: left;
	
	background: white url(Images/Design/bottom-panel-1.png) repeat-y right;
	
	display: block;
	overflow: hidden;
	
	color: White;
	font-weight: bold;
	text-align: right;
}

#BottomPanel2
{
	width: 100%;
	height: 8px;
	float: left;
	
	background: white url(Images/Design/bottom-panel-2.png) repeat-y right;
	
	display: block;
	overflow: hidden;
}

#BottomPanel3
{
	float: left;
	padding: 10px 0 0px 40px;
	font-size: 0.8em;
}
