/* CSS DRUCK Datei von http://www.riffler.at */
/* © by Rene Grassegger http://www.grassegger.at */
/* Hellgrün: #e0eccc;*/
/* Es wird die Seite und die Texte von Newswriter formatiert*/
body,td {
    background: url(weiss.gif);
	color: #000000;
	font-family : arial, Helvetica, sans-serif;
}

table {
	width: 470px;
}

td {
	font-size : 0.8em;
}

/* Allgemeines Linkschema */
a:link {
	color : #000000;
	text-decoration :underline;
}

a:visited {
	color : #000000;
	text-decoration :underline;
}

a:hover {
	color : #000000;
	text-decoration :none;
}

a:active {
	color : #000000;
	text-decoration :none;
}

/* ENDE Allgemeines Linkschema */
/* Überschriften */
h1 {
	color: #000000;
	font-size : 1.6em;
	margin:10px;
	clear: both;
}

h2 {
	color: #000000;
	font-size : 1.4em;
}

h3 {
	color: #000000;
	font-size : 1.1em;
	margin-bottom:0px;
}

h3 a:link {
	color : #000000;
	text-decoration :underline;
}

h3 a:visited {
	color : #000000;
	text-decoration :underline;
}

h3 a:hover {
	color : #000000;
	text-decoration :none;
}

h3 a:active {
	color : #000000;
	text-decoration :none;
}

/* ENDE Überschriften */
/* Navigations - Formatierungen*/
.navi {
	display:none;
}

/* ENDE Navigations - Formatierungen*/
/* Hauptpunkte - Formatierungen*/
.haupt {
	padding: 0px;
	width: 470px;
}

/* ENDE Hauptpunkte - Formatierungen*/
/* Sonstige Formatierungen */
.top {
	display:none;
}

.klein {
	font-size : 0.7em;
}

/* nur bei margn oben rechts unten links
.textbild {
	float : right;
	margin : 1em 0em 0.5em 1em;
}

*/
.textbild {
	float : right;
	padding : 1em 0em 0.5em 1em;
}

.textbild2 {
	float : right;
	padding : 0em 0em 0.5em 1em;
}

.textbild3 {
	float : left;
	padding : 0em 1em 0em 2em;
}

.ecg {
	border : 2px solid #000000;
	padding: 10px;
}

li {
	padding-bottom: 5px;
}

.fix12px {
	font-size: 12px;
}

.formular {
   	border : 2px solid #000000;
	padding: 10px;
	background: #cccccc;
	color: #000000;
}

.formular td {
	font-size: 12px;
}

/*Dummy Class für print.css*/
.logo {
	display: none;
}
/* ENDE Sonstige Formatierungen */
/*Formatierungen für Newssystem */
.news {
	font-size: 1.0em;
}

.news td {
	font-size: 0.9em;
}

.date {
	color: #000000;
}
/*ENDE Formatierungen für Newssystem */