/*  y-node.css

    defines the layout for pages which are linked from
    the menu on the left (y-node-pages)
*/



body {
    /* konqueror-support for this is broken for now
    padding-left: 0;
    padding-right: 60;
    */
}




/* logical elements come here */

.pagetitle {
    /* the title of the y-node, should be same as in menu on the left */
    font-size: 20px;
    font-weight: bold;

}

.pagedesc {
    /* a short description of this document, and what can be found in here */
    margin-top: 10px;
}

.pageend {
    /* small spacer on page-end to visualize there's nothing more to read */
    /*background-color: #EEEA73;*/
    background-color: #ffffff;
    margin-top: 30px;
    margin-right: 40%;
    margin-left: 40%;
}

.sectionheader{
    /* a section-title within a y-node  */
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;

}

.subsectionheader {
    /* a section-title within section-title. This does not have a
      related -body, as it shows up on the same margin-left */
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 3px;


}


.sectionbody {
    /* a section-body within a y-node  */
    margin-top: 10px;
    /*margin-left: 30px;*/
}


.external {
    /* this is only used within this context :

       (<span class="external">external</span>)

    */
    font-style: italic;    
}
