/*css-Datei für Textseiten des Projektes Kinderladen Sagaland*/

/* Schrift und Hintergrund */
body{
background-color:#333333;
color:black; 
font-family: arial, san-serif;
}

/* Initiale*/ 
p.initia:first-letter{color:#A0522D; font-size:110%; font-variant:small-caps; font-weight:bold;}
span.initia {color:#A0522D; font-size:110%; font-variant:small-caps; font-weight:bold;}

/* Tabelle*/
table{font-size:95%;}

/* Links */

/* externer Verweis Internet */

a.exterwww:link {color:#669999; font-weight:bold; text-decoration:none; }
a.exterwww:visited {color:#669999; font-weight:bold; text-decoration:none; }
a.exterwww:hover {color:#CC6600;; font-weight:bold; text-decoration:none; }

/* interner Verweis */
a.intver:link {color:#CC6600; font-weight:bold; text-decoration:none;}
a.intver:visited {color:#CC6600; font-weight:bold; text-decoration:none; }
a.intver:hover {color:#669999;; font-weight:bold; text-decoration:none;}

/*Gallerie*/
a.galer:link {color:white; font-weight:bold; text-decoration:none; }
a.galer:visited {color:white; font-weight:bold; text-decoration:none; }
a.galer:hover {color:white; text-decoration:none; }

/* Bildwechsel*/
a.wechsel:link {color:#CC6600; font-weight:bold; text-decoration:none; }
a.wechsel:visited {color:#CC6600; font-weight:bold; text-decoration:none; }
a.wechsel:hover {color:#669999; text-decoration:none; }

/* Mail*/
a.email:link {color:white; text-decoration:none; }
a.email:visited {color:white; text-decoration:none; }
a.email:hover {color:white; text-decoration:none; }

/* Liste - eliminiert Anzeige Fehler in Mex und Moz*/

ul{padding:15px;
margin:6px;
text-align:justify;}

ol{padding:20px;
margin:6px;
text-align:justify;}