/* CELL BACKGROUND A */
.a1 { background:  url('../gfx/banner/a1.JPG'); }
.a2 { background:  url('../gfx/banner/a2.JPG'); }
.a3 { background:  url('../gfx/banner/a3.JPG'); }
.a4 { background:  url('../gfx/banner/a4.JPG'); }
.a5 { background:  url('../gfx/banner/a5.JPG'); }
.a6 { background:  url('../gfx/banner/a6.JPG'); }

/* CELL BACKGROUND B */
.b1 { background:  url('../gfx/banner/b1.JPG'); }
.b2 { background:  url('../gfx/banner/b2.JPG'); }
.b3 { background:  url('../gfx/banner/b3.JPG'); }
.b4 { background:  url('../gfx/banner/b4.JPG'); }
.b5 { background:  url('../gfx/banner/b5.JPG'); }
.b6 { background:  url('../gfx/banner/b6.JPG'); }

/* CELL BACKGROUND C */
.c1 { background:  url('../gfx/banner/c1.JPG'); }
.c2 { background:  url('../gfx/banner/c2.JPG'); }
.c3 { background:  url('../gfx/banner/c3.JPG'); }
.c4 { background:  url('../gfx/banner/c4.JPG'); }
.c5 { background:  url('../gfx/banner/c5.JPG'); }
.c6 { background:  url('../gfx/banner/c6.JPG'); }

/* CELL BACKGROUND D */
.d1 { background:  url('../gfx/banner/d1.JPG'); }
.d2 { background:  url('../gfx/banner/d2.JPG'); }
.d3 { background:  url('../gfx/banner/d3.JPG'); }
.d4 { background:  url('../gfx/banner/d4.JPG'); }
.d5 { background:  url('../gfx/banner/d5.JPG'); }
.d6 { background:  url('../gfx/banner/d6.JPG'); }

/* TABELLEN */
.banner { border: 10px; border-color:#3d53a4; border-style:solid; }
.menu { border: 5px solid #ffffff; background-color: #3d53a4; }
.main { border: 5px solid #3d53a4; background-color: #ffffff; }
.mainsplit { background-color: #3d53a4; }

/* MAIN LINKS */
a.content:link { 
color : #3d53a4; 
text-decoration : none; 
} 
a.content:visited { 
color : #3d53a4; 
text-decoration : none; 
} 
a.content:active { 
color : #3d53a4; 
text-decoration : none; 
} 
a.content:hover {
color : #3d53a4;
text-decoration: underline;
} 

/* CREDITS LINKS */
a.credit:link { 
color : #ffffff; 
text-decoration : none; 
} 
a.credit:visited { 
color : #ffffff; 
text-decoration : none; 
} 
a.credit:active { 
color : #ffffff; 
text-decoration : none; 
} 
a.credit:hover {
color : #ffffff;
text-decoration: underline;
} 