/*   
Theme Name: Uckermärkische Werkstätten - Druck-Stylesheet
Author: Nina Gerling
Author URI: http://www.ena-webstudio.com
Version: 1.0
*/

/* -------------------------------- Basiseinstellungen ------------------------------------- */
body {
    background-color: transparent;
    color: #000;
    margin: 1cm 1cm 1cm 1cm; 
    font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
}
* { 
    color: #000; 
    background-color: transparent; 
}
p, table, thead, th, tbody, tr, td, ul, ol {
  margin:0; 
  padding:0
}


/* -------------------------------- Ueberschriften ------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-size: 140%;
    line-height: 180%;
    font-weight: bold;
    margin: .75em 0 .5em 0;
    color: #000;
    font-size: 16pt;
}
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }


/* -------------------------------- Tabellen ------------------------------------- */

/* -------------------------------- Sonstige Auszeichnungen ------------------------------------- */
abbr, acronym {
    color: #000;
    text-decoration: none;
    border: 0; 
    border: none; 
    border-bottom: none; 
    border-bottom-style: none; 
    border-style: none; 
    text-decoration: none
}
img {
    border: 0;
}
ul, ol {
    page-break-before: avoid;
    margin-bottom: 0.5cm;
}
li {
    page-break-inside: avoid;
}
p, address {
    margin: 0 0 0.5cm 0;
    line-height: 150%;
}
a {
  color:#000!important;
  background: transparent;
  text-decoration: none;
}

/* ----------------- Sonstige IDs und Klassen ----------------- */
#container, #header, #wrapper {
    float: none !important;
}
.imgre, .imgli {
    margin: 0 0 1cm 0;
}


/* ----------------- Ausblendungen ----------------- */
#topnav, #navigation, #breadcrumb, #footer, #sprunglinks, .aussen {
    display: none;
}

