@import url("content.css");
@import url("prettyPhoto.css");

html, body, #contents
    {
  /*  min-height: 100%;

    width:      100%;
    height:     100%;
    */
    }

html > body, html > body#contents
    {
    height: auto;
    }

body {
	background: #f4f4f4 url('/images/page/background_main_top.png') top center repeat-x;
	color: #2f2f2f;
	font-family: Calibri, Helvetica, Arial, sans-serif;
}

body#subCom {
	background: #f4f4f4 url('/images/page/background_main_top_com.png') top center repeat-x;
}

.clear {
	clear: both;
}


.hidden {
	display: none;
	visibility: hidden;
}

.hide {
	visibility: hidden;
}

#contents  {
    position: absolute;
	 	/*background: url('/images/page/background_logo.png') top center no-repeat;*/
    top:      0;
    left:     0;
    width:    100%;
    text-align: center;
    font-size: 0.70em;
    border: 0px blue solid;
}

#hp #contentsCon {
	border: 0px red solid;
	background: url('/images/page/background_middle_hp.jpg') 0px 420px repeat-x;
}

#sub #contentsCon {
	border: 0px red solid;
	background: url('/images/page/background_middle_sub.png') 0px 420px repeat-x;
}

#subCom #contentsCon {
	border: 0px red solid;
	background: url('/images/page/background_middle_sub.png') 0px 420px repeat-x;
}

#hp #theme {
	border: 0px red solid;
	background: url('/images/page/background_theme_hp2.jpg') 50% 0px no-repeat;
}

#sub #theme {
	border: 0px red solid;
	background: url('/images/page/background_theme_sub2.png') 50% 0px no-repeat;
}

#subCom #theme {
	border: 0px red solid;
	background: url('/images/page/background_theme_subcom.png') 50% 0px no-repeat;
}

#container {
	width: 963px;
	margin: auto;
	text-align: left;
	border: 0px red solid;
	position: relative;
	border: 0px yellow solid;
	padding: 0px;
	font-size: 1.1em;
	line-height: 1.20em;
	letter-spacing: -0.01em;
	*letter-spacing: -0.03em;
}

.container {
	/*background: #fff;*/
}

/*
#hp #content {
	padding-top: 420px;
	border: 0px red solid;
	min-height: 170px;
	_height: 170px;
}

#sub #content {
	padding-top: 143px;
	border: 0px red solid;
	min-height: 450px;
	_height: 450px;
}
*/

#content {
	min-height: 600px;
	_height: 600px;
	border: 0px red solid;
}

.content-left {
	float: left;
	width: 723px;
	overflow: hidden;
}

#hp .content-left {
	padding-top: 420px;
}

.content-right {
	float: right;
	text-align: left;
	padding-top: 30px;
	width: 240px;
}

#sub .content-left {
	padding-top: 143px;
}

#subCom .content-left {
	padding: 116px 143px 0px 147px;
	width: 675px;
}

.content-right-con {
	padding: 14px 14px 14px 14px;
	padding-bottom: 100px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 723px;
	height: 142px;
	border: 0px black solid;
	/*background: red;*/
	vertical-align: top;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	border: none;
}

#subCom #logo {
	left: 120px;
}

#subCom #headerContainer a strong {
	display: none;
}

.breadnav {
	position: absolute;
	top: 121px;
	left: 28px;
	line-height:1.7em;
}

.breadnav {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
}

.breadnav a, .breadnav a:visited {
	text-decoration: underline !important;
	color: #d1ba5a !important;
}

.breadnav a:hover {
	text-decoration: none !important;
}

.searchBox {
	width: 151px;
	height: 19px;
	border: 0px red solid;
	float: left;
}

.searchBox .searchBoxInput {
	width: 154px;
	height: 19px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	background: url("/images/page/vyhledat_back.gif") 0px 0px no-repeat;
}

.searchBox input.button {
	width: 18px;
	height: 19px;
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#search {
	margin-top: 2px;
	_margin-top: 0px;
	margin-left: 2px;
	border: 0px #017bab solid;
	font-size: 1em;
	width: 150px;
	color: #666666;
	height: 13px;
}

.search {
	background: #fff;
}

.faketextSearch {
	background: #fff url("/images/page/fake_search_text.gif") 3px 50% no-repeat;
}

