/* DATEI: formate.css */
/*  /*
/* <link rel=stylesheet type="text/css" href="formate.css"> */
/* so wird sie in die Datei eingebunden                     */
body { margin-top:10px;margin-bottom:10px;margin-left:13px;margin-right:1cm;background-color:#fcf1ca;}
/* margin- = Abstand zwischen Fensterrand und Inhalt  */
/* background-image:url(Tapete2.gif); background-attachment:fixed;   */
/* background-color:#fcf1ca; ffffcc=gelblich-sicher, #fcf1ca= jolugelb*/
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a {font-family:Verdana,Arial,Helvetica,sans-serif;}

/* Schriftart fuer Textelemente */

p,ul,ol,li,div,td,th,address,nobr,b,i,a {font-size:10pt;} /* normaler Text */

h1 { font-size:18pt;color:#02555b } /* Wilkommen bei Randberliner */

h2 { font-size:16pt;color:#02555b } /* Seitenueberschriften */

h3 { font-size:12pt;} /* Zwischenueberschriften */

h4 { font-size:10pt;margin-bottom:1pt} /* Zwischenueberschriften an manchen Stellen */

.ct {
	text-align : center;
}

.lf {
	text-align : left;
}

.rg {
	text-align : right;
}

.if { color:#02555b ; font-style: italic;margin-bottom:1pt} 
/* interwiev Frage */
.ia {  color: #990000; font-weight: 700;margin-bottom:1pt}  
/* Interwiev Antwort */
.tm {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
}
/* Typ Times */

/* Verweise zu: */
a:link { color:#aa5522;text-decoration:underline; } 	/* noch nicht besuchten Seiten #AA5522 = beige */
a:visited { color:#772200;text-decoration:underline; }  /* bereits besuchten Seiten    #772200 = braun */
a:active { color:#02555b;text-decoration:none; }	/* die gerade angeklickt werden#000000 = schwarz */

/* Initial 2 zeilig*/
SPAN {
	font-size : 200%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : 600;
	line-height : 20pt;
}

