/*
 * $Id: tutorial.css,v 1.25 2002/10/25 14:58:44 winterse Exp $ 
 */

@import url(default.css);



/* navigation items */

/* the div containg the whole navbar */
div.navbar{
  text-align:center;
  width:100%;
  padding-top:13px;
  padding-bottom:0px;
}

/* the cells containing the back/next-labels  */
td.left-navcell{
  font-size:13px;
  padding-left:4px;
  padding-right:12px;
   
}

td.right-navcell{
  font-size:      13px;
  padding-left:   12px;
  padding-right:   4px;
  text-align:     right;
  font-weight:    bold;
}

/* cells containing the arrows */
td.left-arrowcell{
  padding:0px;
 
}

td.right-arrowcell{
  padding:0px;
  
}

/* the cells for 'overview' and the numbers */
td.in-navcell {
  padding-top:       0px;
  padding-bottom:    0px;
  font-size:        13px;
  padding-left:      3px;
  padding-right:     3px;
 
}

/* hilited cells */
td.in-navcell-hilite {
  font-size:        13px;
  padding-left:      3px;
  padding-right:     3px;
  font-weight:       bold;  
  color:             #000000;  
  padding-top:       0px;
  padding-bottom:    0px;
}

/* cells containing short description of the next step */
td.tipcell{
  padding-top:0px;
  padding-left:3px;
  padding-right:3px;
  font-size:10px;
}

td.arrowcell{
  padding-right:10px;
  padding-left:10px;
}


div.abstract {
    font-size:     13px;
    font-weight:   normal;
    margin:         0px;
    padding:        0px; 
}

ol.steps {    
    margin-top:     18px;
    margin-bottom:  18px;
}

ol.steps li {
    font-size:     16px;
    font-weight:   bold;
}

ol.steps div.abstract {
  font-size:     13px;
  font-weight:   normal;  
  
  padding-left:    6px;
  padding-right:  26px;
    
  padding-top:     3px;
  padding-bottom:  9px;
}


table.toc {
    margin:   0px;
}

table.toc td {
    padding:  0px;
    margin:   0px;
}


table.toc td.entry {
    padding-left:   13px;
    padding-right:  13px;
    
    padding-top:    18px;
    padding-bottom: 18px;
    text-align:     left;
}

table.toc div {
    padding:  0px;
    margin:   0px;
}

table.toc div.caption {        
    background-color:  #CDDEEF;
    background-image:  url(../gfx/table_fade.gif);
    background-repeat: repeat-y;
    padding-left:   13px;
    margin-bottom:   9px;
   
}

table.toc div.caption a {
    font-weight:      bold;
    text-decoration:  none;
    color:            #FFFFFF;
}

table.toc div.caption a:hover {	    
    color: #ff5200;
    text-decoration: underline;
}



table.toc div.body {
    padding-left:   13px;
    text-align:     left;
}

table.toc div.start {
    font-weight:    bold;
    text-align:     right;    
    padding-top:     9px;    
}


div.overview-start {
    font-weight:     bold;
    padding-bottom:  18px;
    padding-right:    0px;
}


/* ------------------------------------------------------------------------- */

/* old: 4E85B7, 5D96C8, 518ABE */

div.tabs td.selected-tab {        
    background-color:    #518ABE;    
}

div.tab-div {
    background-color:    #518ABE; 
}

div.tabs td.selected-tab-decoration {
    background-color:    #518ABE;
}

div.footer {                      
    background-color:    #518ABE;
}

/*
h1, h2 {
    color:               #4E85B7;
    border-bottom-color: #A0A0A0;
}
*/


/* ------------------------------------------------------------------------- */

td.wrong{
  /* background-color:#FD6600; */
  /* border-bottom:#FD6600 1px solid; */
  background-image:  url(https://www.nm.ifi.lmu.de/teaching/Praktika/2004ss/rnp/anleitung/gfx/tutorial/skala_error_td.gif);
   background-repeat: no-repeat;
}

td.bold{
  font-weight:bold;
}

@media print {
  h1{
    page-break-before:always;
  }
}
