
/* ----- print2.css ----- */
@media screen {
/*textova verze stranek*/

/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Plone Foundation, et al
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

* { background-image: none ! important; }
/* tohle proste funguje ok */

div.top,
#portal-logo,
.hiddenStructure,
#portal-searchbox,
#portal-personaltools,
/*#portal-breadcrumbs,*/
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
/*.documentByLine,*/
.netscape4,
#portal-footer,
#portal-colophon,
/*input,*/
.skipnav,
.visualNoPrint {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

body {
    font-family: Baskerville, Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
    background: none !important;
}

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: Baskerville, Georgia, Garamond, Times, serif;
}


ul { 
    list-style-type: square;
}


.documentDescription {
    font-weight: bold;
}

pre {
    border: 1pt dotted black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}

a {
    color: Black !important;
    padding: 0 !important;
    /*text-decoration: none !important;*/
}

a:link, a:visited {
    color: blue;
    background: transparent;
}

/* Uncomment this to get link addresses inserted along with the link text
   when you print.

#content a:link:after, 
#content a:visited:after {
   content: " [" attr(href) "] ";
}
*/

div.up_header div.left {
padding-bottom: 1em;
}

div.up_header {
   background: none;
}

div.header div.left h1 a {
 color: black !important;
}

div.header div.right {
	display: none;
}

div.header div.left img {
	display: none;
}

div.down_header div.left {
        padding-bottom: 1em;
}

div.down_header {
        padding-bottom: 1em;
}

div.odkazy {
	background : none;
        width: 100% !important;
}

div.odkazy span.odkaz_text {
 display: none;
}

div.pod_odkazy {
	display: none;
}

#first div.hlavicka {
 height: 0px !important;
 border: none !important;
}

#first div.polozka {
 background-color: white !important;
 border: none !important;
}

#first {
	background-image : none !important;
        width: 100% !important;
}


#second {
        width: 100% !important;
}

#content span, #content dd {
        margin-left: 25px !important;
        margin-top: 5px !important;
}

#third {
        width: 100% !important;
	background: none;
}

#third div.studeni {
 background: none;
}

#third div.datum {
 color: black !important;
}

div.footer {
   background: none; 
   width: 100% !important;
}

div#content hr {
 display: none;
}

img {
       display: none;
}
}


