/* 
* @version         1.0
* @lastmodified    $Date: 2007-07-28 10:26:40 +0200 (Sa, 28 Jul 2007)$
*/


/* fast fertiges CSS Druck-stylesheet zum einbinden in den Head-Bereich ihrer Website */

body {
background: #fff !important;
color: #000;
font: 10pt Arial, sans-serif; /* Zeichensatz auf Serifen umstellen */
quotes: "\201E" "\201C" "\201A" "\2018";
}

/* Seitenbreite */
body{
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}

img{
	border: none !important;
}

#content-page{
	width: 60%;
	float: left;
}

#sidebar-page{
	width: 30%;
	float: right;
}

#subnav-wrapper, .main-nav, #lang-select, #footer{
display: none;
}

H1,h2,h3,h4,h5,h6 {
color: #d8001a;
}


/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 { 
page-break-after: avoid; 
}

p, address, li, dt, dd {
font-size: 100%
}

/* Zeichensatz fuer Code Beispiele */
code, pre { font-family: "Courier New", Courier, mono}

ul, ol {
list-style: square; margin-left: 10pt;
color: #000 !important;
}

li{
	margin: 0.75em 0;
}

li span{
	color: #000 !important;
}

a:link, a:visited {
background: transparent;
color: #d8001a;
font-weight: bold;
text-decoration: underline;
}


