

#elist p.dateselect {
    text-align:center;
    font-size:1.2em;
}
#clubeventlist p.title {text-align:center;}

#elist select,#elist input {
width: 10em;
padding:0;
margin:0.8em;
border-top-width: 1px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #cccccc;
border-right-color: #666666;
border-bottom-color: #666666;
border-left-color: #cccccc;
background-color: #eaeaea;
}

#elist form {
    text-align:center;
}

.list {
width: 100%;
}

.entry {
    width: 100%;
}

.list tr th {
    text-align:center;
    background:#5c7684;
    color:#fff;
}


.entry td {
    padding:0.5em;
/*    text-align:center;*/
}



tr.entry:hover td,  tr.entry:hover span, tr.entry:hover a {
    background:#c2d7de;
}

.date {
    background:#94a6ac;
    width: 15%;
    text-align:center;
}

.clubname {
    background:#a4b6bc;
    width: 15%;
    text-align:center;
}
.eventname {
    background:#94a6ac;
    text-align:left;
    width: 40%;
}
.ort {
    background:#a4b6bc;
    width: 10%;
    text-align:center;
}

.Infos {
    background:#94a6ac;
    width: 20%;
    text-align:center;
}

#elist tr, #clubeventlist tr {
    border-bottom:1px solid #5c7684;
}