.faketextLoginName {
	background: #fff url("/images/page/fake_login_name.gif") 3px 50% no-repeat;
}

.faketextLoginPass {
	background: #fff url("/images/page/fake_login_pass.gif") 3px 50% no-repeat;
}


#header .searchBox {
	position: absolute;
	top:83px;
	left: 0px;
	height: 27px;
	width: 230px;
	border: 0px red solid;
}
#header .searchBox form {
	padding-top: 4px;
	padding-left: 27px;
}

#header .menu {
	position: absolute;
	top:85px;
	left: 220px;
	width: 500px;
	border: 0px red solid;
	z-index: 9;
	
}


#header .menu {font-size: 1.20em; text-transform: none;}
#header .menu ul {list-style:none; z-index:10; position:absolute; z-index:100; padding:0px 5px 0px 5px;}
#header .menu li {float:left; border-left: 0px red solid; padding-right: 1px;background: url("/images/page/menu_sep.gif") 100% 50% no-repeat;}
#header .menu li.last {background-image: none; }
#header .menu a, .menu a:active, .menu a:visited, .menu a:hover {text-transform: uppercase; display: block; text-decoration:none; color:#FFF; padding-top:4px; padding-left: 10px; padding-right: 10px; padding-bottom: 4px; *padding-bottom: 6px; }
#header .menu a:hover, .menu li.selected a {color: #fff; background: #006200;}


#hp #header .menu li.mhome {background-image: none;}
#hp #header .menu li.mhome a {visibility: hidden;}


#footer {
	float: left;
	width: 963px;
	clear: both;
	border-top: 1px #005300 solid;
	padding: 13px 0px 13px 0px;
	font-size: 1.0em;
	margin-top: 15px;
}

#subCom #footer {
	width: 725px;
	float: none;
	margin: auto;
	margin-top: 15px;
}

#footer a, #footer a:visited {

}

#footer a:hover {

}

#footer div p, #footer div div {
	padding: 0px 0px 15px 0px;
}

#footer .copy {
	width: 323px;
	border: 0px red solid;
	float: right;
	font-size: 0.9em;
}

#footer .copy p {
	text-align: right;
	padding-right: 15px
}

#footer .links {
	width: 640px;
	border: 0px red solid;
	float: left;
}

#subCom #footer .links {
	width: 350px;
}

#footer .links ul li {
	display: inline;
	padding-left: 15px; 
	padding-right: 15px;
	border-right: 1px #b9b9b9 solid;
}

#footer .links ul li.last {
	border: none;
}

#footer .links a {
	text-transform: uppercase !important;
}

#footer .ma_cont {
	position: relative;
}

#footer .ma_cont img {
	position: absolute;
	top: -110px;
	*top: -150px;
	right: 70px;
	border: none;
}

#subCom #footer .ma_cont img {
 right: -120px;
 top: -110px;
}

