table {
    border-collapse: collapse;
	}

th {
    background-color: #90AACF;
    color: white;
	font-family: Arial;
	font-weight: normal;
}

tr {
	height:40px;
	border-bottom: 1px solid darkblue;
}


td {
	font-size:0.9em;
}

tr:nth-child(odd) {
	background-color:  #e6f2ff;
}

.bogliste  td:nth-child(1){
		padding-left:3px;
		padding-right:3px;
	}

.bogliste  td:nth-child(2){
		padding-left:3px;
		padding-right:3px;
	}

.bogliste  td:nth-child(3){
		width:60px;
		text-align:center;
		}

.bogliste  td:nth-child(4){
			text-align:center;
		}		
.bogliste  td:nth-child(5){
		width:60px;
		text-align:center;
		}
		
.bogliste  td:nth-child(6){
		width:60px;
		text-align:right;
		padding-right:3px;
		padding-left:3px:
		}
.bogliste  td:nth-child(7){
		
		text-align: center;
		padding-right:3px;
		padding-left:3px;
		}
		
tr:hover{
	color: darkblue;
	font-weight:bold;
}