2011-12-25 19:04:58 +01:00
|
|
|
#logo {
|
|
|
|
background: url('../pic/engelsystem_logo_28c3.png') top left no-repeat;
|
|
|
|
display: block;
|
|
|
|
height: 69px;
|
|
|
|
margin: 10px auto;
|
|
|
|
width: 378px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:hover > td {
|
|
|
|
background: #f0f0f0;
|
2011-12-27 22:13:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.selection ul li.heading {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selection ul li:nth-child(even) {
|
|
|
|
background: #f0f0f0;
|
|
|
|
}
|