/* Start of CMSMS style sheet 'Layout' */
body {
   text-align: center;
   padding: 0;
   margin: 0;
   background-color: #036;
}
div#page {
   background: url(images/page-top-bg.gif) repeat-x top center transparent;
   padding: 0 0 20px;
}
div#page-bg {
   width: 840px; 
   margin: 0 auto;
   background: url(images/page-bg.gif) repeat-y top center transparent;
}
div#page-top {
   background: url(images/page-top.gif) no-repeat center top transparent;
}
div#pagew {
   width: 780px;
   margin: 0 auto;
   text-align: left;
}
div#header {
   position: relative;
   height: 100px;
   background: url(images/header.jpg) no-repeat top center transparent;
}
div#header h1 {
   padding: 30px 300px 0 180px;
   margin: 0;
   line-height: 1em;
}
div#header h1 a {
   display: block; 
   height: 60px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   padding: 0;
   margin: 0;
}
div#header h1 a:hover {
   background-color: transparent;
}

div#lang {
   position: absolute;
   top: 53px;
   right: 15px;
}
div#lang a {
   display: inline;
   padding: 0 5px 0 0;
   font-size: 11px;
   line-height: 15px;
   color: #ccc;
   text-decoration: none;
}
div#lang a img {
   vertical-align: text-bottom;
}
div#lang a:hover {
   text-decoration: none;
   color: #fff;
}
div#lang a span {
   padding: 0 0 0 5px;
}

div#page-main {
   float: left;
   width: 540px;
}
div#page-side {
   float: right;
   width: 240px;
}

div#menu {
   padding: 0 5px 0 1px;
   background: url(images/menu.gif) repeat-y left top transparent;
}

div#top {
   position: relative;
   height: 260px;
   padding-left: 5px;
   background: url(images/top1.jpg) no-repeat 5px top transparent;
}
div#top-call {
   position: absolute;
   z-index: 100;
   bottom: -60px;
   left: 0px;
   height: 64px;
   width: 200px;
   background: url(images/top-call.gif) no-repeat 5px top transparent;
}
div#content {
   background: url(images/content-top.gif) no-repeat 5px top transparent;
   min-height: 325px;
   height: 325px;
}
div[class] div#content {
   height: auto;
}
div.main {
}
div.main div.inner {
  padding: 15px 35px 0 20px;
}
div.side {
}
div.side div.inner {
  padding: 20px 15px 5px 10px;
}

div#page-cols {
   background: url(images/page-bottom.gif) no-repeat right bottom transparent;
}

div#footer {
   width: 780px;
   margin: 0 auto;
   clear: both;
   background: url(images/footer.gif) no-repeat center top transparent;
   height: 100px;
}
div#footer-menu {
   float: left;
   text-align: left;
   padding: 55px 0 0 20px;
}
div#footer-info {
   float: right;
   text-align: right;
   padding: 25px 20px 0 0;
   font-size: 0.95em;
}

/* End of 'Layout' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

.cleaner {width: 1px; clear: both; font-size: 1px; height: 1px; margin: -1px 0 0 0; padding: 0; border: none; display: inline;  visibility: hidden;}
.clleft {clear: left;}
.clright {clear: right;}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Navigation: CSSMenus' */
#menu_horiz {
  padding: 10px 0;
  border-bottom: 3px solid #003;
}

/* The wrapper clears the floating elements of the menu */
/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0; 
   padding: 0; 
   width: 100%; 
}

