/* <style type="text/css"> */


/* DATEI: mik.css */



body { margin-top:40px; margin-bottom:10px; background-color:#692346 }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



/* Bibelvers */
h1 { 	font-family: Century Gothic, Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-size:120%; 
	color:#034FA3; }

/* Fehlermeldungen Formular */
h2 { 	font-family: Century Gothic, Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-size:300%; 
	color:red; }

/* Seiten-Titel */
h3 { 	font-family: Century Gothic, Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-weight: bold;
	font-style: normal; 
	font-size:130%; 
	color:#444444; }

/* Text fett */
h4 { 	font-family: Century Gothic, Verdana, Tahoma, Arial, Helvetica, san-serif;  
	color:#000000; }

/* Untertitel */
h5 { 	font-family: Century Gothic, Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-size:100%; 
	color:#444444; }

/* footer */
h6 { 
	font-family: Century Gothic, Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-style: normal; 
	font-weight: normal;
	font-size:10pt; 
	color:FFCCFF; }

/* p,ul,ol,li,div,td,th,address,nobr,b,i {  */

/* normaler Text */
p,b,td { 
	font-family: Century Gothic, Verdana, Tahoma, Arial, Helvetica, san-serif; 
	font-size:10pt; 
	color:#444444; }

/*	font-style: normal; 
	font-weight: normal; */


A {text-decoration: none;}
A:hover {text-decoration: underline;}


/* TD {font: Century Gothic, Arial,Arial MT,Arial Narrow,Trebuchet MS,Helv,Helvetica,Monaco,MS Sans Serif;} */

a:link { 	font-weight: bold;
		color:#692346; }

/* 
a:link { color:#AA5522; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
*/

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* 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 */

a.an { text-decoration:none; }

/* </style> */

