/* Start of CMSMS style sheet 'Základní styl' */
* { margin:0; padding:0;}

body { text-align: left; font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; }
body { background-color: #fff; color: #333; margin: 1em; }
div { font-size: 1em; }
img { border: 0; }
a,
a:link 
a:active { text-decoration: underline; background-color: inherit; color: #18507C; }
a:visited {text-decoration: underline; background-color: inherit; color: #18507C; }
a:hover { text-decoration: none; background-color: #C3D4DF; color: #385C72; }

/* common */
hr.cleaner { clear: both; height: 1px; margin: -1px 0 0 0; padding: 0; border: none; visibility: hidden; }

div#pagewrapper { margin: 0 auto; width: 979px;
   background: #fff url(images/cms/bg-content.gif) repeat-y right; color: black; }


/*** header ***/
div#top { height: 20px; background: url(images/cms/bg-top.gif) repeat-x; }
div#header { height: 169px; background: #385C72; background: url(images/cms/header.jpg) no-repeat;  }
div#header h2 { display: none; height: 80px; color: white; padding: 30px; text-decoration:none; }

/* search box */
div#search { float: right; width: 23em; text-align: right; padding: 0.6em 0 0.2em 0; margin: 0 1em; }

/* TOP navigation */
div#top_menu { height: 30px; background: url(images/cms/bg-menu.gif) repeat-x; }
div#top_menu ul { list-style: none; text-align: center;}
div#top_menu ul li { float: left; color: #fff; line-height: 30px; margin-left: 1.5em; padding-right: 1.5em; border-right: 1px solid #fff; }
div#top_menu ul li a { color: #fff; font-weight:bold; }
div#top_menu ul li.currentpage h3 {
  font-size: 100%;
  font-weight: bold;
}

/* Drobeckova navigace */
div.breadcrumbs { font-size: 0.8em; margin: 0 0 1em 0; padding: 0.3em 0.5em; background: url(images/cms/bg-breadcrumbs.gif) repeat-x;}
div.breadcrumbs span.lastitem { font-weight:bold; } 

div#content { margin: 0.5em auto 2em 0;  }
div#main {  margin-right: 27%; margin-left: 1em; }
div#main-full {  margin-right: 1em; margin-left: 1em; }
div#sidebar { float: right; width: 26%; display: inline; margin-left: 0; }

div#footer { clear: both; height: 21px; background: url(images/cms/bg-footer.gif) repeat-x; color: #fff; }
div#footer p { font-size: 0.8em; line-height: 21px; text-align: center; margin: 0; }
div#footer p a { color: #fff; }
div#footer p.created { color: #000; text-align: right; }
div#footer p.created a { color: #000; }

div.hr { height: 1px; padding: 1em; border-bottom: 1px dotted black; margin: 1em; }
div.left49 {width: 49%; }
div.right49 { float: right; width: 49%; text-align: right; }
img.imgright { float: right; margin: 0 0 10px 10px; border: 1px solid #999999; padding: 2px; }
img.imgleft { float: left; margin: 0 10px 10px 0; border: 1px solid #999999; padding: 2px; }
.autor { border-left: 5px solid #999999; color: #202020; padding: 5px; margin: 0.5em 0; }

/* CONTENT STYLING */
div#content {clear: both;}
div#content h1 { font-size: 2.5em; margin: 0; margin-bottom: 0.5em; }
div#content h2 { color: #294B5F; font-size: 1.2em; text-align: left; line-height: 1.5em; margin: 1.5em 0 0.5em 0; }
div#content h2.icon { padding-left: 30px; background: url('/images/cms/climb-icon.png') 0 50% no-repeat; }
div#content h3 { color: #294B5F; font-size: 1.2em; line-height: 1.3em; margin: 0 0 0.5em 0; }
div#content h4 { color: #294B5F; font-size: 1.1em; line-height: 1.3em; margin: 0 0 0.25em 0; }
div#content h5 { color: #294B5F; font-size: 1.1em; line-height: 1.3em; margin: 0 0 0.25em 0; }
div#content h6 { color: #294B5F; font-size: 1em; line-height: 1.3em; margin: 0 0 0.25em 0; }
p { font-size: 1.1em; margin: 0 0 0.5em 0; line-height: 1.4em; padding: 0; }
blockquote { border-left: 10px solid #ddd; margin-left: 10px; }
strong, b { font-weight: bold; }
em, i { font-style:italic; }
code, pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;
  white-space: -o-pre-wrap; word-wrap: break-word; font-family: "Courier New", Courier, monospace;
  font-size: 1em; }
pre { border: 1px solid #000; background-color: #ddd; margin: 0 1em 1em 1em; padding: 0.5em;
   line-height: 1.5em; font-size: 90%; }
div.templatecode { margin: 0 0 2.5em; }

/* SIDEBAR */
div#sidebar h2 { height: 25px; color: #fff; background: url(images/cms/bg-sidebar.gif) bottom repeat-x;
   font-size: 1em; border: 0; line-height: 25px; padding-left: 0.5em; margin: 0; }
div#sidebar .NewsSummary { margin: 0; font-size: 0.9em; }
div#sidebar .info-box { margin: 1em 0; margin-left: 1em;  padding: 0.5em; font-size: 1.2em; border: 1px solid #143546; line-height: 1.5; font-weight: bold; text-align: center;}

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* HTML BLOKY */
#partner_links { padding-left: 0; margin: 0 0 1em 1em; }
#partner_links a { display: block; margin-bottom: 0.3em; }


/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}



div.member { clear: left; }
/* End of 'Základní styl' */

