/**
 * Copyright 2003 - 2006 by Gero Kohnert
 *
 *  This program is free software; you can redistribute it and/or modify it 
 *  under the terms of the GNU General Public License as published by the   
 *  Free Software Foundation; version 2 of the License.                     
 *
 * New Layout CSS for TUTOS
 *
 * CVS Info: $Id: new2_layout.css,v 1.12 2010/02/25 10:21:44 gokohnert Exp $
 * $Author: gokohnert $
 *
 */
#tutosversion {
    font-size: 6pt;
	color: #666;
}

.debug {
    font-size: 5pt;
    color: gray;
}

#nl_navigate {
   width: 145px;
   height: 600px;
   border: 0px solid;
   padding: 3px;
   vertical-align: top;
   border: 0px solid red;
}

#maintable {
   width: 100%;
   height: 100%;
   border: 0px solid;
   padding: 0px;
   margin: 0px;
}

#nl_menu {
   border: 0px solid;
   width: 10%;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 0px;
   padding-bottom: 20px;
}

TR.nl_menu_row {
   width: 100%;
   padding: 0px;
   margin: 0px;
}

TD.nl_menu_item {
   width: 100%;
   padding: 0px;
   margin: 0px;
   vertical-align: top;
   text-align: left;
   line-height: 105%;
   white-space: nowrap;
}

.nl_head_item {
   margin-left: 1px;
   margin-right: 5px;
   line-height: 105%;
}

TD.headline {
   margin-left: 0px;
   margin-right: 0px;
   line-height: 105%;
   white-space: nowrap;
   vertical-align: top;
   text-align: left;
}

SPAN.required {
   color: red;
}

.spacer1 {
}
ul li li .spacer2 {
	position: absolute;
	top: 7px;
	left: 27px;
}