/* bsp magnetica s.r.o., robert gonda, 2007 ***************************************************** */

html, body {
	height: 100%;
}

body {
	text-align: center; /* IE */
	background: #ffffff;
}

div {
	background: transparent;
}


/* Page and header ****************************************************************************** */

#page {
	width: 977px;
	background: #ffffff;
	text-align: left;
	margin: 0 auto;
	/* position: relative; */
	background: url(../img/contentBg.gif) repeat-y right top;
}

#header {
	background: #ffffff;
	/* height: 142px; */
	height: 41px;
	position: relative;
}

#header img#imgLogo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
}


/* Header search form *************************************************************************** */

#header form#searchForm {
	position: absolute;
	right: 30px;
	top: 15px;
	padding: 0;
	margin: 0;
	border: 0;
}

#header form#searchForm p {
	color: #003f2d;
	padding: 0;
}
#header form#searchForm p span{
	vertical-align:top;
	color: #003f2d;
}

#header form#searchForm input.searchWord {
	vertical-align:bottom;
	width: 129px;
	height: 18px;
	font: normal 10px/14px Verdana, Arial;
	background: url(../img/searchWordBg.gif) no-repeat left top;
	border: none;
	margin: 0;
}

*> #header form#searchForm input.searchWord {
	width: 125px;
}

#header form#searchForm input.searchImage {
	cursor:hand;
	vertical-align:top;
	position: relative;
	top: 0;
	width: 17px;
	hhheight: 18px;
	background: url(../img/searchButtonBg.gif) no-repeat 0 0;
	border: none;
}

*> #header form#searchForm input.searchImage {
	top: 1px;
}


/* Image menu *********************************************************************************** */

#hmenu { }

/* GMENU, based on tables layout *** */

#hmenu table.clearboders {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0 0 0 0;
}

#hmenu table.clearboders tr {
	height: 101px;
}

#hmenu table.clearboders td {
	border: none;
	padding: 0;
	margin: 0;
}

/* TMENU_LAYERS, based on tables layout *** */

table.noborder { }

table.noborder,
table.noborder tr,
table.noborder td {
	border: 0;
	text-align: left;
}

table.noborder td table,
table.noborder td table td{
	border: 0;
}

table.noborder td {
	padding: 3px 15px 3px 15px;
}

table.noborder td a, 
table.noborder td table.noborder td a {
	font: normal 11px/13px Verdana, Arial;
	color: #ffffff;
}

table.noborder td a {
	font-weight: bold;
}
 
table.noborder td table.noborder td a {
	font: normal 11px/13px Verdana, Arial;
}

table.noborder td a:hover,
table.noborder td table.noborder td a:hover {
	color: #ffffff;
}


/* Meta menus *********************************************************************************** */
/************************
ul#metamenuTop {
	position: absolute;
	left: 345px;
	top: 15px;
	width: 300px;
	list-style-type: none;
	padding: 0;
	text-align: center;
}************************/
ul#metamenuTop {
	left:275px;
	list-style-type:none;
	padding:0;position:absolute;
	text-align:left;
	top:10px;
	width:500px;
	color:#666;
}

ul#metamenuTop li{
	color:#666;
}
ul#metamenuTop li {
	display: inline;
	padding: 0;
	margin: 0;
}
/*
ul#metamenuTop li {
	color: #003f2d;
}*/

ul#metamenuTop a,ul#metamenuTop a:hover {
	color:#FFFFFF;
	font-size:11px;
	text-transform: none;
}

/*****************************************
ul#metamenuTop a {
	color: #003f2d;
	font-size: 11px;
	text-transform: lowercase;
}

ul#metamenuTop a:hover {
	color: #860038;
}******************************************/

#path {
	background: #ffffff;
	padding: 34px 22px 5px 22px;
	color: #003f2d;
	font-size: 11px;
}

#path a {
	color: #003f2d;
	font-size: 11px;
}

#path a:hover {
	color: #860038;
}


/* Content blocks ******************************************************************************* */

#content {
	position: relative;
}

.cardMaxi {
	width: 302px;
	height: 186px;
	padding: 26px 14px;
	background: url(../img/cardMaxi.jpg) no-repeat left top;
}

