/************************************************/
/* Breite 100% */
.width-100p{
	width: 100%;
}

/************************************************/
/* Tabelle. Zeilenfarben */
.tr-color1 {
	background-color: #e1effa;
}

.tr-color2{
	background-color: #eff6fc;
}

