/* Datei: bluesfoto_com.css */ 


body { background-color:#000000; 
       font-family:Arial,Helvetica,sans-serif; } 


/* Weiße Schrift */ 
.p1 { font-size:12px; color:#ffffff; }   /* Normaler Text */ 
.p2 { font-size:10px; color:#ffffff; }   /* Fußzeile Copyright + Update */ 
.p3 { font-size:18px; color:#ffffff; font-weight:bold; }    /* Uberschrift Untertitel */
.p4 { font-size:35px; color:#ffffff; }   /* Überschrift */ 
.p5 { font-size:11px; color:#ffffff; }   /* Link */ 



/* Graue Schrift */ 
.p6 { font-size:23px; color:#c0c0c0; font-weight:bold; }   /* Schrift auf www.abry.de/index.htm  */ 




/* Text weiß (Menue SW) */ 
a.type_1:link { color:#ffffff; text-decoration:underline; }
a.type_1:visited { font-weight; color:#dddddd; text-decoration:underline; }
a.type_1:hover { font-weight; color:#cc0000; text-decoration:underline; }
a.type_1:active { font-weight; color:#ff0000; text-decoration:underline; }
a.type_1:focus { font-weight; color:#00ff00; text-decoration:underline; }


/* Text rot */ 
a.type_2:link { color:#cc0000; text-decoration:underline; }
a.type_2:visited { font-weight:bold; color:#cc0000; text-decoration:underline; }
a.type_2:hover { font-weight:bold; color:#333333; text-decoration:underline; }
a.type_2:active { font-weight:bold; color:#cc0000; text-decoration:underline; }
a.type_2:focus { font-weight:bold; color:#cc0000; text-decoration:underline; }

/* Text weiß (ohne Unterstrich) */ 
a.type_3:link { color:#ffffff; text-decoration:none; }
a.type_3:visited { font-weight; color:#dddddd; text-decoration:none; }
a.type_3:hover { font-weight; color:#cc0000; text-decoration:none; }
a.type_3:active { font-weight; color:#ff0000; text-decoration:none; }
a.type_3:focus { font-weight; color:#00ff00; text-decoration:none; }


/* Text weiß fett (Session weitere Bilder) */ 
a.type_4:link { font-weight:bold; color:#ffffff; text-decoration:underline; }
a.type_4:visited { font-weight:bold; color:#dddddd; text-decoration:underline; }
a.type_4:hover { font-weight:bold; color:#cc0000; text-decoration:underline; }
a.type_4:active { font-weight:bold; color:#ff0000; text-decoration:underline; }
a.type_4:focus { font-weight:bold; color:#00ff00; text-decoration:underline; }


/* Aufzählungen weiß */
ul,li { color:#ffffff; }

/* Trennlinie weiß */
hr { width:300px; color:#ffffff; height:1px; }
