/* welcome page */


html, body {
   background: #F8F2E8;
   color: black;
   margin: 0px;
   padding: 0px;
   font-family: Verdana;
   font-size:10px;   
}

a:link {
   color: #037;
}

a:visited {
   color: #636;
}

img {
   border: 0;
}

p {
   color: black;
   margin-bottom: 6px;
}

/* layout container */

#page_wrapper {
   border: solid 0px #dc0000;
   border-left: solid 1px #FFC066;
   border-right: solid 1px #FFC066;
   width: 932px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-top: -298px;
   margin-left: -466px;  /*  (width/2)*(-1) */
   background-color: white;
}

#head {
   background-color: #FCB652;
   background-image: url(../gfx/fond_mainmenu_nobaby.jpg);
   width: 932px;
   height: 110px;
}


#head #nuklogo img {
   position: absolute;
   width: 220px;
   height: 110px;
   border: 0px solid #dc0000;
   top: 0px;
   left: 0px;
}
   
#head #vignettes {
   position: absolute;
   top: 29px;
   left: 466px;
   width: 400px;
   margin-left: -200px;
   height: 40px;
   text-align: center;
}

#head #vignettes img.vignette {
   margin-left: 5px;
   margin-right: 5px;
}



/* Main Menu */
#mainmenu {
   width: 932px;
   height: 32px;
   margin: 0px;
   padding: 0px;
   color: #dc0000;
   font-weight: bold;
   border-top: solid 1px #dc0000;
   border-bottom: solid 1px #dc0000;
   text-align: center;
   
   padding-top: 9px;
   height: 23px;
}


#mainmenu a.menuitem {
   margin: 0px;
   padding: 0px;
   margin-left: 10px;
   margin-right: 10px;
   padding-left: 12px;
   height: 15px;
   font-size: 15px;
}

#mainmenu a.mainmenu_active {
   background-image: url(../gfx/mainmenu_arrow.gif);
   background-position: 0 0;
   background-repeat: no-repeat;
}

#mainmenu a.menuitem img {
  margin: 0px;
  padding: 0px;
}



/* content, (divided in 3 divs below the main menu) */
#content {
   background-image: url(../gfx/fond_homepage01.jpg);
   width: 932px;
   height: 450px;
   /*
   margin-top: 16px;
   margin-left: 16px;
   margin-right: 16px;
   */
   clear:both;
   border-bottom: solid 1px #FFC066;
}


#claim {
   position: absolute;
   top: 168px;
   left: 428px;
}


/* right side */
#right {
   float: right;
   margin-top: 42px;
   margin-right: 26px;
}


#right .outer_box_wrapper {
   margin-bottom: 13px;
}

#right .outer_box_wrapper .fondholder2 {
   width: 189px; 
   overflow: auto; 
   background-image:url(../gfx/box_homepage_fond2.png);
}

#right .outer_box_wrapper .fondholder1 {
   width: 189px; 
   overflow: auto; 
   background-repeat: no-repeat; 
   background-position: top; 
   background-image:url(../gfx/box_homepage_fond1.png);
}

#right .outer_box_wrapper .fondholder3 {
   width: 189px; 
   overflow: auto; 
   background-repeat: no-repeat; 
   background-position: bottom; 
   background-image:url(../gfx/box_homepage_fond3.png);
}

#right .outer_box_wrapper .box_content_wrapper {
   margin-left: 6px; 
   margin-right: 7px;
   width: 176px;
}

/* infobox content in separate file */


/*
#right .box_wrapper {
   width: 180px;
   background-image: url(../gfx/right_infobox_bg.gif);
   margin-bottom: 13px;
}

#right .box_wrapper .infobox {
   background-image: url(../gfx/right_infobox_bottom.gif);
   background-position: bottom;
   background-repeat: no-repeat;
   height: 122px;
   padding-top: 6px;
   padding-bottom: 12px;
   padding-left: 12px;
   padding-right: 7px;
}

#right .infobox {
   color: #994E00;
   width: 160px;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 5px;
   padding-bottom: 5px;
   font-size: 10px;
   line-height: 11px;
   letter-spacing: 0px;
   text-transform: none;
}

#right .box_wrapper .infobox h1 {
   font-weight: bold;
   font-size: 12px;
   line-height: 14px;
   height: 14px;
   letter-spacing:0px;
   text-transform: none;
   margin: 0px;
   padding: 0px;   
   padding-bottom:7px;
}

#right .infobox h2 {
   margin:0px;
   font-weight: bold;
   font-size: 10px;
   line-height: 12px;
   letter-spacing:0px;
   text-transform: none;
   padding-bottom:5px;
}

#right .infobox p {
   margin:0px;
   padding:0px;
   padding-bottom: 5px;
   color: #994E00;
   line-height: 14px;
}

.infobox a {
  color: #dc0000;
  text-decoration:underline;
}
*/




/* (body in separate file) */


/* Footer */

#foot {
   /*
   width:932px;
   height: 118px;
   background-image: url(../gfx/page_bottom.jpg);
   border-bottom: 1px solid #FFC066;
   */
}