/* Inset 3D Raised */
.raised {background: transparent; width:80%; margin:0px auto;  padding-bottom: 10px; color: #000;}

.raised h1, .raised p {margin:0 10px;}
.raised h1 {font-size:2em; color:#fff; letter-spacing:1px;}
.raised p {padding-bottom:0.5em;}

.raised .top, .raised .bottom {display:block; background:transparent; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:#efefef; border-left:1px solid #fff; border-right:1px solid #efefef;}
.raised .b3 {background:#efefef; border-left:1px solid #fff; border-right:1px solid #efefef;}
.raised .b4 {background:#efefef; border-left:1px solid #fff; border-right:1px solid #efefef;}
.raised .b4b {background:#efefef; border-left:1px solid #efefef; border-right:1px solid #efefef;}
.raised .b3b {background:#efefef; border-left:1px solid #efefef; border-right:1px solid #efefef;}
.raised .b2b {background:#efefef; border-left:1px solid #efefef; border-right:1px solid #efefef;}


.raised .b1 {margin:0 5px; background:#fff;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#efefef;}
.raised .boxcontent {display:block;  background:#efefef; border-left:1px solid #fff; border-right:1px solid #efefef; font-size: 11px; text-align: center; padding: 0px 6px 0px 6px;}


.print {
	display: none;
}

a.more, a.more:visited {
	text-decoration: none;
}

a.more:hover {
	text-decoration: underline;
}

a.more, a.more:hover, a.more:visited {
	color: #3f3f3f !important;
	float: right;
	font-style: italic;
	padding-right: 14px;
	*padding-right: 12px;
	background: url("/images/page/more.gif") 100% 60% no-repeat;
	font-size: 0.9em;
	font-weight: bold;
}

a.back, a.back:visited {
	text-decoration: none;
}

a.back:hover {
	text-decoration: underline;
}

a.back, a.back:hover, a.back:visited {
	color: #3f3f3f !important;
	float: left;
	font-style: italic;
	padding-left: 14px;
	*padding-left: 12px;
	background: url("/images/page/back.gif") 0 60% no-repeat;
	font-size: 0.9em;
	font-weight: bold;
}

.hr hr {
	display: none;
}

.hr {
	width: 100%;
	height: 1px;
	background: url("/images/page/rpanel_separator.gif") 50% 50% no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.loginForm {
	padding-bottom: 7px;
}

.loginForm h2 a {
	color: #2f2f2f !important;
	text-decoration: none !important;
}
.loginForm h2 a:hover {
	text-decoration: underline !important;
}

.loginForm ul {
	padding-bottom: 3px;
}

.loginForm ul li {
	display: block;
	text-transform: uppercase;
	padding-right: 9px;
	/*background: url("/images/page/loginForm_li_sep.gif") 100% 50% no-repeat;*/
}

.announcement a	{
	background: url("/images/page/li.gif") 0px 4px no-repeat;
	padding-left: 7px;
}

#loginFormName, #loginFormPassword {
	border: 1px #b2b9c3 solid;
	width: 182px;
	height: 20px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-left: 2px;
}

#loginFormPassword {
	font-family: arial, sans-serif;
}

#loginFormSend {
		height: 19px;
	padding: 0px;
	padding-bottom: 4px;
	*padding-bottom: 8px;
}

.announcement {

}

#hp .boxContainer {
	width: 723px;
	overflow: hidden;
}

#sub .boxContainer {
	padding: 35px 25px 35px 25px;
}

.hpBox {
	width: 210px;
	float: left;
	margin-left:25px;
	padding-top: 25px;
	position: relative;
}

.hpBox img {
	margin-bottom: 15px;
}

.hpBox .more {
	position: absolute;
	top: 215px;
	right: 0px;
}

.hpBox ul li {
	color: #004f00;
	font-style: italic;
	font-size: 1.25em;
	font-weight: bold;
	background: url("/images/page/li2.gif") 0px 4px no-repeat;
	padding-left: 12px;
	position: relative;
}

.hpBoxFirst {
	margin-left:14px;
	*margin-left:7px;
}

.hpBoxLast {
	clear: right;
}

.submenu {
	width: 208px;
}

.submenu ul li {
	text-transform: uppercase;
	font-size: 1.20em;
}

.submenu ul li a, .submenu ul li a:visited {
	display: block;
	width: 185px;
	padding: 5px;
	padding-top: 6px;
	*padding-top: 7px;
	padding-left: 15px;
	background: url("/images/page/submenu_sep.gif") bottom left no-repeat;
	text-decoration: none !important;
	color: #2f2f2f;
	margin-top: -1px;
	*margin-top: -2px;
}

.submenu ul li.last a, .submenu ul li.last a:visited {
	background-image: none;
}

.submenu ul li.first a, .submenu ul li.first a:visited {
	margin-top: 0px;
}

.submenu ul li a:hover, .submenu ul li.last a:hover, .submenu ul li.active a {
	color: #fff !important;
	background: #002800 url("/images/page/submenu_sel.gif") 0px 50% no-repeat !important;
}

/*history*/

p.years {
	/*padding: 15px 15px 0px 25px;
	font-size: 0.7em;*/
	padding-bottom: 20px;
}

/*
p.years a {
	color: #606060;
}

p.years a:hover {
	color: #ff4111;
}
*/

.year div img {
	padding: 0;
	margin: 0;
}

.year {
	width: 325px;
	float: left;
	margin-right: 10px;
	_margin-right: 6px;
	
}  

.padd {
	padding: 10px 0px 10px 0px;
}

.y360 {
	/*min-height: 360px;
	_height: 360px;*/
	padding-top: 20px;
}

.y460 {
	/*height: 500px;*/
}

.y260 {
	/*height: 260px;*/
}

/*
.year h4 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: #003600;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-indent: 10px;
	margin-left: 0 !important;
	margin-bottom: 15px;	
}
*/
 
.year p {
	/*margin-right: 20px;*/	
} 

.year div {
	/*margin-left: 25px;*/
} 

.year div a {
	margin-right: 5px;
} 
.year .obrazek {
	width: 70px;
	/*height: 150px;*/
	float: left;
	margin: 0 8px 15px 0;
}

.year .titulek {
	font-weight: bold;
	margin: 0;
}

.year .popis {
	margin: 0;
}

.year a {
	width: 70px;
}

.year a img {
	margin: 0 0 5px 0 !important;
}

/******************************************************************************/

.galerie {
	padding-left: 25px;
}

.galerie .titulek {
	font-size: 0.9em;
	font-weight: bold;
}

.galerie .popis {
	font-size: 0.9em;
}

.galerie .obrazek {
	width: 150px;
	float: left;
	margin: 0 10px 15px 0;
}

.galerie a {
	width: 70px;
}

.galerie a img {
	margin: 0 0 5px 0 !important;
}

/****************************************************************************/

/*  vyhledavani  */

	#selectNavigator {
		position: relative;
		display: inline;
	}
	#selectNavigator-cont {
		position: absolute;
		top: -180px;
		*top: -165px;
		left: -99px;
		height: 160px;
		width: 100px;
		overflow-y: auto;
		overflow-x: hidden;
		border: 1px #cccccc solid;
	}
	#selectNavigator-cont a {
		height: 19px;
		border-bottom: 1px #cccccc solid;
		background: #ebeef5;
		text-align: center;
		padding-top: 2px;
		display: block;
		text-decoration: none;
		color: #000000 !important;
	}
	#selectNavigator-cont a:hover {
		background: #cccccc;
		color: #000000 !important;
	}
	#selectNavigatorValue {
		/*width: 100px;*/
		display: inline;
		border: 1px #cccccc solid;
		padding: 2px 2px 4px 2px;
		*padding: 2px;
		margin: 5px;
	}	
	#selectNavigatorValue a#selectToggle {
		display: inline;
		color: #000000;
		text-decoration: none !important;
	}
	.path_smaller {
		font-size: 0.8em !important;
		padding-bottom: 0px !important;
	}
	
	  #pokrocile-vyhledavani input {
    width:90%;
  }
  #pokrocile-vyhledavani select {
    width:150px;
  }
	
	#selectButton {
		border: none;
	}
	
