/*  Print stylesheets for veterina-andel.cz
    created: Jana Moudrá, janamou@volny.cz
    date: 27-03-2010
    last edit: 27-03-2010
*/
 
 
/* Printing, breaking, orphans, widows etc. */ 
@page {
    margin: 1cm 1.5cm;
}

img, table, tr {
    page-break-inside: avoid;
}

/* Not displayed elements - navigations etc. */
#main-navigation, #footer, #subheader .center a, a.all-actions, .action-items .action-link, #wrapper + hr, #left, #breadcrumbs {
    display: none;
} 

 
/* HTML elements */ 
body {
    background-color: white;
    font: 12pt/1.3 "Times New Roman", times, serif;
    color: black;
}

hr {
    margin: 8px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 16pt;
    margin-bottom: 2px;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 13pt;
}

p {
    margin-bottom: 5px;
}

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

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul, ol {
    margin: 3px 0 5px 20px;
}

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;
}

legend {
    font-weight: bold;
    font-size: 12.5pt;
}

fielset {
    margin: 2px 0;
}

/* Wrapper */

/* Header */
#logo h2 {
    font-size: 25pt;
}

#logo h2 span.motto {
    display: block;
    font-size: 0.5em;
    font-style: italic;
    color: #59595F;
    font-weight: normal;
    margin-left: 180px;
}

#subheader .center p {
    margin-bottom: 0;
    font-style: italic;
    color: #59595F;
    margin-left: 350px;
}

#subheader .center p.last {
    padding-left: 30px;
}
/* Content */

/* Left */

/* Right */
#right {
    clear: both;
}

#right #all-address .address {
    width: 300px;
    float: left;
}
