
#history {
	padding: 12px 0 0 5px;
}

#history-table {
	display: block;
}


.history-headline-left,
.history-headline-right {
	font-weight: bold;
	font-size: 11px;
	background-color: #C6C8CB;
	width:200px;
	text-align: center;
	border-bottom: 1px solid #424a52;
}

.history-headline-middle{
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ECEDED;
	width: 70px;
	text-align: center;
	border-bottom: 1px solid #424a52;
}


.history-zeile {

}
.history-zeile-green {
	background-color: #e8f4e0;
}


.spalte1 {
	margin: 12px 0 12px 0;
	padding: 0px 0px 0px 5px;
	text-align: right;
	width: 165px;
}

.spalte1 a {
	font-weight: bold;
}

.spalte1 a img {
	border: 0;
}


.spalte2 {
	padding: 5px 5px 5px 5px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background-color: #424A52;
	width: 58px;
}


.spalte3 {
	margin: 12px 0 12px 0;
	padding: 0px 0px 0px 9px;
	width: 165px;
}

.spalte3 a {
	font-weight: bold;
}
.spalte3 a img {
	border: 0;
}


.graue-linie {
	margin: 10px 0 0 0;
	background-image: url(../pics/layout/grauer_punkt.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 5px;
}

.graue-linie-history {
	margin: 0px 0 0 0;
	background-image: url(../pics/layout/grauer_punkt.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 86px;
	vertical-align: top;
}

.graue-linie-history-middle {
	background-image: url(../pics/layout/grauer_punkt.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}


.history-footer {
	height: 10px;
	background-color: #424A52;
}