/*  eo - vyhledavani  */

/****************************************************************************/

.manBox {
	width: 310px;
	float: left;
	margin: 10px 0 10px 25px;
	_margin: 10px 0 10px 18px;
}

.manBox img {
	float: left;
	margin: 0 10px 0 0;
}


.manBox p {
	margin: 0 !important;
	padding: 0 0 0 6px !important;
}


/***************************/
/* client zone */


.disclaimer {
	padding: 5px 30px 10px 30px;
	background: #003600;
	color: #ffffff;
	font-size: 0.6em;
	text-align: left;
}

#loginForm {
	width: 300px;
	margin: 20px 0 0 50px;
	padding-bottom: 100px;
	float: left;
}

#loginForm h2 {
	margin: 0 0 5px 0;
}

#loginForm .content {
    border: 1px silver solid;
}

#loginForm .content p {
	margin: .5em;
	width: 250px;
}

#loginForm td {
	border: none;
}

#loginForm input.textInput {
	width: 150px;
	height: 15px;
}

#accountInfo {
	margin-top: 20px;
	margin-left: 330px;
}

#personalSettingsForm {
	margin: 20px 0px 0 0px;
}

div.tab {
	display: inline-block;
    border: 1px silver solid;
	border-bottom-width: 0px;
    margin-bottom: -1px;
	background: silver;
    font-weight: bold;
    font-size: 110% !important;
    text-align: center;
    /* fucking IE */
    *width: 150px; /* fucking IE */
    *margin-right: 5px; /* fucking IE */
    *float:left; /* fucking IE */
}

div.tab.active {
    background: #f1f1f1;
}

