body {
        font-family: arial;
        font-size: 14px;
        color: black;
        background: url(gfx/bg.jpg) left top repeat-x;
        margin: 0px;
        text-align: left;
}

.seite {
         width: 660px;
         margin: 20px auto;
         border: 0px solid black;
}

.inhalt {
         width: 580px;
         margin: 20px auto;
         border: 0px solid black;
}


.inhalt a, .inhalt a:link, .inhalt a:visited {
        text-decoration: underline;
        color: #638aaa;
}

.inhalt a:hover {
        color: #000;
}


.header h1 {
         color: red;
}

.copyright {
/*        width: 780px;          */
        clear: both;
        color: #638aaa;
        font-size: 10px;
        font-style: bold;
        text-align: right;
        padding: 10px;
/*        background: url(gfx/bgbottom.gif);            */
        border-bottom: 1px solid #dedede;
}

.copyright a, .copyright a:link, .copyright a:visited {
        font-size: 10px;
        text-decoration: underline;
        color: #638aaa;
}

.copyright a:hover {
        color: #000;
}
