/*
hollywood liederbuch
cascading style sheet definition
*/

body {
    margin: 35px;
    padding: 0px;
    background: url(_static/verlauf_oben.jpg) no-repeat top;
}

.layout_main {
    width: 590px;
    text-align: left;
    /* background-color: #eee; */
}

div, td {
    font-family: sans-serif;
    font-size: 12px;
    color: #999;
}

h1 {
    font-size: 15px;
    font-weight: bold;
}

img.content {
    border: 3px solid #ccc;
    margin-right: 10px;
}

a:link {
    color: #f493b3;
}

a:visited {
    color: #f493b3;
}

a:hover {
    color: #f493b3;
}

a:active {
    color: #f493b3;
}


.body_head {
    margin-bottom: 15px;
    text-align: left;
}

.main {
    float: left;
}

.navi {
    float: none;
}

.navi img {
    border: 1px solid #999;
    margin: 7px;
    padding: 0px;
    display: block;
}

.imprint {
    margin-top: 50px;
}

.foot {
    text-align:right;
    margin-top: 20px;
}
