/* Start of CMSMS style sheet 'Layout' */
/* COMMON */
* {
   margin:0;
   padding:0;
}
body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-family: serif;
   font-size: 100%;
   line-height: 1em;
}
div, table, td, th {
   font-family: serif;
   font-size: 1em;
   line-height: 1.3em;
}
img {
   border: 0;
}

/* PAGE LAYOUT */
body {
   color: #000;
   text-align: center;
   padding: 0 0 10px;
   background-color: #39f;
}
div#page {
   background: url(images/page-top.gif) repeat-x center top #fff;
}
div#page-top {
   width: 775px;
   margin: 0 auto;
   height: 310px;
   position: relative;
}
div#header {
   position: absolute;
   top: 70px;
   left: 0px;
   width: 240px;
   height: 230px;
   background: url(images/header.gif) no-repeat left top transparent;
}
div#header h1 {
   padding: 5px;
   margin: 0;
   line-height: 1em;
}
div#header h1 a {
   display: block; 
   height: 220px;
   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#menu {
   position: absolute;
   top: 0px;
   left: 15px;
   height: 61px;
}
div.photo {
   position: absolute;
   top: 70px;
   right: 0px;
   width: 530px;
   height: 230px;
   background: url(images/top/poliklinika.jpg) no-repeat right top transparent;
}
div.photo-lab {
   background-image: url(images/top/laborator.jpg);
}
div.photo-amb {
   background-image: url(images/top/ambulance.jpg);
}
div.photo-off {
   background-image: url(images/top/kancelar.jpg);
}
div.photo-wrm {
   background-image: url(images/top/cekarna.jpg);
}
div.photo-ext {
   background-image: url(images/top/poliklinika-barva.jpg);
}


div#content {
   width: 775px;
   margin: 0 auto;
   padding: 0;
   text-align: left;
   font-size: 1em;
   line-height: 1.4em;
}
div#sidebar {
   width: 235px;
   float: left;
}
div#sidebar div.sb-inner {
   padding: 10px 0 10px 5px;
}

div.block {
   background: url(images/block.gif) repeat-x top center transparent;
   min-height: 250px;
   height: 250px;
   padding: 10px;
}
div[class] div.block {
   height: auto;
}

div#content-right {
   width: 525px;
   float: right;
}
div#content-right div.c-inner {
   padding: 10px 5px 10px 0;
}
div#content-only {
   width: auto;
}
div#content-only div.c-inner {
   padding: 10px 5px;
}


div#page-footer {
   clear: both;
   background: url(images/page-footer.gif) repeat-x center top #39f;
   height: 70px;
}
div.f-inner {
   width: 775px;
   margin: 0 auto;
}
div.f-side {
   width: 230px;
   float: left;
   text-align: center;
   padding-top: 30px;
   color: #039;
   font-size: 80%;
}
div.f-menu {
   width: 520px;
   float: right;
   text-align: right;
}

/* 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' */
/* MAIN MENU */
#menuwrapper { 
   width: 100%; 
}
#primary-nav li li { 
   width: auto; 
}
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
#primary-nav li {
   border-left: 1px solid #55bbff; 
   border-right: 1px solid #55bbff; 
   margin-right: -1px;
   float: left; 
   min-width: 1em;
   width: 1em;
}
div[class] #primary-nav li {
   width: auto;
}
#primary-nav li.special, #primary-nav li.specialh { 
   float: right; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

#primary-nav a { 
   display: block; 
   margin: 0; 
   font-family: Georgia, "New York CE", utopia, serif;
   font-size: 14px;
   line-height: 60px;
   white-space: nowrap;
   padding: 0 20px; 
   font-weight: bold;
   color: #fff;
   text-decoration: none; 
}

#primary-nav a:hover { 
   color: #fff;
   text-decoration: underline;
   background-color: #39f;
}
#primary-nav li, #primary-nav li.menuparent { 
   min-height: 1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   border-bottom: 2px solid #E5F2FF; 
   border-left: 1px solid #fff; 
   border-right: 1px solid #fff; 
}
#primary-nav li.menuactive a, #primary-nav li.menuactive a:hover { 
   color: #39f;
   background-color: #E5F2FF;
}
 { 
   color: #39f;
   background-color: #E5F2FF;
}

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

/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#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: none; 
}
#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%; }

/* section header */
#primary-nav li.sectionheader {
}
/* separator */
#primary-nav li hr.separator {
}


/* FOOTER MENU */
div.f-menu ul {
   list-style: none;
   padding: 30px 10px 0 0;
   margin: 0;
}
div.f-menu ul li {
   display: inline;
}
div.f-menu ul li a, div.f-menu ul li h3 {
   font-family: Georgia, "New York CE", utopia, serif;
   font-size: 70%;
   font-weight: normal;
   display: inline;
   padding: 0 0 0 1em;
}
div.f-menu ul li a {
   text-decoration: none;
}
div.f-menu ul li a:hover, 
div.f-menu ul li.activeparent a {
   text-decoration: underline;
   color: #cff;
}
div.f-menu ul li h3 {
   text-decoration: underline;
   color: #fff;
}

