/* 
.seventTable
{
	width:100%;
	margin-top:30px;
	font-family:Arial,Helvetica,sans-serif;
}

.seventTable td, th
{
	border-bottom:dashed black 1px;
	text-align:left;
}

.seventTable th
{
	font-size:16px;
	color:#002053;
}

.seventTable h3
{
	font-weight:bold;
	font-size:14px;

}
 */
 
.colMesse {
width:5%;
}
 
.colOrt {
width:3%;
}
 
.colDatum {
width:5%;
}

.colJahr {
width:3%;
}

.colStandNr {
width:3%;
}

.colLink {
width:30%;
}


div.secHead
{
	height:30px;
	padding-top:33px;
}





.seventTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.seventTable td, .seventTable th {
  border: 1px solid #ddd;
  padding: 8px;
}

.seventTable tr:nth-child(even){background-color: #f2f2f2;}

.seventTable tr:hover {background-color: #ddd;}

.seventTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #449ccc;
  color: white;
}