/* 
	Heimdecor Vollmers Dünnebacke
	mmenke@netzpepper.de
	mid september 2007
	print-sheet
*/

/* --- allgemeines ------------------------------------------------------------ */
body {
	font-size: 12px;
	color: black;
	padding: 0.4cm;
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
a {
	color: black;
	text-decoration: none !important;
}
form {
	margin: 0;
	padding: 0;
}
p {
	padding: 0;
	margin: 0;
}

/* --- überschriften ---------------------------------------------------------- */
h1,h2,h3 {
	margin: 0;
	padding: 0;
	color: #000000;
}
h1 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

/* --- generell listen -------------------------------------------------------- */
ul, li {
	margin: 0;
	padding: 0;
}

/* --- supporting classes ----------------------------------------------------- */
div.clearing {
	clear: both;
}
img#aspam {
	border: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

/* --- hauptcontainer zentrierung --------------------------------------------- */
div#zentrierung {
}
div#rahmen {
}

/* --- spalten ---------------------------------------------------------------- */
div#links {
	display: none;
}
div#rechts {
}

/* --- teile in den seiten ---------------------------------------------------- */
img#logo {
	display: none;
}
div#navigationen-oben {
	display: none;
}
div#navigationen {
	display: none;
}
div#inhalt {
}

/* --- template: oben/unten --------------------------------------------------- */
div.template1 {
}
div.template1 img {
	margin-bottom: 8px;
}
div.template1 div.text {
}
div.template1 h1,
div.template1 h2 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
div.template1 h2 {
	margin-bottom: 10px;
}

/* --- der ticker ------------------------------------------------------------- */
div#ticker {
	display: none;
}
div#tickersrc {
	display: none;
}

/* --- fusszeile fuer rechtliche navigation ----------------------------------- */
div#fusszeile {
	display: none;
}
