.styling {
	background-color: #000000;
	background-image: url(gfx/bg.gif);
}

.klasse span {
	display:			none;
}
.klasse:link, .klasse:visited {
	display:			block;
	width:				20%;
	height:				20%;
	background:			url(Bild1);
}
.klasse:hover, .klasse:active, .klasse:focus {
	background-image:		url(Bild2);
}

.heads {
	font-family:Verdana, serif, Arial;
	color:#DDDDDD;
	font-size:11px;
	}

.content {
	font-family:Verdana, serif, Arial;
	color:#111111;
	font-size:11px
	}
.content2 {
	font-family:Verdana, serif, Arial;
	color:#111111;
	font-size:11px
	}
.contentsmall {
	font-family:Verdana, serif, Arial;
	color:#111111;
	font-size:9px
	}
.contentbig {
	font-family:Verdana, serif, Arial;
	color:#111111;
	font-size:12px
	}
.contbold {
	font-weight:bold;
	}

.nn {
	font-family:Verdana, serif, Arial;
	color:#BBBBBB;
	font-size:11px;
	text-decoration:none;
	}

a { color:#000000;}
a:link {color:#000000; }
a:visited {color:#000000; }
a:focus {color:#000000; }
a:hover {color:#000000; }
a:active {color:#000000; }

