/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-07-29 20:00                                                    */
/* Last changed by: Josef Vondracek                                                     */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: white url(images/background.png) repeat-x 0px 0px;
	color: #636363;
	font-size: 100%;
	font-family: "Tahoma", "Verdana", "Arial";
	font-family: Tahoma, Verdana, Arial;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #676766;
	font-size: 100%;
	font-family: "Arial", "Tahoma", "Verdana";
	font-family: Arial, Tahoma, Verdana;
}

input, select, textarea
{
	font-size: 100%;
	font-family: "Tahoma", "Verdana", "Arial";
	font-family: Tahoma, Verdana, Arial;
	color: #636363;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #858585;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

/*======================================================================================*/

#page
{
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: block;
	overflow: visible;
	font-size: 70%;
}

/*======================================================================================*/
/* TOP PANEL                                                                            */
/*======================================================================================*/

#topPanelHolder
{
	width: 1000px;
	height: 295px;
}

#topPanel
{
	width: 1000px;
	height: 295px;
	position: absolute;
	top: 0;
	z-index: 100;
}

/*======================================================================================*/

#topPanelHolder a
{
	width: 151px;
	height: 56px;
	position: absolute;
	left: 75px;
	top: 150px;
	z-index: 150;
	display: block;
	background: url(images/logo.png) no-repeat 0px 0px;
}

#topPanelHolder a strong
{
	display: none;
}

#topPanelHolder h1
{
	display: none;
}

/*======================================================================================*/

#topPanel ul
{
	position: absolute;
	left: 25px;
	top: 14px;
}

#topPanel ul li
{
	width: 104px;
	height: 30px;
	margin: 0 6px 0 0;
	display: block;
	float: left;
	background: url(images/menu-button.png) no-repeat left top;
}

#topPanel ul li a
{
	width: 104px;
	height: 23px;
	padding: 7px 0 0 0;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}

#topPanel ul li.home
{
	width: 54px;
	height: 30px;
	margin: 0 12px 0 0;
	background: url(images/menu-home.png) no-repeat left top;
}

#topPanel ul li.home a
{
	width: 54px;
	height: 30px;
	padding: 0;
}

#topPanel ul li span
{
	display: none;
}

/*======================================================================================*/

#topPanel form
{
	width: 180px;
	position: absolute;
	left: 820px;
	top: 18px;
	display: block;
}

#topPanel form span
{
	width: 129px;
	height: 22px;
	position: relative;
	float: left;
	display: block;
	background: url(images/search-text.png) no-repeat 0px 0px;
}

#topPanel form input
{
	float: left;
	display: block;
	border: none;
	background: none;
}

#topPanel form input.text
{
	width: 110px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 4px;
	color: #acacac;
	font-size: 90%;
}

#topPanel form input.button
{
	width: 47px;
	height: 22px;
	display: block;
	background: url(images/search-button.png) no-repeat 0px 0px;
}

/*======================================================================================*/

#topPanel div.image
{
	width: 703px;
	height: 239px;
	padding: 0 0 0 297px;
	position: absolute;
	left: 0;
	top: 55px;
	background: url(images/background-logo.png) no-repeat left top;
}

#topPanel div.image img
{
	
}


/*======================================================================================*/
/* MIDDLE PANEL                                                                         */
/*======================================================================================*/

#middlePanel
{
	width: 1000px;
	
	min-height:310px;
  height:auto !important;
  height:310px;
  
	padding: 20px 0 20px 0;
	background: url(images/background-middle.png) repeat-y 0px 0px;
}

/*======================================================================================*/

#middlePanel .leftContentPanel
{
	width: 253px;
	padding: 0 22px;
	float: right;
}

#middlePanel .leftContentPanel h2
{
	width: 210px;
	padding: 15px 35px 25px 0;
	display: block;
	background: url(images/mobile.png) no-repeat right center;
	font-size: 170%;
}

#middlePanel .leftContentPanel h3
{
	width: 253px;
	margin: 0;
	padding: 25px 0 10px 0;
	display: block;
	background: url(images/background-right-h3-dots.png) no-repeat center 0px;
	font-size: 170%;
}

#middlePanel .leftContentPanel ul
{
	list-style: none;
}

#middlePanel .leftContentPanel ul li
{
	padding: 3px 0 3px 15px;
	display: block;
	background: url(images/list-arrow.png) no-repeat left 6px;
}

/*======================================================================================*/

#middlePanel .rightContentPanel
{
	width: 668px;
	padding: 0 0 0 35px;
	float: right;
}

/*======================================================================================*/
/* CONTENT SEPARATION BLOCKS SIZE                                                       */
/*======================================================================================*/

.leftContentPanel
{
	width: 230px;
	padding: 0 20px 0 25px;
	float: left;
}

.middleContentPanel
{
	width: 285px;
	padding: 0 28px;
	float: left;
}

.rightContentPanel
{
	width: 284px;
	padding: 0 10px 0 30px;
	float: left;
}

.rightContentFullPanel
{
	width: 625px;
	padding: 0 10px 30px 28px;
	overflow: hidden;
	float: left;
	background: url(images/content-dots.gif) no-repeat 0px 0px;
}

.contentFullPanel
{
	width: 900px;
	padding: 0 10px 30px 20px;
	overflow: hidden;
	float: left;
}


/*======================================================================================*/
/* BOTTOM PANEL                                                                         */
/*======================================================================================*/

#bottomPanel
{
	width: 1000px;
	height: 171px;
	padding: 0 0 0 0;
	position: relative;
	background: url(images/background-bottom.png) no-repeat 0px 0px;
	color: #979797;
}

#bottomPanel a
{
	color: #979797;
}

/*======================================================================================*/

#bottomPanel div.left
{
	width: 298px;
	height: 171px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/background-bottom-line.png) no-repeat right center;
}

#bottomPanel div.left a.logo
{
	width: 98px;
	height: 35px;
	position: absolute;
	left: 85px;
	top: 56px;
	background: url(images/logo-bottom.png) no-repeat 0px 0px;
}

#bottomPanel div.left a.logo span
{
	display: none;
}

#bottomPanel div.left p
{
	position: absolute;
	left: 85px;
	top: 104px;
	font-size: 90%;
}

#bottomPanel div.left p a
{
	font-weight: bold;
}

/*======================================================================================*/

#bottomPanel div.right
{
	width: 640px;
	height: 140px;
	padding: 12px 30px 0;
	position: absolute;
	left: 298px;
	top: 0;
}

#bottomPanel div.right p
{
	margin: 0;
	padding: 0;
}

#bottomPanel div.right p strong
{
	
}

#bottomPanel div.right p a
{
	text-decoration: none;
}

#bottomPanel div.right p a:hover
{
	text-decoration: underline;
}

