HTML {
	width: 100%;
	/*background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(../img/contentbg.jpg);
	background-position: 50% 80px;	*/
}
BODY {
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(../img/headerbg.jpg);
	background-color: transparent;
	background-position: 50% 0%;
	color: #666666;
}

BODY,FORM,INPUT,SELECT,TEXTAREA {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 9pt;
	color: #666666;
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
	margin: 0;
	padding: 0;
	border: none;
}

.cleaner {
	clear: both;
}

#email, #calendar {
	position: absolute;
	top: 0;
	left: 0;
}
#bDiv TD.alt {
	
}

#mainHolder {
	margin: 0em auto;
	width: 890px;
	
}

/* HEADER */
#header {
	width: 890px;
	height: 85px;
	background-image: url("../img/logolink.gif");
	background-repeat: no-repeat;
	background-position: 0px 14px;
	background-color: #FFFFFF;
}

#header #logolink {
	float: left;
	margin: 14px 0 0 0;
}

#header #logolink A {
	display: block;
	width: 361px;
	height: 44px;
}

#header #logolink H2 {
	margin: 0;
	padding: 0;
	border: 0;
}
#header #logolink A SPAN {
	display: none;
}


#header #headermenu {
	float: right;
	margin: 10px 1px 0 40px;
	width: 480px;
}

/* LANGS */
#header .country {	
	float: right;
	margin-left: 18px;
}

#header .country UL {	
	line-height: 8px;
	margin: 0;
	padding: 0;
}

#header .country UL LI {
	list-style: none;
	float: left;		
	margin: 0px 0 0 5px;
	background-color: #CCCCCC;
}
#header .country UL LI.expanded, #header .country UL LI A:hover SPAN {
	background-color: #DE353A;
}


#header .country A:hover SPAN, #header .country UL LI SPAN {
	color: #ffffff;
	text-decoration: none;
}

#header .country UL LI A SPAN, #header .country A {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}

#header .country SPAN {
	color: #929395;
	font-size: 7pt;
	font-family: Verdana, Arial, Sans Serif;		
	display: block;	
	padding: 4px 3px 4px 3px;
	text-transform: uppercase;
}

/* TOP MENU */
#header .topmenu {
	float: right;	
}

#header .topmenu UL {
	margin: 0;
	padding: 0;
}

#header .topmenu UL LI {
	list-style-type: none;
	float: left;	
	padding: 0 10px 0 10px;
	margin: 0;
	list-style-position: outside;
	display: none;
	border-right: 1px solid #B3B3B3;
}
#header .topmenu UL LI#topmnu22, #header .topmenu UL LI#topmnu23, #header .topmenu UL LI#topmnu24 {
	display: block;
}
#header .topmenu UL LI#topmnu24 {
	border-right: 0;
}

#header .topmenu UL LI.first {
	background-image: none;
}

#header .topmenu UL LI A {
	text-decoration: none;
}

#header .topmenu UL LI SPAN {
	color: #929395;
	font-size: 7pt;
	text-transform: uppercase;
}
#header .topmenu UL LI.expanded SPAN, #header .topmenu UL LI A:hover SPAN {
	color: #DE353A;
}


/* CONTENT */
#content {
	height: 100%;
	width: 890px;
	float: left;		
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(../img/contentbg.jpg);
	background-position: left top;
}
#content .main {
	float: right;
	width: 692px;
	padding: 0px 0px 12px 0px
}
#content .main .path {
	display: block;
	color: #999999;
	padding: 0px 10px 3px 0;
	margin: 0;
	font-weight: bold;
}

#content .main .path A,#content .main .path A:visited {
	text-decoration: none;
	color: #999999;
}

#content .main .path A:hover {
	text-decoration: underline;
}

#content .main .path .selectedItem {
	color: #999999 !important;
}


#content .spaceInsteadMenu {
	float: left;
	width: 198px;
}

/* CONTENT MENU */
#content .menu {
	width: 186px;
        height: 452px;
	float: left;
	padding-right: 12px;
	padding-top: 35px;
}

#content .menu UL {
	color: #666666;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 3px solid #D5D5D5;
	border-bottom: 3px solid #D5D5D5;
}

#content .menu UL UL {
	border-top: none;
	border-bottom: none;
	/*padding-left: 16px;*/
}

#content .menu UL LI.expanded UL {
	border-top: 1px solid #D5D5D5;
	margin-top: 3px;
}

#content .menu UL LI.expanded LI.expanded UL {
	border-top: 0;
}

#content .menu UL LI {
	list-style: none;
	list-style-position: outside;
	border-bottom: 1px solid #D5D5D5;
	font-weight: normal;
	margin: 0;
	font-size: 0; /* IE6 bug */
	padding: 3px 0px 3px 0px;
}

#content .menu UL LI LI {
	border-bottom: 1px solid #D5D5D5;	
}
#content .menu UL LI LI.last {
	border-bottom: none;
	padding-bottom: 0px;
}
#content .menu UL LI LI SPAN {
	padding-left: 18px;
}

