﻿@charset "utf-8";

/* --------------------------------------------
http://www.gruene-kugel.de - Druck Styles

- Allgemeine Definitionen
- Ausgeblendete Bereiche

Letzte Änderung: 28.03.2006
----------------------------------------------- */


/* Allgemeine Definitionen
----------------------------------------------- */
body {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: black;
	background: white;
}
h1 {
	font-size: 120%;
	font-weight: bold;
}
h2 {
	font-size: 115%;
	font-weight: normal;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
a, a:link {
	color: black;
	text-decoration: none;
}
img, img a {
	border: 0;
}
/*---------------------------------------------
  ausgeblendete Bereiche/Klassen
---------------------------------------------*/
#menu {
	display: none;
}
.noprint {
	display: none;
}
.logo {
	display: none;
}	
.none {
	display: none;
}
body#inhalt h1,
body#inhalt h2,
body#inhalt h3,
body#inhalt h4 {
	display: none;
}

