﻿/* CSS Stylesheet für Hotel */
body {
    background: #ffcf2;
    color: #5e3f99;
}

#marvin {
    border-color: #FFB216;
}

hr {
   border-bottom: 1px solid #5e3f99;
}

#header {
    background-image: url('../images/headers/bild_2.jpg');
}

#footer {
    background-image: url('../images/hg_footer_2.jpg');
}

