/*
#container_box
-----------------------------------------
|#book_toprow #book_title                    |
-----------------------------------------
|#book_leftmenu | #navigationPane       |
|               |---------------------- |
|               |                       |
|               | #content_box_main     |
|               |                       |
|               |                       |
|               |                       |
|               |                       |
-----------------------------------------

*/

html {
    width: 210mm; /* A4 width */
    height: 100%;
    overflow: visible; /* erase window level scrollbars */
}


html body * {
/*    display : None; /* hide everything by default */
}

script {
    display : None !important; 
}

#content_box_main,
#content_box_main * {
 /*  display : block;  /* these are the things we print */
}

.dijitContentPane,
.dijitTabPaneWrapper,
#content_box,
#content_box_main,
#container_box,
#pagebrowser_splitcontainer,
#content_box_main_tablist,
.dummy
{
    padding-top: 0px;
    margin-top: 0px;
    height: auto !important;
    overflow: visible !important;
    position: relative !important;
    width : 100% !important;
}


#content_box {
    left: 0px !important;
}

#content_box .dijitTabContainerTopChildWrapper {
    padding: 4px; 
}
#pagebrowser_splitcontainer {
    top: 10px !important; 
}

#book_toprow,
#book_toprow * {
   display: block; 
}
#content_box_main_tablist {
    display: none !important;
}


#book_title
 {
    font-size: 25px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: .5em;
    margin-right: 70px;
    color: black;
}

#book_logo {
    position: absolute;
    right: 2px;
    top: -10px; 
}

#book_logo img {
    height: 60px;
}

/* general settings */
img {
    border: 0;
}


#homePane img {
    margin-top: 10px;
    padding: 5px;
}

.navigation-button,
.dijitSplitContainerSizerH,
.dijitTabListWrapper,
#zoom-in-out,
#navigationPane *,
#book_leftmenu {
    display: none;
}



.dijitTabContainerBottom-container,
.dijitTabContainerTop-container,
.dijitTabContainerLeft-container,
.dijitTabContainerRight-container {
    border: 0px; 
}

´#pagebrowser_splitcontainer {
    top : None; 
}

.tundra .dijitContentPane {
    padding: 0px; 
}
.pagina_content {
    border : 1px solid #CCC;
    border : 0px;
    vertical-align : top;
    padding : 4em;
    font-size: 12px;
    text-align: justify;
    line-height: 1.5em;
} 

.pagina_header { 
    font-weight : bold;
    margin-bottom : 1em;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    color : grey;
}
.pagina_footer {
    font-weight : italic;
    margin-bottom : 1em;
    margin-top : 1em;
    border : 0px;
} 
 
/* for the imagePane and htmlPane we only show the visible page */
#imagePane .page ,
#htmlPane .page_container {
    display: None; 
} 

#imagePane .visible ,
#htmlPane .visible {
    display: block; 
} 