/* CSS 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 {
	color: #000000;
	font-family : arial, Helvetica, sans-serif;
}

td {
	font-size : 0.8em;
}

/* Allgemeines Linkschema */
a:link {
	color : #0a50a1;
	text-decoration :underline;
}

a:visited {
	color : #333333;
	text-decoration :underline;
}

a:hover {
	color : #01876e;
	text-decoration :none;
}

a:active {
	color : #01876e;
	text-decoration :none;
}

/* ENDE Allgemeines Linkschema */
/* Überschriften */
h1 {
	color: #0a50a1;
	font-size : 1.6em;
	margin: 0px 0px 0px 30px;
}

h2 {
	color: #0a50a1;
	font-size : 1.4em;
}

h3 {
	color: #0a50a1;
	font-size : 1.1em;
	margin-bottom:0px;
}

h3 a:link {
	color : #0a50a1;
	text-decoration :underline;
}

h3 a:visited {
	color : #0a50a1;
	text-decoration :underline;
}

h3 a:hover {
	color : #01876e;
	text-decoration :none;
}

h3 a:active {
	color : #01876e;
	text-decoration :none;
}

/* ENDE Überschriften */
/* Navigations - Formatierungen*/
.navi {
	color : #000000;
	font-size: 0.8em;
	padding-left: 5px;
}

.navi A:link {
	color : #000000;
	text-decoration :none;
}

.navi A:visited {
	color : #333333;
	text-decoration :none;
}

.navi A:hover {
	color : #01876e;
	text-decoration :none;
}

.navi A:active {
	color : #01876e;
	text-decoration :none;
}

/*Highligting für Navigationspunkte*/
.navi A.hl:link {
	color : #0a50a1;
	text-decoration :none;
}

.navi A.hl:visited {
	color : #0a50a1;
	text-decoration :none;
}

.navi A.hl:hover {
	color : #01876e;
	text-decoration :none;
}

.navi A.hl:active {
	color : #01876e;
	text-decoration :none;
}

/*ENDE Highligting für Navigationspunkte*/
/* ENDE Navigations - Formatierungen*/
/* Hauptpunkte - Formatierungen*/
.haupt {
	padding-left: 35px;
}

/* ENDE Hauptpunkte - Formatierungen*/
/* Sonstige Formatierungen */
.top {
	padding-right : 15px;
}

.klein {
	font-size : 0.7em;
}

.footer {
	font-size : 0.75em;
	padding-left: 30px;
}

/* 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 #019377;
	padding: 10px;
}

li {
	padding-bottom: 5px;
}

.fix12px {
	font-size: 12px;
}

.formular {
   	border : 2px solid #019377;
	padding: 10px;
	background: #bcceeb;
	color: #000000;
}

.formular td {
	font-size: 12px;
}

/*Dummy Class für print.css*/
.logo {
	border: 0px;
}
/* ENDE Sonstige Formatierungen */
/*Formatierungen für Newssystem */
.news {
	font-size: 1.0em;
}

.news td {
	font-size: 0.9em;
}

.date {
	color: #0a50a1;
}

/*ENDE Formatierungen für Newssystem */


#table {
border: 1px solid #000;
padding: 0;
margin-top: -700px;
}

#table td {
background: #efefef;
padding: 7px;
font-size: 0.7em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