#content .menu LI SPAN {
	display: block;
	color: #666666;
	background-color: transparent;
	font-size: 9pt;	
	padding: 3px 5px 3px 5px;
}

#content .menu LI A {
	display: block;
}

/* vychozi zobrazeni menu 1. urovne */

/* vybrana polozka menu 1. urovne */
#content .menu LI.expanded A {
	color: #FFFFFF;
	text-decoration: none;
}
#content .menu LI.expanded SPAN {
	color: #FFFFFF;	
}

/* vychozi zobrazeni menu 2. a nizsi urovne */
#content .menu * LI.expanded LI SPAN {
	color: #FFFFFF;
	text-transform: none;
	font-size: 9pt;
	border: none;
}

/* aktualne vybrana polozka menu 2. a nizsi urovne */
#content .menu LI.expanded LI.expanded SPAN {
}

/* prejeti mysi po menu 1. urovne a vybrana polozka 1. urovne */
#content .menu LI A:hover, #content .menu LI.expanded SPAN {
	text-decoration: none;
	background-image: url(../img/menu1a.jpg);
	background-repeat: no-repeat;
	background-color: #DE353A;
}
/* vybrana polozka 1. urovne */
#content .menu LI.expanded SPAN {
	background-image: url(../img/menu1s.jpg);
	padding-right: 22px;
}

/* prejeti mysi po menu 2. urovne */
#content .menu LI LI A:hover, #content .menu LI LI A:hover SPAN, #content .menu LI LI.expanded SPAN {
	background-image: url(../img/menu2a.gif);
	background-color: #B3B3B3;
	color: #666666;
}
/* vychozi polozka 2. urovne */
#content .menu LI.expanded LI SPAN {
	background-image: url(../img/menu2b.gif);
	background-color: #B3B3B3;
}
/* vybrana polozka 2. urovne */
#content .menu LI LI.expanded SPAN {
	background-image: url(../img/menu2s.gif);	
	padding-right: 22px;
}

/* osetreni hover */
* html #content .menu LI A:hover {
	text-decoration: underline;
}

#content .menu LI A:hover SPAN {
	text-decoration: none;
	color: #FFFFFF;
}

#content .menu UL LI#mnu22, #content .menu UL LI#mnu23, #content .menu UL LI#mnu24 {
	display: none;
}



#content .main P {
	margin: 0 0 8px 0px;
	padding: 0;
	color: #666666;
}
#content .main B{
	color: #DE353A;
}
#content .main UL {
	margin: 3px 0 8px 10px;	
	padding: 0;
}

#module #filter {
	background-color: #646464;
	padding: 10px 5px 10px 5px;
}

#module #list {
	padding: 0px 0 0px 0;
}

#module #detail {
	padding: 0px 0 0px 0;
}

#module {
	/*padding-bottom: 23px;*/
}

#signpost,#module,#document,#usermodule {
	width: 444px;
	padding: 10px 12px 20px 12px;
	float: left;
	line-height: 140%;		
	font-size: 9pt;
}

#rightcol {
	width: 185px;
	padding: 10px 12px 20px 12px;
	margin-left: 15px;	
	float: left;
}

/* SEPARATED VALUES */
#separatedValues {
	width: 100%;
	float: left;
	border-top: 1px dotted #B7B7B7;
	border-bottom: 1px dotted #B7B7B7;
	margin: 20px 0 25px 0;
	padding: 0 0 10px 0;
}

#separatedValues .content {
	clear: both;
	width: 740px;
}

#separatedValues .menu {
	display: block;
	width: 100%;
	border-bottom: none;
	margin: 20px 0 10px 0;
	top: 0px;
	left: 0px;
	position: relative;
}

#separatedValues .menu UL {
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}

#separatedValues .menu UL LI {
	float: left;
	padding: 5px 15px 6px 10px;
	border-top: none;
}

#content .main #module * #separatedValues .menu UL LI A {
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
}

.logo_MSK {
    margin-top: 11px;
}

/* SEARCH */
.main #search P A {
	font-size: 9pt;
}

.main #search P A:hover {
	text-decoration: underline;
}

.main #search P A,.main #search P A:hover,.main #search P A:visited {
	text-decoration: none;
}

.paging {
	display: block;
	padding: 5px 0 5px 0px;
}

.paging .selpage {
	font-size: 8pt;
}

.paging A,.paging A:hover,.paging A:visited {
	text-decoration: none;
	font-style: normal;
}

/* ADMIN bar */
#admintitle_admin {
	font-size: 10pt;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
	float: left;
	background-image: url("../img/admin/topli_divider.gif");
	background-repeat: no-repeat;
	background-position: left 13px;
}

#admintitle_logged {
	margin-right: 40px;
	font-size: 10pt;
	padding-top: 4px;
	position: absolute;
	top: 5px;
	left: 300px;
	width: 300px;
	text-align: right;
}

#admintitle_logged #loggedusermsg {
	text-transform: uppercase;
	font-weight: bold;
	color: #3E3E3E;
}

#admintitle_logged #loggeduser {
	color: white;
}

