/* Brushed Metal Stylesheet */

body {
    margin: .5em;
    color: black;
    background-color: #ebebeb;
    background: url("http://www.mac-flohmarkt.de/elemente/metal.gif");
}

h1, h2, h3, h4 { 
    font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.with-border {
    border: 1px solid black;
    color: black;
    background-color: white;
    padding: 1em;
    margin: 40px;
}

.standout {
    display: block;
    text-align: center;
    padding: 1em;
    font-size: larger;
}

.sub-link {
    font-size: medium;
    color: blue;
    background: white;
    list-style-type: none;
    margin-left: 0;
    padding-left: 1em;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.noborder {
    border: 0;
}

#album {
}

#album td {
    width: 33%;
    text-align: center;
}

#navigation {
    font-size: larger;
}

#navigation a:link {
    color: black;
    background-color: white;
}

#navigation a:visited {
    color: #444;
    background-color: white;
}

#navigation a:hover {
    color: blue;
    background-color: white;
}

#navigation a:active {
    color: rgb(255,148,0);
    background-color: white;
}

#navigation td {
    width: 10%;
}

#home-link {
    font-size: medium;
}

