/*
Allgemeine Formate für die Bujinkan Wakagi-Dôjô Augsburg-Seite
*/
a:link {
    font-weight:bold;
    color:white;
    text-decoration:none;
}

a:visited {
    font-weight:bold;
    color:white;
    text-decoration:none;
}

a:focus {
    font-weight:bold;
    color:gray;
    text-decoration:underline;
}

a:hover {
    font-weight:bold;
    color:gray;
    text-decoration:underline;
}

a:active {
    font-weight:bold;
    color:silver;
    text-decoration:underline;
}

ul {
    list-style-type:disc;
    list-style-position:outside;
}

/* Das Navigationsmen�. */

#menu {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

#menu table {
    table-layout:auto;
    width:1020px;
    background-color: #808080;
}

#menu table td {
    width: 12%;
    text-align:center;
    font-weight: bold;
    font-size: 1.2em;
}

#menu a:focus {
    font-weight:bold;
    color:silver;
    text-decoration:underline;
}

#menu a:hover {
    font-weight:bold;
    color:silver;
    text-decoration:underline;
}
.nav {
    border-right: double white 3px;
    border-top-style: none;
    border-bottom-style: none;
}

.nav:last-child {
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
}

.agenda {
    vertical-align:top;
    width:30%;
    padding-bottom:1em;
}

.agenda ul {
    margin-top:0px;
}

.agendadescript {
    vertical-align:top;
    padding-bottom:1em;
}

#friends li{
    margin-bottom:0.5em;
}

body{
    font-family: "Lato", sans, serif;
}