#admintitle_logout {
	position: absolute;
	top: 6px;
	left: 645px;
	width: 60px;
}

/* GALLERY */
.gallery,.gallery-classic {
	margin-bottom: 10px;
}

.main .gallery,.main .gallery-classic {
	width: 440px;
}
.main .gallery-ilustrace .gallery {
	width: 120px;
}

.gallery-main-item {
	float: left;
}

.gallery-image a,.gallery-image img {
	vertical-align: middle;	
	margin-bottom: 0px !important;
}

/* imagestorage */
.gallery-classic .gallery-item {
	background-color: #000000;
	width: 200px; height : 200px;
	text-align: center;
	margin-right: 2px;
	margin-top: 2px;
	height: 200px;
}

.gallery-classic .gallery-image {
	display: inline;
	line-height: 190px;
	width: 200px; height : 200px;
	text-align: center;
	margin-right: 1px;
	_padding-top: 10px;
	_display: block;
	height: 200px;
}

.gallery-classic .gallery-info {
	background-color: #000000;
	text-align: center;
	margin-right: 2px;
	margin-top: 1px;
	width: 196px;
	padding: 2px;
}

/* photogallery */
.gallery .gallery-item {
	background-color: #F0F0F0;
	height: 80px;
	width: 82px;
	text-align: center;
	margin-right: 6px;
	margin-top: 3px;
}

.gallery .gallery-image {
	display: inline;	
	line-height: 70px;
	height: 80px;
	width: 80px;
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
	_padding-top: 10px;
	_display: block;
	font-size: 7pt;
}

.gallery .gallery-info {
	background-color: #F0F0F0;
	text-align: center;
	margin-right: 2px;
	margin-top: 1px;
	width: 78px;
	padding: 2px;
	color: #666666;
	font-size: 7pt !important;
}
.gallery .gallery-info b {
	color: #666666;
	font-weight: normal;
	font-size: 7pt !important;
}
.gallery .gallery-info a {
	font-size: 7pt !important;
}

/* prave menu */
UL.rightmenu {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #808080;
}
.rightmenu LI {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	background-image: url(../img/rm_iko.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-top: 1px solid #808080;
}
.rightmenu LI.pdf {
	background-image: url(../img/rm_pdf.gif);
}
.rightmenu LI A {
	display: block;
	padding: 19px 6px 19px 44px;
	color: #FFFFFF;
	font-size: 8pt;
}
.rightmenu LI A:hover {
	color: #66CC33;
	text-decoration: none;
}

BODY.structure24 DIV#rightcol {
	display: none;  
}

BODY.structure24 #content {
  height: 100%;
	width: 890px;
	float: left;
	background-repeat: repeat-y;
	background-color: #ffffff;
  background-image: url("../img/contentbg24.jpg");
	background-position: left top;  
}

BODY.structure24 #signpost {
	width: 692px;                 
}

BODY.structure24 .main H1 {
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url("../img/h1main24.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #ffffff;
	width: 644px;
	height: 26px;
}

BODY.structure24 .kontaktyright {
	float: left;
  width: 214px;
}

BODY.structure24 .kontaktyleft {
	float: left;
  width: 215px;
}                                     




/* popup-adress */
#popupAdress {
	width: 611px;
	height: 360px;
	background-image: url(../img/popup-adress-bg.jpg);
	background-repeat: no-repeat;
	padding: 11px 13px 0 100px;/*26px*/
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	line-height: 165%;	
	font-family: Arial;
	background-color: #EFEFF1;
}

#popupAdress STRONG{
	color: #333333;
}

#popupAdress H3 {
	padding: 40px 0 0px 0;
	line-height: 100%;
	margin: 0em auto;
	font-family: Arial;
	font-weight: bold;
	font-size: 36px;
	text-shadow: 1px 1px 1px #fff;
	text-transform: none;
}
#popupAdress STRONG {
	line-height: 300%;
}
#popupAdress H4 {
	padding: 40px 0 12px 0;
	color: #007EBF;
	line-height: 100%;
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 1px -1px 1px #fff;
	text-transform: none;
	text-decoration: none;
}
#popupAdress H4 A:hover{
	text-decoration: none;
}
#popupAdress H4 A{
	color: #DE353A;
}
#popupAdress p.popupAddressContact {
  margin: 0;
  padding: 0;
  font-size: 12pt;
  line-height: 130%;
}

#popupAdress p.popupAddressContact a{
  color: #DE353A;
}
#popupAdress h2{
  font-size: 30pt;
  color: #666666 !important;
  margin: 30px 0 20px 0;
}

#popupAdress p.popupAddressDate{
  font-size: 14pt;
}
#popupAdress p.popupAddressDate span{
  color: red;
}


#popupAdress #popupAdress-close SPAN {
	display: none;
}

#popupAdress #popupAdress-close {
	display: block;
	width: 13px;
	height: 12px;
	cursor: pointer;
	float: right;
	background-image: url(../img/popup-adress-close-img.gif);
}
/* popup-adress end */