body {
    padding: 20px;
    max-width: 770px;
}

body, div, p, td {
    font-family: Arial, Helvetica, sans-serif;
}


img {
    border: none;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 1.4em;
    display: inline;
}


#header {
    margin-bottom: 15px;
}

#breadcrumb {
    display: inline;
}

#content {
    color: #666666;
    font-size: smaller;
}

/* Homepage Information zur Seitenaufnahme */
#hpinfo {
    color: #666666;
    font-size: 0.7em;
}


#footer {
    font-size: 0.7em;
    text-align: center;
    margin-top: 20px;
}


.url {
    color: #11aa33;
    font-size: smaller;
}

.nodedescr {
    color: #666666;
    font-size: smaller;
}

.subnodes {
    table-layout: fixed;
    width: 750px;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subnodes td {
    vertical-align: top;
    padding: 0 10px 20px 0;
}


/* Format der kleinen Unterrubriklinks auf der Startseite */
.smlnk {
    font-size: 0.6em;
    font-weight: normal;
}

