html, body {
   height:100%;
}

body {
   margin:     0px;
   padding:    0px;
   background: #ffffff url('/resources/images/_theme_0/bg.png') repeat-x;
}

a {
   color:           #df7500;
   text-decoration: none;
}

a:hover {
   text-decoration: underline
}

h1,h2,h3,h4 {
   color:     #4c4c8f;
   font-size: 120%;
   padding:   0;
   margin:    0;
}

a.template-logo {
   position:   absolute;
   top:        0px;
   left:       0px;
   width:      260px;
   height:     89px;
   background: url(http://www.musee.lu/resources/images/_theme_0/logo_260_89.png) no-repeat;
   z-index:    1;
   border:     none;
   margin:     0;
   padding:    0;

}

ul.template-menu {
   margin:     57px 0 0;
   padding:    0 0 0 270px;
   height:     32px;
   background: url(/resources/images/_theme_0/menu_bg.png) repeat-x;
}

ul.template-menu li {
   float:      left;
   height:     32px;
   margin:     0;
   padding:    0;
   background: url(/resources/images/_theme_0/menu_bg_hl.png) repeat-x;
   color:      #FFFFFF;
   list-style: none;
}

* html ul.template-menu li { width: 1px; }

ul.template-menu a {
   display:        block;
   height:         32px;
   margin:         0;
   line-height:    32px;
   vertical-align: middle;
   padding:        0 1em;
   background:     url(/resources/images/_theme_0/menu_bg.png) repeat-x;
   color:          #000000;
}

body.section-0 a#template_menu_0, body.section-1 a#template_menu_1,
body.section-2 a#template_menu_2, body.section-3 a#template_menu_3,
body.section-4 a#template_menu_4, body.section-5 a#template_menu_5,
body.section-6 a#template_menu_6, body.section-7 a#template_menu_7,
body.section-8 a#template_menu_8, body.section-9 a#template_menu_9,
ul.template-menu a:hover {
   background:      url(/resources/images/_theme_0/menu_bg_hl.png) repeat-x;
   color:           #FFFFFF;
   text-decoration: none;
}

div.template-path {
   margin:    15px 5% 25px;
   font-size: smaller
}

div.template-content {
   margin:     25px 5%;
   padding:    0;
}

div.template-pagebottom {
   text-align: center;
   margin:     25px 5%;
}

