/*  Print stylesheets for os-echo
    created: Jana Moudra, jana.moudra@imatic.cz
    date: 24-6-2010
    last edit: 24-6-2010
*/
 
 
/* Printing, breaking, orphans, widows etc. */ 
@page {
	margin: 1cm 1.5cm;
}

img, table, .catalog_list_item {
	page-break-inside: avoid;
}

/* Not displayed elements - navigations etc. */
#main-menu, #fast-navigation, .more, #header #horizontal-menu, .mod_quickpoll, .catalog_filter, h2.filter, #right, .link_to_list, a.print, #archiv .ce_hyperlink {
	display: none;
}  
 
/* HTML elements */ 
body {
    background-color: white;
    font: 12pt/1.3 "Times New Roman", times, serif !important;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif !important;
}

h1 {
    font-size: 15pt !important;
    margin-bottom: 2px;
}

h2 {
    font-size: 13pt !important;
}

h3 {
    font-size: 12pt !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
}

p {
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: black;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul, ol {
    margin: 3px 0 10px 10px;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    padding: 1px 2px;
}

address {
    margin-left: 10px;
    font-style: italic;
}

table {
    border-collapse: collapse;
    table-layout: auto;
    margin: 3px 0 5px 10px;
}

table, th, td {
    border: 1px solid black;
}

th {
    font-weight: bold;
    text-align: center;
}

th, td {
    padding: 1px 2px;
}

caption {
    font-style: italic;
    font-size: 10pt;
}

img {
    margin: 2px;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid black;
}

input[type="button"], input[type="reset"] {
    display: none;
}

label {
    font-weight: bold;
}

/* Wrapper */

/* Header */
#header {
    border-bottom: 1px solid black;
    margin-bottom: 5px;
}
/* Content */
.adresar .catalog_list_item .organisation {
    float:left;
}

.adresar .catalog_list_item .person {
    float:right;
}

.adresar .catalog_list_item .place {
    border-bottom:1px solid silver;
    margin-bottom:20px;
    padding:90px 0 2px;
    color: silver;
}

.adresar .catalog_list_item .organisation, .adresar .catalog_list_item .person {
    width:50%;
}

.adresar .catalog_list_item .organisation a {
    font-weight: bold;
    font-size: 13pt;
}

/* Left */
#contact ul {
    list-style: none;
    font-style: italic;
    margin-left: 10px;
}

#contact ul li {
    padding: 0;
}

/* Right */
#right #article-actuality-menu ul {
    list-style: none;
    margin: 0;
}

#right #article-actuality-menu li {
    padding: 0 0 10px;
}

#right #article-actuality-menu h2 {
    font-size: 10pt;
}

/* Footer */
#footer {
    border-top: 1px solid black;
    padding-top: 8px;
    margin-top: 5px;
}

#contact {
    position: absolute;
    right: 50px;
    top: 20px;
}

.catalog_detail table {
    width: 100%;
}

.catalog_detail table, .catalog_detail table th, .catalog_detail table td {
    border: none;
}

.catalog_detail table th, .catalog_detail table td {
    width: 25%;
}
