/****************************************************************************************/
/*                                                                                      */
/* Snadna-cesta.cz administration - GLOBAL DESIGN                                       */
/*                                                                                      */
/* Version:         2008-09-28 14:30                                                    */
/* Last changed by: Josef Vondracek, Soft Evolution s.r.o.                              */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: #d9d8d1;
	font-size: 100%;
	font-family: "Verdana", "Tahoma", "Arial";
	font-family: Verdana, Tahoma, Arial;
}

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: #d63432;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

/*======================================================================================*/

#page
{
	width: 1237px;
	margin: 20px auto;
	background: white;
	position: relative;
	font-size: 60%;
}

/*======================================================================================*/
/* TOP PANEL                                                                            */
/*======================================================================================*/

#topPanel
{
	width: 100%;
}

#topPanel .logo
{
	padding: 20px;
}

/*======================================================================================*/

#topPanel .loginPanel
{
	float: right;
	padding: 20px;
}

#topPanel .loginPanel .user
{
	padding: 0 0 5px 0;
	text-align: right;
}

#topPanel .loginPanel .user span
{
	font-weight: bold;
}

#topPanel .loginPanel .links
{
	text-align: right;
}

#topPanel .loginPanel .links a
{
	color: #d63432;
	font-weight: bold;
	text-decoration: none;
}

#topPanel .loginPanel .links a:hover
{
	text-decoration: underline;
}

/*======================================================================================*/
/* TOP MENU - CENTRAL                                                                   */
/*======================================================================================*/

#centralMenu
{
	width: 100%;
	height: 30px;
	background: #303030;
}

#centralMenu ul
{
	
}

#centralMenu ul li
{
	height: 30px;
	list-style: none;
	float: left;
}

#centralMenu ul li a
{
	height: 21px;
	padding: 9px 30px 0 30px; 
	display: block;
	color: White;
	font-weight: bold;
	background: #303030;
	text-decoration: none;
}

#centralMenu ul li a:hover
{
	background: #d63432;
}

#centralMenu ul .active
{
	
}

#centralMenu ul .active a
{
	background: #d63432;
}

/*======================================================================================*/

#menusSpacer
{
	width: 100%;
	height: 6px;
	display: block;
	overflow: hidden;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #e8e8e8;
}

/*======================================================================================*/
/* TOP MENU - SECONDARY                                                                 */
/*======================================================================================*/

#secondaryMenu
{
	width: 100%;
	/*height: 22px;*/
	padding-bottom: 4px;
	background: #d63432;
}

#secondaryMenu ul
{
	padding: 0 0 0 15px;
}

#secondaryMenu ul li
{
	padding: 4px 0 0 0;
	list-style: none;
	float: left;
}

#secondaryMenu ul li a
{
	padding: 0 15px;
	display: block;
	color: White;
	text-decoration: none;
	border-right: 1px solid white;
}

#secondaryMenu ul li a:hover
{
	text-decoration: underline;
}

#secondaryMenu ul .first a
{
	
}

#secondaryMenu ul .last a
{
	border: none;
}

#secondaryMenu ul .active
{
	text-decoration: underline;
}

/*======================================================================================*/
/* CONTENT                                                                              */
/*======================================================================================*/

#contentPanel
{
	width: 1177px;
	padding: 10px 30px;
}

#contentPanel .globalPath
{
	width: 100%;
	padding: 10px 0 20px 0;
	clear: both;
}

/*======================================================================================*/
/* BOTTOM PANEL                                                                         */
/*======================================================================================*/

#bottomPanel
{
	width: 100%;
}

#bottomPanel .line
{
	width: 100%;
	height: 6px;
	display:block;
	overflow: hidden;
	background: #303030;
}

#bottomPanel .content
{
	padding: 15px 30px;
}