#primary-nav li { 
   margin: 0px; 
   padding: 2px 0;
   position: relative; 
}
#primary-nav li li { 
   padding: 0;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0; 
   padding: 5px 10px 5px 20px;
   line-height: 15px;
   background: url(images/menu-active.gif) repeat-y -1px center transparent;
   text-decoration: none;
   color: #eee;
   font-weight: normal;
   font-size: 12px;
   min-height: 1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav a span { 
   display: block; 
   padding-right: 20px;
}
#primary-nav a:hover { 
   text-decoration: underline;
   color: #fff;
}
#primary-nav a span { 
   display: block; 
}
#primary-nav li a { 
}
#primary-nav li li a { 
   padding-left: 30px;
   line-height: 18px;
   font-size: 11px;
}	
#primary-nav li li a:hover { 
}	
#primary-nav li, #primary-nav li.menuparent { 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive a span { 
   font-style: bold;
}
#primary-nav li.menuactive a.menuactive span { 
   font-weight: bold;
   background: url(images/menu-current.gif) no-repeat right center transparent;
}
#primary-nav li.menuactive a:hover, #primary-nav a.menuactive:hover { 
}
#primary-nav li.menuactive li a:hover { 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: transparent; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: block;  /* none for magic */
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}

/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


#footer-menu ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
#footer-menu ul li {
   display: inline;
   padding: 0;
   margin: 0;
}
#footer-menu ul li a, #footer-menu ul li h3 {
   display: inline;
   padding: 0 0.3em;
   font-weight: normal;
   font-size: 0.9em;
   color: #fff;
}
#footer-menu ul li a {
   text-decoration: none;
}
#footer-menu ul li h3 {
   text-decoration: underline;
}

/* End of 'Navigation: CSSMenus' */

/* Start of CMSMS style sheet 'Plugin: Gallery' */
#content .imagegallery {
   margin: 0;
   padding: 1em 0 0;
}

#content .thumb {
   margin: 0;
   padding: 0;
   width: 100px;
   height: 100px;
   line-height: normal;
   list-style-type:none;
   text-align:center;
   float:left;
}
#content .thumb a {
}
#content .thumb a img {
   padding: 1px;
   border: 1px solid #69c;
   text-decoration:none;
}
#content .thumb a:hover img {
   border-color: #369;
}
#content .thumb a:hover {
   background-color: transparent;
}

/* CSS for Lightbox follows */
#lightbox {
   position: absolute;
   top: 40px;
   left: 0;
   width: 100%;
   z-index: 100;
   text-align: center;
   line-height: 0;
}
#lightbox a img {
   border: none;
}
#outerImageContainer{
   position: relative;
   background-color: #fff;
   border: 1px solid #ccc;
   border-bottom: none;
   width: 250px;
   height: 250px;
   margin: 0 auto;
}

#imageContainer{
   padding: 8px;
}
#imageContainer img {
   border: 1px solid #ccc;
}

#loading{
   position: absolute;
   top: 40%;
   left: 0%;
   height: 25%;
   width: 100%;
   text-align: center;
   line-height: 0;
}
#hoverNav{
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a {
   outline: none;
}

#prevLink, #nextLink{
   width: 49%;
   height: 100%;
   background: transparent url(plugins/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
   display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
   background: url(plugins/lightbox/images/prev.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
   background: url(plugins/lightbox/images/next.gif) right 15% no-repeat;
}
#imageDataContainer{
   font: 10px Verdana, Helvetica, sans-serif;
   background-color: #fff;
   border: 1px solid #ccc;
   border-top: none;
   margin: 0 auto;
   line-height: 1.4em;
}

#imageData{
   padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 26px; float: right;  padding-bottom: 0.7em;	}	
#imageData a#bottomNavClose:hover {background-color: transparent}	
		
#overlay{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 90;
   width: 100%;
   height: 500px;
   background-color: #000;
   /* filter:alpha(opacity=60); */
   -moz-opacity: 0.6;
   opacity: 0.6;
}

/* End of 'Plugin: Gallery' */

/* Start of CMSMS style sheet 'Content' */
* {
   margin:0;
   padding:0;
}
body {
   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 72.01%;
   line-height: 1em;
   color: #333;
}
div.side, div#footer {
   color: #fff;
   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div, table, td, th {
   font-size: 1em;
   line-height: 1.4em;
}

div.hr {
   height: 1px;
   margin: 1em 0;
   border-bottom: 3px solid #003;
}

