a:link {
    text-decoration: none;
    color: #747474;
}

a:visited {
    text-decoration: none;
    color: #747474;
}

a:hover {
    text-decoration: none;
    background-color: #e2dede;
}

a:active {
    text-decoration: none;
    background-color: #e3e1e1;
}

#inhalt {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    letter-spacing: 3px;
}

#logo {
    text-align: center;
    font-size: 150%;
    color: #4b4b4b;
    padding-bottom: 10px;
    padding-top: 30px;
}

#navigation {
    text-align: center;
    font-size: 80%;
    padding-bottom: 10px;
}

#text {
    font-size: 80%;
    letter-spacing: 1px;
    margin: 5px;
}

#impr {
    text-align: center;
    font-size: 80%;
    letter-spacing: 1px;
    margin: 20px;
}

#footer {
    text-align: center;
    font-size: 80%;
}

.das-bild img {
    margin-bottom: 6px;
    margin-right: 6px;
    border: 2px solid #f2d36e;
    padding: 6px;
    background: #666;
}

#bsp1 {
    border-collapse: separate;
    border-spacing: 10px;
}

#bsp2 {
    border-collapse: separate;
    border-spacing: 50px 10px;
}

#table,
tr,
th,
td {
    border: 2px solid gainsboro;
    background-color: antiquewhite;
}

#th,
td {
    padding: 12px 15px;
    text-align: center;
}

.container {
    margin-left: auto;
    margin-right: auto;
}