*> .cardMaxi {
	width: 274px;
	height: 134px;
}
.cardMini {
	background:transparent url(../img/cardMini.jpg) no-repeat scroll left top;
	height:100%;
	margin-top:0px;
	padding:26px 14px;
	width:100%;
}

/***********************
.cardMini {
	width: 302px;
	height: 126px;
	padding: 26px 14px;
	background: url(../img/cardMini.jpg) no-repeat left top;
}*************************/

*> .cardMini {
	width: 274px;
	height: 74px;
}


/* Left, content ******************************************************************************** */

#left {
	float: left;
	width: 201px;
}

#left_in {
	margin: 17px 5px 16px 22px;
}


/* Left menu ************************************************************************************ */

ul.menuLeft {
	list-style-type: none;
	padding: 0;
}

ul.menuLeft ul {
	list-style-type: none;
	padding: 1px 0 0 0;
}

ul.menuLeft li {
	font-size: 12px;
	padding: 3px 0 3px;
	margin: 0;
}

ul.menuLeft li {
	color: #860038;
	/*color: #003f2d;*/
}
ul.menuLeft li a {
	/*color: #860038;*/
	color: #003f2d;
	font: bold 12px/14px Verdana, Arial;
}

ul#metamenuTop li a{
	color:#666!important;
}

ul#metamenuTop li a:hover{
	color:#666!important;
}

ul.menuLeft li a.menuLeftAct,
ul.menuLeft li a.menuLeftAct:hover,
ul.menuLeft li a:hover {
	color:#860038 !important;
	/*color: #314B32 !important;*/
}
/* Second level *** */

ul.menuLeft li ul li {
	padding: 0 0 0;
}

ul.menuLeft li ul li a {
	line-height:1.6em !important;
	display: block;
	float: none;
	color: #003f2d;
	font-size:11px!important;
	/*color: #709183;*/
	font: normal 10px/13px Verdana, Arial;
	padding: 0 0 0 11px;
	background: url(../img/menuLeft.gif) no-repeat 0 4px;
}

ul.menuLeft li ul li a:hover,
ul.menuLeft li ul li a.menuLeftAct,
ul.menuLeft li ul li a.menuLeftAct:hover {
	color: #BD7683;
	background: url(../img/menuLeftAct.gif) no-repeat 0 4px;
}


/* Center, content ****************************************************************************** */

#center {
	float: left;
	width: 444px;
}

#center_in {
	margin: 11px 16px 16px 23px;
}


/* Right, content ******************************************************************************* */

#right {
	float: left;
	width: 332px;
}

#right_in {
	margin: 11px 5px 16px 24px;
}

#right_in p {
	margin-bottom:2px;
}

/* Footer *************************************************************************************** */

#break {
	height: 16px;
	clear: both;
	float: none;
	background: #ffffff;
}

/* Green line content separator *** */

div.lineSeparator {
	border-top: 2px solid #f2f2f2;/*#B8C8C1;*/ /* 003f2d */
	/* height: 1px; */
	/* font-size: 1px; */
	/* line-height: 1px; */
	padding-top: 0.5em;
	padding-bottom: 1em;
}


/* Ext: tt_news ********************************************************************************* */

div.news-list-container p {
	padding-bottom: 0.5em;
}

div.news-list-container div.clearerLine,
div.news-single-item div.clearerLine {
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	border-top: 1px solid #003f2d;
	margin: 10px 0;
}


/* Ext: indexed search ************************************************************************** */

div.tx-indexedsearch form {
	padding: 0;
	margin: 0;
}

div.tx-indexedsearch table, 
div.tx-indexedsearch table th, 
div.tx-indexedsearch table td {
	border: none;
}

div.tx-indexedsearch table th, 
div.tx-indexedsearch table td {
	padding: 1px 10px 1px 0px;
}

div.tx-indexedsearch table td.tx-indexedsearch-info {
	border-top: 1px solid #eeeeee;
	padding-top: 2px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #ffffff;
}


/* Ext: tx-rtgnewscalendar-pi1 ****************************************************************** */