img {
   border: 0;
}
img.obrazekvlevo, img.obrazekvpravo, img.obrazek {
   border: 1px solid #003;
}
img.obrazekvlevo {
   float: left;
   margin: 0.2em 0.5em 0.2em 0;
}
img.obrazekvpravo {
   float: right;
   margin: 0.2em 0 0.2em 0.5em;
}
img.obrazek {
   margin: 0.2em;
}

a img.obrazekvlevo, a img.obrazekvpravo, a img.obrazek {
   border: 1px solid #693;
}
a:hover img.obrazekvlevo, a:hover img.obrazekvpravo, a:hover img.obrazek {
   border-color: #030;
}

a, a:link, a:active, a:visited {
   text-decoration: underline;
   background-color: transparent;
   color: #693; 
}
a:hover {
   text-decoration: none;
   color: #030;
}
div.side a, div.side a:link, div.side a:active, div.side a:visited,
div#footer a, div#footer a:link, div#footer a:active, div#footer a:visited {
   color: #f93; 
}
div.side a:hover,
div#footer a:hover {
   color: #fc6; 
}

a.arrowlink {
   padding: 0 15px 0 0;
   font-weight: bold; 
   font-size: 1em;
   white-space: nowrap;
   background: url(images/arrowlink.gif) no-repeat right 60% transparent;
}
a.arrowlinkb {
   padding: 0 0 0 15px;
   font-weight: bold; 
   font-size: 1em;
   white-space: nowrap;
   background: url(images/arrowlinkb.gif) no-repeat left 60% transparent;
}

a.file-xls, a.file-pdf, a.file-doc {
   padding: 0 0 0 35px;
   display: inline-block;
   line-height: 32px;
   height: 32px;
   font-weight: bold; 
   white-space: nowrap;
   background: url(images/file/0.png) no-repeat left bottom transparent;
}
a.file-xls { background-image: url(images/file/xls.png); }
a.file-pdf { background-image: url(images/file/pdf.png); }
a.file-doc { background-image: url(images/file/doc.png); }

/* HEADINGS */
h1 {
   color: #000;
   font-size: 2em;
   line-height: 1em;
   margin: 0;
}
h2 {
   color: #f60; 
   font-size: 1.5em; 
   line-height: 1.5em;
   text-align: left; 
   padding: 0 0 0.3em;
   margin: 0 0 0.5em 0;
   border-bottom: 1px solid #ddd;
}
h3, h4, h5, h6 {
   color: #c30; 
   font-size: 1.3em;
   font-weight: bold;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div.side h3, div.side h4, div.side h5, div.side h6 {
   color: #fc3; 
}
h4 {
   font-size: 1.2em;
}
h5 {
   font-size: 1.1em;
}
h6 {
   font-size: 1em;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0;
   line-height: 1.4em;
   padding: 0 0 0.5em;
}
blockquote {
   border-left: 3px solid #f60;
   text-align: left;
   margin: 0;
   padding-left: 0.5em;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */

/* LISTS */
ul, ol, dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1em 0;
}
ul li, ol li {
   margin: 0 0 0.25em 3em;
}
dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* TABLES */
table.summarytable, table.summarytablenb {
   padding: 0;
   margin: 0.5em auto 0.5em 0;
   width: auto;
   border-collapse: collapse;
}
table.summarytable td, table.summarytable th,
table.summarytablenb td, table.summarytablenb th {
   padding: 2px 4px;
   border: 1px solid #ddd;
   border-collapse: collapse;
   font-size: 1em;
   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
   font-family: sans-serif;
}
table.summarytablenb td, table.summarytablenb th {
   border: none;
   padding: 10px 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.summarytable th, table.summarytablenb th {
   font-weight: bold;
   background-color: #036;
   border-color: #ddd;
   color: #fff;
}
table.summarytable tr.bottomline td, table.summarytablenb tr.bottomline td  {
   border-bottom: 1px dotted #ddd;
}
/* END TABLES */
/* End of 'Content' */

