/**
 *   Soubor: article_print.css
 *   Popis:  css styl pro tisk k souboru article.php
 *   Autor:  Martin Stuchlík (MS)
 *   Verze:  1.0 - 17.05.2005 MS Vytvoreni
 *   Verze:  1.1 - 29.06.2005 MS validace - odstraneno cursor: hand; 
 */

.art_header {
	padding: 2px 5px 2px 5px;
	background:  #39387E;
	font-size: 90%;
	color: white;
}
.art_header a {
    color: white;
    text-decoration: underline;
}
.art_header a:hover {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
.art_picture {
	width: 65px;
	padding: 5px 20px 0 0;
	float: left;
}
.art_info {
	width: 80%;
	float: left;
	padding: 5px 0 5px 0; margin: 0;
	font-size: 90%;
}
.art_name {
	font-weight: bold;
}
.art_descript {
    margin: 10px 0 0 0;
}
.art_footer {
	padding: 0;
   margin: 2px 0 0 0;
   clear: both;
	text-align: center;
}
.art_souhrn_odkaz {
	color: #39387E;
}
.art_souhrn_odkaz:hover {
   color: #D31A24;
	text-decoration: underline;
}
.art_skryj_souhrn {
	display: none;
}