.tx-rtgnewscalendar-pi1 .cardMaxi {
	width: 302px;
	height: 186px;
	padding: 8px 14px;
}

*> .tx-rtgnewscalendar-pi1 .cardMaxi {
	height: 172x;
}

.tx-rtgnewscalendar-pi1 div h2, .tx-rtgnewscalendar-pi1 div h3 {
	padding: 5px 0 0.5em 0;
}

.tx-rtgnewscalendar-pi1 table.calendar th {
	padding: 0 0 2px 0;
	width: 35px;
	border-bottom: none;
}

.tx-rtgnewscalendar-pi1 table.calendar td.spacer {
	padding: 0;
	border: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	width: 4px;
	overflow: hidden;
}

*> .tx-rtgnewscalendar-pi1 table.calendar td.spacer {
	width: 4px;
}


/* Ext: tx-uchadzac-pi1 ************************************************************************ */

.tx-uchadzac-pi1 table, .tx-uchadzac-pi1 table tr, .tx-uchadzac-pi1 table td {
	border: none;
}

.tx-uchadzac-pi1 table td {
	padding: 1px 3px 1px 0;
}

.tx-uchadzac-pi1 table td table td{
	padding: 1px 3px 1px 0;
}

/*updated  style************************************************************************************/


h2 {
	margin-bottom: 5px;
	color:#860038;
	/*color:#314B32;*/
	font-size:12px!important;
}

h2 a {
	color:#860038;
	text-decoration: none;
	font-size: 12px;
}

h2 a:hover {
	color:#860038;
	text-decoration: underline;
}

h3 a {
	color:#860038;
	text-decoration: none;
	font-size: 12px;
}

h3 a:hover {
	color:#860038;
	text-decoration: underline;
}

p {
	color: #333;line-height: 1.5em;
}

div.lineSeparator {
	border-top:1px solid #e2e2e2;
	margin-top:1.0em;
	padding-bottom:0.1em;
	padding-top:0;
}

div.toplineSeparator {
	border-top:1px solid #F2F2F2;
	margin-bottom:10px;
	padding-bottom:0.1em;
	padding-top:0;
}





#left_in {
	margin:12px 0 16px;
}

#left_in h2, #left_in p, #left_in h3 {
	margin-left: 10px;
}

.line10{
	height:10px;
	width:100%;
}

ul#metamenuTop a:hover {
	text-decoration: underline;
}

.footherInfo{
	text-align: center;
	color:#333;
	font-size: 10px;
}

#header img#imgLogo {
	left:0;
	position:absolute;
	top:-5px;z-index:50;
}

#path {
	background:#FFFFFF none repeat scroll 0 0;
	color:#003F2D;
	font-size:11px;
	padding:5px 10px;
}

#center h1{
	margin-bottom: 5px;
	font-size: 15px;
	color:#860038;
	/*color:#314B32;*/
}

li a{
	font-size:11px;
	text-decoration: none;
	color:#860038;
}

li a:hover{
	text-decoration: underline;
}

div.news-list-container div.clearerLine, div.news-single-item div.clearerLine {
	border-top:1px solid #B8C8C1;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:10px 0;
}

div.news-list-item2 {
	padding-bottom:20px;
}


#center{
	border-right:0px!important;
}

#page {
	width: 977px;
	background: #ffffff;
	text-align: left;
	margin: 0 auto;
	background-image:none!important;
}

p a{
	color:#860038!important;
	text-decoration: underline;
}

#right p a{
	color:#860038!important;
	text-decoration: none !important;
}

#right p a:hover{
	text-decoration: underline !important;
}

p a:hover{
	text-decoration: none;
}

ul li {
	padding-left:0.5em;
	color2:#666;
}

.menuLeftAct{
	/*color:#666!important;*/
	text-decoration: none;
}

ol li{
	color:#333;
}

* > .cardMiniSP {
	height:74px;
	width:274px;
}

.cardMiniSP {
	background:transparent url(cardMini.jpg) no-repeat scroll left top;
	height:126px;
	margin-top:0;
	padding:7px 14px;
	width:274px;
	color:#333;
}


