/* Start of CMSMS style sheet 'CSS_news' */
div#news {
  margin: 0;  /* margin for the entire div surrounding the news list */
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0; /* padding for the news article summary */
    margin: 0 0em 3em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 0px double #D0D0D0; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-family: Tahoma, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0.2em;
    border-bottom: 3px dotted #ccc;
    margin-top: 15px; 
    margin-bottom: 10px; 
}
.NewsSummaryLink a {
    color: #C00;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailTitle {
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    color: #888;
    font-weight: bold;
}

#NewsPostDetailHorizRule {
   height: 5px;
   width: 100%;
   border-bottom: 1px dotted #c00;
   margin-bottom: 10px;
}

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'CSS_news' */

/* Start of CMSMS style sheet 'CSS__cierny' */
a,
a:link 
a:active {
   color: #A00; 
}



/* *********************** HEADINGS ******************** */

div#content h1 {
   color: black;
}

div#content h2 {
   color: black; 
}

div#content h3 {
   color: gray; 
}

div#content h4 {
   color: #900; 
}



/* ***************************** MENUS **************** */

div#leftmenu {
   background: url(images/bgnd_leftmenu_firma2.jpg) top left no-repeat;
}

div#leftmenu div {
  background: #777 url(images/bgnd_leftmenu_firma_selected.gif) top right no-repeat;
  border-right: 0px;
}

div#leftmenu a {
  background-color: #777;
}

/* End of 'CSS__cierny' */

/* Start of CMSMS style sheet 'CSS_hlavny' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
   margin:0;
   padding:0;
}


body {
   color: black;
   background-color: white;
   margin: 1em;  /* gives some air for the pagewrapper */
   font-family: Verdana, Arial, sans-serif;
   font-size: 0.75em;
   line-height: 1.6em;
   text-align: left;
}

p {
   text-align: left;
   font-family: Verdana, Arial, sans-serif;
   margin: 0 0 1.5em 0;
}


div {
   font-size: 1em;
}


img {
   border: 0;
}


a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit;
   color: #555;
   font-weight: bold;
}

a:hover {
   text-decoration: none;
   color: black;
}

a.filelink_pdf {
  font-weight: bold;
  background: url('myfiles/icon_file_pdf.gif') no-repeat top left;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 3;
}


a.filelink_zip {
  height: 50px;
  font-weight: bold;
  background: url('myfiles/icon_file_zip.gif') no-repeat top left;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 3;
}


a.filelink_video {
  height: 50px;
  font-weight: bold;
  background: url('myfiles/icon_file_wmv.png') no-repeat top left;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 3;
}
a.odkaz_pdf {
  font-weight: bold;
  background: url('myfiles/icon_file_pdf.gif') no-repeat top left;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 3;
}


a.odkaz_zip {
  height: 50px;
  font-weight: bold;
  background: url('myfiles/icon_file_zip.gif') no-repeat top left;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 3;
}


a.odkaz_video {
  height: 50px;
  font-weight: bold;
  background: url('myfiles/icon_file_wmv.png') no-repeat top left;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 3;
}


/* **************** basic layout **************** */

div#pagewrapper {
   border: 1px solid #AAA;
   margin: 0 auto;     /* this centers wrapper */
   width: 750px;
   background-color: #fff;;
   color: black;
}


div#header {
   height: 140px;
   background: silver;
   border-bottom: solid 1px silver;
}


div#main {
   padding-top: 15px;
   padding-bottom: 30px;
   padding-left: 175px;
   padding-right: 25px;
}


div#leftmenu {
   padding: 25px 5px 20px 0px;
   float: left;
   width: 150px;    /* sidebar width, if you change this please also change #main margins */
   height: 390px;
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   background-color: white;
}


div#footer {
   border-top: 1px solid #AAA;
   clear:both;      /*  keep footer below content and menu */
   background-color: #E6E6E6;
   color: #AAA;
}

div#footer p {
   font-size: 0.8em;
   padding: 1em;
   text-align: center;
   margin:0;
}




/********************
CONTENT STYLING
*********************/

/* ************* HEADINGS ***************** */

div#content h1 {
   font-family: Verdana, Arial, sans-serif;
   font-size: 1.7em;  /* font size for h1 */
   line-height: 1em;
   margin-top: 5px;
   margin-bottom: 15px;
}

div#content h2 {
   font-size: 1.4em; 
   text-align: left; 
   padding-bottom: 1px;
   margin: 0 0 0.8em 0;
}

div#content h3 {
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.8em 0;
}

div#content h4 {
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 25px 0 7px 0;
}

div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 5px 0;
}

h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}



/* ******************** TEXT *********** */

div#main p {
   margin: 0 0 1.5em 0;  /* some air around p elements */
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

strong, b {
   font-weight: bold;
}

em, i {
   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 */
}



/* ***************************** MENUS **************** */

div#leftmenu div {
  float: left;
  width: 150px;
  height: 20px;
  background-color: gray;
  color: white;
  font-weight: bold;
  margin-bottom: 3px;
  padding-left: 10px;
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

div#leftmenu div.curr_lev2 {
  font-size: 10px;
  width: 140px;
  margin-left: 8px;
  height: 17px;
  padding-bottom: 2px;
}

div#leftmenu a {
  clear: left;
  float: left;
  width: 148px;
  height: 20px;
  background-color: gray;
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid silver;
  margin-bottom: 2px;
  padding-left: 5px;
  filter: alpha(opacity=45);
  opacity:0.45;
  -moz-opacity:0.45;
}

div#leftmenu a.a_lev2{
  font-size: 10px;
  width: 140px;
  margin-left: 8px;
  height: 17px;
  padding-bottom: 2px;
}


div#leftmenu a:hover {
  filter: alpha(opacity=70);
  opacity:0.7;
  -moz-opacity:0.7;
}



/* *************************** LISTS ****************** */
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;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'CSS_hlavny' */

