/* Farbastufungen */
.color-1 { background:#EDEEEF;} /* Schwarz 10% */
/* .color-2 { background:#E3E5E6;} /* Schwarz 15% */
.color-3 { background:#D8DADC;} /* Schwarz 20% */
/* .color-4 { background:#CED0D2;} /* Schwarz 25% */
/* .color-5 { background:#C3C5C8;} /* Schwarz 30% */

/* Formatierung Layout DSA */
.main { width:540px; }
.con-l { width:265px; float:left; }
.con-r { width:265px; float:left; padding:0 0 0 5px; }

/* Formatierungen der Boxen */
#clink-box { height:60px; width:263px; margin:0 0 5px 0; border:1px solid #E2E2E2; position:relative; }
#clink-box a { display:block; width:223px; padding:5px 0 0 5px; }
#clink-box img { width:34px; display:block; position:absolute; top:0; right:-1px; }
