/* Druck CSS */

/* =-=-=-=-=-=-=-=-=-[ Uebergreifend fuer alles ]-=-=-=-=-=-=-=-=-= */
* {
quotes: "\201E" "\201C" "\201A" "\2018";
}

*[cite]:after {
 content:close-quote" (Quelle: "attr(cite)")";
 font-size:80%;
} 

img {
	float:left;
	clear:both;
	padding-right:15px;
	}


/* =-=-=-=-=-=-=-=-=-[ Druck: YES ]-=-=-=-=-=-=-=-=-= */


/* =-=-=-=-=-=-=-=-=-[ Druck: NO! ]-=-=-=-=-=-=-=-=-= */
#panel,
.bookmarks, .header,.print,.pdf,.footer,.tagclouds {display:none;}

/* =-=-=-=-=-=-=-=-=-[ Body ]-=-=-=-=-=-=-=-=-= */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:transparent;
	font-size: 11pt;
	padding: 0 0 5mm 0;
	margin: 0 0.5mm;
	orphans: 2;
	widows: 2;
	page-break-after:avoid;
	page-break-before:auto;
	page-breake-insde:auto;
}


/* =-=-=-=-=-=-=-=-=-[ Headlines ]-=-=-=-=-=-=-=-=-= */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 13pt;
}
h3, h4, h5, h6 {
	font-size: 12pt;
}

p {
	font-size: 10pt;
	text-align: left;
	margin-bottom:-15px;
}
ul {
	font-size: 10pt;
	}
li {
	font-size: 10pt;
	}

p.teaser {
	font-weight: bold;
}


/* =-=-=-=-=-=-=-=-=-[ Listen ]-=-=-=-=-=-=-=-=-= */
ol > li {
    margin: 2mm 0;
    margin-bottom: 2mm;
    }
ul > li {
    margin-top: 2mm;
    margin-bottom: 2mm;
    }
ul {
    margin-top: 2mm;
    margin-bottom: 2mm;
    page-break-inside: avoid;
    }	 

	 
/* =-=-=-=-=-=-=-=-=-[ Adresse & Zitate ]-=-=-=-=-=-=-=-=-= */
adress {
	font-style: normal;
	font-weight: bold;
}


backquote {
	margin-left: 0px;
	padding-bottom: 10px;
	font-weight: bold;
}
cite {
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
	display: block;
}


/* =-=-=-=-=-=-=-=-=-[ Gaensefuesschen ]-=-=-=-=-=-=-=-=-= */
q:before, blockquote:before {  content:open-quote; } 	
q:after, blockquote:after { content:close-quote; } 
q {
    font-family: monospace;
    }
		 
	 
/* =-=-=-=-=-=-=-=-=-[ Links ]-=-=-=-=-=-=-=-=-= */


a img {
	border: 0 none;
}

a {
	color:#000;
	text-decoration: none;
	float:none;
	padding:0;
	margin:0;
}
:focus {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    }
:link {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    }
:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    }
:hover {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    }
:active {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    }

/* =-=-=-=-=-=-=-=-=-[ Tabeles ]-=-=-=-=-=-=-=-=-= */
table {
	font: 9pt "trebuchet ms",arial,helvetica,sans-serif;
	margin: 2mm 0.2mm;
	width:100%;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
    }

td {
    vertical-align: top;
    background-color: transparent;
    padding: 0 2mm;
    border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
    margin: 0;
    page-break-inside: avoid;
    }
th {
    background-color: transparent;
    vertical-align: top;
    padding: 0;
    border: none;
    margin: 0;
    }
