body {
    background-color: #333333;
    background-image: url(img/bgpattern.png);
    margin: 0px;
    font-family: serif;
}

#content {
    margin: 0px auto;
    background-color: #f1f1f1;
    width: 780px;
    /*background-image: url(img/bg_flower.jpg);*/
    background-image: url(img/bg_lemelerberg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#blogContainer {
    position: relative;
    width: 460px;
    margin: 0px auto;
    padding-top: 90px;
}

#weblog {
    width: 460px;
    background-image: url(img/blogbg.png);
    z-index: -1;
    padding-bottom: 5px;
}

#banner {
    position: fixed;
    z-index: 1;
}

#footer {
    position: fixed;
    bottom: 0px;
    width: 770px;
    font-family: serif;
    font-size: 10pt;
    color: black;
    text-align: right;
    padding: 5px;
}

#footer.a, #footer a:link, #footer a:hover, #footer a:visited {
    color: black;
    text-decoration: underline;
}

a, a:link, a:hover, a:visited {
    color: white;
    text-decoration: underline;
}

#left {
    width: 140px;
    height: 120px;
    margin: 10px;
    position: fixed;
    top: 80px;
}

#right {
    width: 140px;
    height: 120px;
    margin: 10px 10px 10px 630px;
    position: fixed;
    top: 80px;
}

#aboutme {
    background-image: url(img/bggreen.png);
    margin-bottom: 10px;
    color: white;
    padding: 5px;
    font-size: 9pt;
}

#links {
    background-image: url(img/bgblue.png);
    margin-bottom: 10px;
    color: white;
    padding: 5px;
    font-size: 10pt;
}

.boxtitle {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    font-size: 10pt;
}

#lastfm {
    background-image: url(img/bgred.png);
    margin-bottom: 10px;
    color: white;
    padding: 5px;
    font-size: 10pt;
}

.blog {
    color: #333333;
    width: 438px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #888888;
}

.blog a, .blog a:hover, .blog a:link, .blog a:active, .blog a:visited {
    color: black;
    text-decoration: underline;
}


.blogdate {
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.bloghead {
    font-style: italic;
    border-bottom: 1px dashed #888888;
    text-align: center;
}

.blogmeta {
    border-top: 1px dashed #888888;
    text-align: right;
    font-style: italic;
    color: #666666;
}

ol {
    margin: 0px;
}
