/* DATEI: formate.css = zentrale Formatvorlage fuer die Website                 */
/* von fremdsprachen24.de                                                       */
/* erstellt von: Daniel Markgraf                                                */
/* erlernen Sie Stylesheets mit SELFHTML unter http://www.netzwelt.com/selfhtml */

body { 
   margin-top:10px; 
   margin-bottom:10px;
   background-color: white;
   scrollbar-arrow-color: red; 
   scrollbar-3dlight-color: red; 
   scrollbar-highlight-color: white; 
   scrollbar-face-color: white; 
   scrollbar-shadow-color: red; 
   scrollbar-darkshadow-color: white; 
   scrollbar-track-color: #white; 
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  { font-family: Verdana, Univers, Arial, Helvetica, sans-serif }
h1  { font-size: 20pt; font-style: italic; font-weight: bold; text-align: right; color=#c0c0c0: text-align:right }
h2 { font-size:16pt; color=black; text-align:center;}
h3 { font-size:12pt;}
h4 { font-size:10pt;}
ul,ol,li,div,td,th,address,nobr { font-size:9pt;}
p, blockquote  { font-size: 10pt; text-align: justify; alignment: justify }

/*Einstellungen für Menü*/
h2.menue { font-size:9pt; font-style:bold; text-align:left;}
p.menue { font-size:8pt;}


table.white {background-color:whitesmoke; border-width:1px; border-color:#990000; border-style:solid; alignment:center; cellpadding:5}
table.rot {background-color:white; border-width:1px; border-color:#FF0000; border-style:solid; alignment:center; cellpadding:5}

/*Farben für Hyperlinks*/
A:link		{color: #990000; font-weight:bold; text-decoration:none; font-size:10pt;}
A:visited	{color: #990000; font-weight:bold; text-decoration:none; font-size:10pt;}
A:hover		{color: black; font-weight:bold; text-decoration:none; font-size:10pt;}

/*Farben für Hyperlinks*/
A.2:link		{color: #990000; font-weight:bold; text-decoration:none; font-size:8pt;}
A.2:visited		{color: #990000; font-weight:bold; text-decoration:none; font-size:8pt;}
A.2:hover		{color: #990000; font-weight:bold; text-decoration:underline; font-size:8pt;}