﻿/* a:link, a:visited, a:hover, a:active, a:focus { text-decoration:none; } */
.IL { width:100%; height:100%; border:none; }
.ILS { position:absolute; top:0px; left:0px; width:100%; height:100%; border:none; }
.SILS { position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:0; }
.link_div { position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:1000; }
.link_img { width:100%; height:100%; border:none; }

/* Formatierungen für Links ( a/href ), 2013 */

a:link { color:red; }
a:visited { color:blue; }
a:hover { color:springgreen; text-decoration:none; }
a:active { color:lime; }
