@media print {

/*
 *                          zakladni selektory 
 ******************************************************************************/

* {
	color: black ! important;
	height: auto ! important;
	background: none ! important;
	background-color: white ! important;
	border-color: #808080 ! important;
}

html {
    font-size: 1.5em;
	background-color: white;
}

/*
 *                          hlavni layout 
 ******************************************************************************/

#center {
    width: 100%;
}

/* hlavicka webu */
#header {
    display: none;
}

/*
 *                          odkazy obecne
 ******************************************************************************/
 
a {
    color: black;
    text-decoration: none;
}

/*
a:after {
    content: "[" attr(href) "]";
    margin-left: 0.6em ! important;
    margin-right: 0.6em ! important;
    text-decoration: underline;
    color: #808080;
}
*/

/*
 *                          levy a pravy sloupec webu
 ******************************************************************************/
 
#left, #right {
    display: none;
}

/*
 *                          sloupec s hlavnim obsahem webu
 ******************************************************************************/

#main {
    width: 100%;
    margin: 0;
    padding: 0;
}

#main-inner {
    margin: 0;
    padding: 0;
}

/*
 *                          zapati webu, copyright
 ******************************************************************************/

#footer {
    width: 100%;
    background: none;
}



/* nadpisy */
h1 {
    border-bottom: none;
}

}