/* CSS Document */

.tab_gruen, .tab_gelb, .tab_grau, .tab_rot, .tab_blau {
	width:10px;
	height:10px;
	font-size:1px;
	background:none;
}
.tab_gruen:hover,.tab_gruen_active {
	width:10px;
	height:10px;
	font-size:1px;
	background-color:#48AC0C;
}

.tab_rot:hover,.tab_rot_active {
	width:10px;
	height:10px;
	font-size:1px;
	background-color:#AD0E0A;
}

.tab_grau:hover,.tab_grau_active {
	width:10px;
	height:10px;
	font-size:1px;
	background-color:#979797;
}

.tab_gelb:hover,.tab_gelb_active {
	width:10px;
	height:10px;
	font-size:1px;
	background-color:#EFD10E;
}

.tab_blau:hover,.tab_blau_active {
	width:10px;
	height:10px;
	font-size:1px;
	background-color:#0B71AF;
}

.tab_gross {
	width:120px;
	height:120px;
	font-size:1px;
	background:none;
}
.tab_gross:hover,.tab_gross_active {
	width:120px;
	height:120px;
	font-size:1px;
}
