/** TABELLEN **/

table th {
	background: #315E9D;
	color: #FFF;
	padding: 4px;
}
table td {
	background: #EBEBEB;
	padding: 4px;
}
table.weiss td,
table tr.weiss td,
table td.weiss {
	background: none;
}
table td.textOben {
	vertical-align: top;
}
table td.textMitte {
	vertical-align: middle;
}
table td.textUnten {
	vertical-align: bottom;
}
td.height30 {
	height: 30px;
}
td.height40 {
	height: 40px;
}
td.height50 {
	height: 50px;
}
td.height60 {
	height: 60px;
}
td.height70 {
	height: 70px;
}
td.height80 {
	height: 80px;
}
td.height90 {
	height: 90px;
}
td.height100 {
	height: 100px;
}
td.width10 {
	width: 10%;
}
td.width20 {
	width: 20%;
}
td.width30 {
	width: 30%;
}
td.width40 {
	width: 40%;
}
td.width50 {
	width: 50%;
}
td.width60 {
	width: 60%;
}
td.width70 {
	width: 70%;
}
.sistable tr.myteam {
font-weight:bold;
color: #315E9D
}

/** SCHRIFT FORMATIERUNG **/

.textBlau {
	color: #315E9D;
}
.textHighlight {
	background: #315E9D;
	padding: 3px;
	color: #FFF;
}
.textLinks {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRechts {
	text-align: right;
}