/**************************************************************************************/
/*                                                                                    */
/* CST Standard website CSS                                                           */
/*                                                                                    */
/* Central menu:    top, horizontal                                                   */
/* Submenu:         left                                                              */
/*                                                                                    */
/* Version:         2009-01-20 07:11                                                  */
/*                  Prema Svoboda                                                     */
/*                                                                                    */
/**************************************************************************************/

* { margin: 0; padding: 0; outline: none;}
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet, Arial, Helvetica, sans;
	font-family: "Trebuchet", "Arial", "Helvetica", "sans";
	font-size: 69%;
	background: #FFF url(/images/design/bgr_body.gif) top;
	color: black;
}
a { color: black; text-decoration: none; }
a img { border: none; }
input, textarea {
	font-family: Arial, Helvetica, sans;
	font-family: "Arial", "Helvetica", sans;
	font-size: 12px;
}
#page { 
	width: 927px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}


.alignLeft {	text-align: left;	}
.alignRight {	text-align: right;	}
.alignCenter {	text-align: center;	}
.alignJustify {	text-align: justify;	}

.clear,
.clearLeft,
.clearRight {
	height: 1px;
	overflow: hidden;
}

.clear {	clear: both;	}
.clearLeft {	clear: left;	}
.clearRight {	clear: right;	}

.floatLeft {	float: left;	}
.floatRight {	float: right;	}

/* ====================== header ======================== */

#top_line {
	position: relative;
	height: 213px;
	background: #313131 url(/images/design/bgr_top.gif);
}

/* ========================= menu ========================= */

#menu {
	position: absolute;
	top: -213px;
	left: 213px;
	text-align: center;
}

.eff {
	filter: alpha(opacity=76);		-moz-opacity: .76;		opacity:.76;
	background: #bed600;
}

#menu td {
	width: 132px;
	height: 189px;
	padding: 10px 6px;
}

#menu a {
	position: relative;
	display: block;
	width: 132px;
	height: 189px;
	background: gray;
	overflow: hidden;
}

#menu a img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu a .eff {
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 132px;
	height: 41px;
}

#menu a {	behavior: url(/styles/hover.htc);	}

#menu .select a,
#menu a:hover {
	color: #FFF;
}

#menu .select a img,
#menu a:hover img {
	left: -132px;
}

#menu a .text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 112px;
	height: 30px;         /*jednořádkové menu*/
	/*height: 40px;*/     /*dvouřádkové menu*/
	padding: 0 10px;
	font-size: 92%;
	letter-spacing: -1px;
	line-height: 199%;
	text-transform: uppercase;
	cursor: pointer;
}

#menu a .text b {
	font-weight: normal;
}

#logoPrint {	display: none;	}

#logo {
	width: 193px;
	height: 156px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -213px;
	left: 0px;
	background: url(/images/design/bgr_logo.gif) center no-repeat;
}

#logo a {
	display: block;
	padding: 27px 0 0 29px;
}

#language {
	width: 60px;
	height: 20px;
	position: absolute;
	top: 4px;
	right: 29px;
	text-align: left;
}

/* ===================== content ======================== */

#content {
	margin: 0 auto;
	padding: 0;
	background: url(/images/design/content-bg.png) bottom left no-repeat;
}
#content #rightPanel {
	position: relative;
	width: 708px;
	margin: 0;
	padding: 0;
	float: right;
}

#content #rightPanel #rightPanelBgr{
	position: relative;
	min-height: 460px;	height: auto;		_height: 460px;
	background: #FFF url(/images/design/bgr_cont_bot.jpg) left bottom repeat-x;
	border: 1px solid #FFF;
}

#content #rightPanel .content {
	padding: 50px 25px;
	background: url(/images/design/bgr_cont_top.jpg) left top repeat-x;
}

#content #leftPanel {
	width: 185px;
	margin: 0;
	padding: 0;
	float: left;
}

#content .content {
	padding: 10px;
}

/* ===================== left menu ======================== */

#content #leftMenu {
	position: relative;
	margin: 20px 0;	
	line-height: 130%;
}

#content #leftMenu .eff {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 183px;
	height: 100px;
}

#content #leftMenu #actual_cat {
	position: relative;
	text-transform: uppercase;
	padding: 12px;
}

#content #leftMenu #bgr_menu {
	position: relative;
	min-height: 130px;	height: auto;		_height: 130px;
	border: 1px solid #FFF;
	background: #FFF url(/images/design/bgr_menu_lb.jpg) left bottom repeat-x;
}

#content #leftMenu ul {
	margin: 0;
	padding: 10px;
	background: url(/images/design/bgr_menu_lt.jpg) left top repeat-x;
}

#content #leftMenu li {
	position: relative;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content #leftMenu li a {
	display: block;
	padding: 2px 10px 3px 20px;
	background: url(/images/design/li_arrow.gif) 7px 7px no-repeat;
}


#content #leftMenu li.select a,
#content #leftMenu li a:hover {
	text-decoration: underline;
}

/* ===================== footer ========================= */

#footer {
	position: relative;
	width: 688px;
	right: 0px;
	margin: 0 0 0 219px;
	padding: 14px 10px;
	font-size: 92%;
	line-height: 167%;
}

#footer a {
	text-decoration: underline;
}

#cont_footer {
	position: relative;
	min-height: 109px;	height: auto;		_height: 109px;
	margin: 0 auto;
	padding: 18px 30px 30px 30px;
	color: #CCC;
	background: #464646 url(/images/design/bgr_footer.gif) 412px top repeat-y;
	border: 1px solid #FFF;
	border-top: none;
}

#cont_footer a {
	color: #CCC;
	text-decoration: underline;
}

#cont_footer h4 {
	font-size: 219%;
	font-family: Times New Roman;
	font-weight: normal;
	text-transform: uppercase;
}

#cont_footer #contact {
	float: left;
	width: 370px;
}

#cont_footer #navigation {
	float: right;
	width: 126px;
}

#cont_footer #navigation ul {
	margin: 0;
	padding: 0;
}

#cont_footer #navigation li {
	position: relative;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cont_footer #navigation a {
	display: block;
	margin: 0;
	padding: 2px 10px 3px 13px;
	color: #CCC;
	background: url(/images/design/li_arrow.gif) left 7px no-repeat;
}

#cont_footer #navigation .select a,
#cont_footer #navigation a:hover {
	text-decoration: underline;
}

#cont_footer #gray_line {
	position: absolute;
	width: 676px;
	min-height: 8px;	height: auto;		_height: 8px;
	left: 0px;
	bottom: 0px;
	padding: 7px 15px;
	background: #BED600;
}