/* SIDE MENU */
#content div.s-menu ul {
   list-style: none; 
   padding: 0 0 0 20px;
}
#content div.s-menu ul li {
   list-style: none; 
   margin: 0;
   padding: 0.2em 0 0.2em 20px;
   background: url(images/arrow.gif) no-repeat left center transparent;
}
#content div.s-menu ul li a, #content div.s-menu ul li h3 {
   font-family: Georgia, "New York CE", utopia, serif;
   font-size: 80%;
   font-weight: normal;
   display: inline;
}
#content div.s-menu ul li h3 {
   font-weight: bold;
}


/* End of 'Navigation: CSSMenus' */

/* Start of CMSMS style sheet 'Content' */
/* LINKS */
a,
a:link, 
a:active,
a:visited {
   text-decoration: none;
   background-color: transparent;
   color: #039; 
}
a:hover {
   text-decoration: underline;
   color: #06c;
}


a.arrowlink, a.arrowlinkb {
   font-family: Georgia, "New York CE", utopia, serif;
   font-size: 75%;
   font-weight: bold; 
   white-space: nowrap;
}
a.arrowlink {
   padding: 0 20px 0 0;
   background: url(images/arrow.gif) no-repeat right 60% transparent;
}
a.arrowlinkb {
   padding: 0 0 0 20px;
   background: url(images/arrowb.gif) no-repeat left 60% transparent;
}

/* IMAGES */
img.obrazek, img.obrazekvlevo, img.obrazekvpravo  {
   border: 1px solid #ccc;
   padding: 1px;
}
img.obrazek {
   margin: 0.2em 0.5em;
}
img.obrazekvlevo {
   float: left;
   margin: 0.2em 0.5em 0.2em 0;
}
img.obrazekvpravo {
   float: right;
   margin: 0.2em 0 0.2em 0.5em;
}
a img.obrazekvlevo, a img.obrazekvpravo, a img.obrazek {
}
a:hover img.obrazekvlevo, a:hover img.obrazekvpravo, a:hover img.obrazek {
   border-color: #39f;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
}
div#content h2, div#content h2#main, div#sidebar h2  {
   font-family: Georgia, "New York CE", utopia, serif;
   text-align: left; 
   color: #39f; 
   line-height: 1em;
   margin: 0;
   padding: 0;
   font-size: 16px; 
}
div#content h2#main {
   font-size: 20px; 
   padding: 8px 0 8px 40px;
   background: url(images/title-main.gif) no-repeat 0px center transparent;
}
div#sidebar h2 {
   font-size: 16px; 
   padding: 10px 0 10px 32px;
   background: url(images/title-info.gif) no-repeat 0px center transparent;
}
h3, h4, h5, h6 {
   font-family: Georgia, "New York CE", utopia, serif;
   font-weight: bold;
   color: #39f; 
   margin: 0.5em 0 0.25em 0;
   padding: 0;
   line-height: 1.3em;
}
h3 {
   font-size: 90%;
}
h4 {
   font-size: 85%;
}
h5 {
   font-size: 80%;
}
h6 {
   font-size: 75%;
}


/* TEXT */
p {
   font-size: 1em;
   margin: 0;  /* some air around p elements */
   line-height: 1.3em;
   padding: 0.2em 0;
}
blockquote {
   border-left: 5px solid #ccc;
   margin: 0.5em 0 0.5em 1.5em ;
   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;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}
pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}


/* LISTS */
#content ul,
#content ol,
#content dl {
   font-size: 1.0em;
   line-height: 1.3em;
   margin: 0;
   padding: 0 0 0.5em 0;
}
#content ul li,
#content ol li {
   margin: 0 0 0 2.5em;
   padding: 0 0 0.25em 0;
}

#content dl dt {
   font-weight: bold;
   margin: 0 0 0 2.5em;
   padding: 0 0 0.25em 0;
}
#content dl dd {
   margin: 0 0 0 2.5em;
   padding: 0;
}

#content ul.arrowlist {
   list-style: none; 
   padding: 0;
}
#content ul.arrowlist li {
   list-style: none; 
   margin: 0;
   padding: 0.2em 0 0.2em 20px;
   background: url(images/arrow.gif) no-repeat left center transparent;
}

/* OTHERS */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted #39f;
}

table.tabulka1 {
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   border-collapse: collapse;
   background-color: #fff;
}
table.tabulka1 td, table.tabulka1 th {
   font-size: 1em;
   margin: 0;
   padding: 0.1em 0.3em;
   border: 1px solid #ccc;
   border-collapse: collapse;
}
table.tabulka1 th {
   font-size: 0.9em;
   background-color: #666;
   color: #fff;
}



/* End of 'Content' */

