
/* 
* @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: 11pt Arial, Helvetica, sans-serif; /* Zeichensatz auf Serifen umstellen */
	text-align: justify; /* Blocksatz */
	quotes: "\201E" "\201C" "\201A" "\2018";
}

/* Seitenbreite */
body,
#container {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#navigation,
#formwizzard,
#advertising,
#header,
#footer,
#bniBox {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h2 {
	margin-bottom: 15pt;
}

div#neuesContainer h2 {
	margin-top: 15pt;
}

h3 {
	font-size: 12pt;
}

p {
	margin-top: 0pt;
	margin-bottom: 7pt;
}

img {
	display: block;
	margin-bottom: 5pt;
}

a {
	color: #16737F;
}

ol {
	list-style: upper-roman;
}

li {
	margin-top: 1.6em;
}

ol ol {
	list-style: decimal;
}

ul {
	list-style: circle;
}

ul li {
	margin-top: 5pt;
}

#container:after {
	content: "\ Alle Rechte vorbehalten. (c) 2010 CMD Factory GbR, www.cmdfactory.de";
	color: #999 !important;
	font-size: 0.85em;
	border-top: 1px solid #999;
}

