﻿/* CSS Stylesheet für Hotel */
body {
    background: #f1f8ff;
    color: #0066cc;
}

#marvin {
    border-color: #0066cc;
}

hr {
   border-bottom: 1px solid #0066cc;
}

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

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

