.resultDiv {
	margin-left: 40px;
}

.resultTable {
	
}

.resultTableFormat {
	vertical-align: top;
}

/*sollte nicht mehr verwendet werden*/
.resultPodium {
	color: rgb(255, 102, 0);
}
/* standart */
/*immer mit Kommer getrennt*/ /* Meiser, Hans*/
.resultWKName {
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
}

.resultMKHead{
	font-style:italic;
text-align: center;
}


/*Ham, 1000m, Weit und die Ergebnisse*/
.resultWKPart {
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	width: 55px;
}


/*Einfach WK*/ /*sollte von result Podium ableiten*/
	/*nur wenn er auf Streppchen kommt*/ /* 3. Platz*/
.resultPlacePodium {
	color: rgb(255, 102, 0);
	vertical-align: top;
	white-space: nowrap;
	text-align:  right;
	width: 65px;
}

/* 5. Platz*/
.resultPlace {
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
	width: 65px;
}

/* 33,33m; 01:57:08h*/
.resultWkResult {
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
	width: 65px;
}

/* EL oder VL */
.resultRunTyp {
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	width: 40px;
}

/* Hammer. Speer, Diskus, Dreisprung, 100m*/
.resultWkTyp {
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
	width: 80px;
}

/* 1981, 2000*/
.resultGebYear {
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	width: 40px;
}

/*immer mit Kommer getrennt*/ /* Meiser, Hans*/
.resultName {
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
}

/****************************************************************/
	/********************** Mehrkampf *******************************/
	/****************************************************************/
	/*sollte von result Podium ableiten*/
	/*nur wenn er auf Streppchen kommt*/ /* 3. Platz*/
.resultMKPlacePodium {
	color: rgb(255, 102, 0);
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	width: 65px;
}

/* 5. Platz*/
.resultMKPlace {
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	width: 65px;
}

/* 3.333 Punkte*/
.resultMKPoints {
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
	width: 95px;
}

/****************************************************************/
	/********************* Mannschafts ******************************/
	/****************************************************************/
	/*sollte von result Podium ableiten*/
	/*nur wenn er auf Streppchen kommt*/ /* 3. Platz*/
.resultMMPlacePodium {
	color: rgb(255, 102, 0);
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
}

/* 5. Platz*/
.resultMMPlace {
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
}
/* 2001, 1999*/
.resultMMAk{
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
}

/* 3.333 Punkte*/
.resultMMPoints {
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
	width: 95px;
}
/* 50m, Weitsprung*/
.resultMMDis{
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
	width: 95px;
}

/* 3:33,49min; 3,66m*/
.resultMMResult{
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
		width: 80px;
}

.resultMMSpace{
	width: 25px;
}

/********************************************/
#textbereich {
	float: left;
	background-color: #ECECF4;
	color: #000000;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 0px;
	width: 740px;
	height: auto !important;
	min-height: 600px;
	height: 600px;
	border: solid 0px #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: -10px;
	z-index: 1000;
}