/*Tabelle*/
.aufsteiger {
	background: #00FF00;
}

.quali_aufsteiger {
	background: #80FF80;
}

.quali_absteiger {
	background: #FF8E8E;
}

.absteiger {
	background: #FF2F34;
}
/*******************************
 * Bilder
 ******************************/
img{
	padding:0px;
   	margin:0px;
	border:0px;
}

img.inaktiv {
    opacity: 0.35;
}

/*******************************
 * Ausrichtung
 *******************************/
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bottom, table.box td.bottom {
	vertical-align: bottom;
}


.top {
	vertical-align: top;
}

.nowrap {
	white-space: nowrap;
}

.trikot {
	background-image: url(http://static.v-manager.de/img/trikot.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.odd {
	background-color: #FFFFFF;
}

.even {
	background-color: #EEEEEE;
}

.bold {
	font-weight:bold;
}


.error{
	border:2px solid;
	margin:10px 0;
	padding:5px 5px 5px 25px;
	margin: auto;
	width: 500px;
	border:2px #FF0000 solid;
	margin-bottom: 5px;
}

.klein{
	font-size:0.9em;
}

table.leer td{
	padding: 0px;	
}

.bilddetails{
	font-size: 0.5em;
}
