select.vereinsname,
select.ansprechpartner {
    width: 60px; float: left; margin-right: 10px;
}

input.vereinsname {
    width: 230px !important; margin-right: 3px;
}

input.ansprechpartner {
    width: 109px !important;
}

input#firstname {
    margin-right: 3px;
}

ul.errors a {
    color:#B94A48;
}

input#street {
    float: left; width: 200px;
}

input#streetNumber {
    float: right; width: 80px; margin-right: 15px
}

input#zip {
    float: left; width: 80px;
}

input#city {
    float: right; width: 200px; margin-right: 15px
}

tr.title th, tr.title td, tr.subtitle th, tr.subtitle td {
    color:#ffffff;
    font-weight:bold;
    background-color:#7EAA3B;
}

tr.odd th, tr.odd td {
    background-color:#E5EFF7;
}

tr.even th, tr.even td {
    background-color:#ffffff;
}

.vkform form textarea {
    width:300px;
    height:150px;
}

.download {
    text-align:center;
    white-space:nowrap;
    padding:10px;
    font-size:10px;
    color:#cccccc;
}

.download a {
    display:block;
    color:#555555;
    text-decoration:none;
}

.download a:hover {
    text-decoration:underline;
}

table.compactStats {
    border-radius: 5px 5px 5px 5px;
}

table.compactStats td {
    padding:5px;
    background-color:#7EAA3B;
    color:#ffffff;
}

div.switchvg {
    border:5px solid #b1b1b1;
    margin-bottom:30px;
    padding:10px;
    background-color:#ffffff;
    border-radius:15px 15px 15px 15px;
}

div.switchvg h2 {
    text-align:right;
}