div.tab h2, div.tab a {
	display: block;
    padding: 4px;
	margin: 0px auto;
    font-size: 110%;
    border-bottom: 1px transparent solid;
}
div.tab a:hover {
    background: #f1f1f1;
    text-decoration: none;
    border-bottom: 1px silver solid;
}
#personalSettingsForm .content {
    padding: 0 0 15px 0;
    background: #f1f1f1;
    margin-bottom: 15px;
    border: 1px silver solid;
    *clear: left; /* fucking IE */
    *margin-top:-20px; /* fucking IE */
}
#personalSettingsForm .content .ncontent-left {
	text-align:center;
	border-right: 1px silver solid;
	display: inline-block;
	vertical-align: top;
	width:290px;
	*float: left;
}
#personalSettingsForm .content .ncontent-right {
	text-align:center;
	display: inline-block;
	vertical-align: top;
}
#personalSettingsForm .content .disabled {
    opacity: .5;
    filter: alpha(opacity=50);
}
#personalSettingsForm .content table {
	margin: 5px auto;
	padding: 0px;
}
#personalSettingsForm .content p {
	padding: 0 1em;
	text-align: justify; 
}
#personalSettingsForm .content table.mygrid {
	border-spacing: 0px;
	border-collapse: collapse;
}
#personalSettingsForm .content table.mygrid td {
	background: white;
	/*border: 1px silver solid;*/
}
#personalSettingsForm .content tr.transparent td {
	border: 0px silver none;
	background-color: transparent;
}
#personalSettingsForm input.button {
	font-size: 1em;
	*padding:0px;
}
#personalSettingsForm div.mylist {
	margin-top: 1em;
}
#personalSettingsForm div.mylist h3 {
	text-align:left;
	margin-left: 20px;
	/*display: inline-block;*/
	/*display: block;*/
}
#personalSettingsForm div.mylist table {
	width: 90%;
}
#personalSettingsForm #notificFilerDef {
	margin-bottom: 2em;	
}
#personalSettingsForm #notificFilerDef td {
	border: none;
}
#personalSettingsForm .mylist tr:hover td {
	background-color: #eee;
}

.error {
	color: red;
}

/*.textInput {
	border: 1px silver solid;
	font-size: 10px;
	padding: 2px;
	background: #fff;
}*/

#personalSettingsForm select {
	border: 1px silver solid;
	width: 180px;
}

.width-min {
	margin-right: 3px;
	float: left;
	width: 67px;
}

#personalSettingsForm .button {
	margin: 0px;	
}

.headText {
	width: 580px;
    font-size: 0.7em;
	position: absolute;
	right: 60px;
	bottom: 34px;
	color: #fff;
}

#quickSearch {
	padding: 0 10px 20px 10px;
}

#quickSearch .textInput {
	width: 105px;
}

.bigBlock {
	padding: 10px;
	border: 1px silver solid;
	margin-bottom: 15px;
}

.halfBlock {
	width: 310px;
	padding: 10px;
	border: 1px silver solid;
	float: left;
}

.nicePadding {
	padding: 5px 15px 15px 15px;
}

.nicePadding h2  {
	margin: 0 !important;
}

.grid {
	width: 100%;
}

.grid th {
	/*padding: 3px 3px !important;*/
	border-right: 1px #fff solid;
}

.grid td {
	/*padding: 3px 3px !important;
	border-bottom: 1px silver solid;*/
}

.gridFilter {
	margin-top: 1em;
	margin-bottom: 2em;
}

.gridFilter td {
	padding: 0 5px !important;
	border: none;
}

.gridFilter .button {
	position: relative;
	top: 8px;
}

.gridDetail td p {
	font-size: 1em !important;
	text-align: left !important;
}

.leftTable {
	width: 50%;
	float: left;
}

.leftTable table {
	width: 95%;
}

.rightTable {
	width: 50%;
	float: left;
}

.rightTable table {
	width: 100%;
}

.width-max {
	width: 100%;
}

#contacts h2 {
	clear:left;
	width: 90%;	
	color: #2f3d31;
	padding: 2px 5px;
	margin-bottom: 10px; 
	background-color: #cccccc;
}
.contact {
  float:left;
  width:220px;
}

table.clientzone_tbl tr th{
		font-size:9pt;
		font-weight: bold;
		height:30px;
}

table.clientzone_tbl tr td{
		font-size:9pt;
}


table.clientzone_tbl{
}

table.clientzone_tbl tr td{
}

table.clientzone_tbl_lines  tr td{
		border-bottom: 1px solid gray;
}