﻿/*
Für Noetic Field Site
Inhaltsseiten
20. Mai 2006
© Interna Informatik, CH-5432 NEUENHOF, mk
*/
/*======================================================*/
/* body { margin-top:10px; margin-bottom:10px; } */
body { background-color: #F7EFE8;}
.BodySpecial { background-color: #EDDCCB;}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



i
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



b
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



nobr
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



blockquote
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



address
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



th
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



td
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



div
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



li
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



ol
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



ul
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



h4
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



h3
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



h2
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



h1
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}



p
     { font-family:verdana,Arial,sans-serif; text-decoration: none; color: navy;}

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */



i { font-size:10pt; }



b { font-size:10pt; }



nobr { font-size:10pt; }



address { font-size:10pt; }



th { font-size:10pt; }



td { font-size:10pt; }



div { font-size:10pt; }



li { font-size:10pt; }



ol { font-size:10pt; }



ul { font-size:10pt; }



p { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */



a:link       { font-family: Verdana; text-decoration: underline; color: #000080 }
a:visited    { font-family: Verdana; text-decoration: underline; color: #000080 ;}
a:active     { font-family: Verdana; text-decoration: underline; color: #000080 ;}
a:hover      { font-family: Verdana; text-decoration: underline; color: #000080 ;}
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Aenderung des Aussehens bei MouseOver */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
.normalText {
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}
.Title1 {
	font-family: Verdana;
	font-size: 13pt;
	text-align: center;
}
.Title2 {
	font-family: Verdana;
	font-size: 11pt;
	text-align: center;
}

