body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.lead
{
	font-weight:bold;
}
a
{
	color: Navy;
}
a:active, a:hover
{
	color: Red;
}
.menu a
{
	display: block;
	width:150px;
	height:13px;
}

a.chapter
{
	
	text-indent : 1px;
	font-weight: bold;
	font-size: 12px;
}
a.sub_chapter
{
	
	text-indent : 6px;
	font-weight: bold;
	font-size: 11px;
}
a.document
{
	
	text-indent : 8px;
}

p
{
margin:0px;
}
/* edit */
	a.menu, a.chapter{
	border:1px solid #A8C48B;
	height:20px;
	font-weight:bold;
	color:green;
	background-color:#E1E6DA;
	font-size:11px;
	width:135px;
	text-decoration:none;
	text-align:center;
	margin-left:5px;
	cursor:pointer;
	margin-bottom:0px;
	
	/*padding-left:10px;
     padding-top:3px;	
	padding-bottom:3px;
	margin-top:8px;*/
	
	}
	a.sub_chapter{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#09163C;
	border : solid 1px #495265;
	width:160px;
	display:block;
	text-decoration:none;
	padding-left:15px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:.89em;
	}
	a.document{
	color:#FFFFFF;
	text-decoration:none;
	font-size:.89em;
	margin-left:15px;
	display:block;
	}

body
{
background-color:#A8C48B;
}
div.menu
{
	border:1px solid #A8C48B;
	width:135px;
	height:20px;
	text-align:center;
	margin-left:5px;
	cursor:pointer;
	background-color:#E1E6DA;
	font-size:11px;
	color:green;
	margin-bottom:10px;
}
div.menuhover
{
	border:1px solid #528917;
	width:135px;
	height:20px;
	text-align:center;
	margin-left:5px;
	cursor:pointer;
	background-color:white;
	font-size:11px;
	color:green;
	margin-bottom:10px;

}
div.submenu
{
	border:1px solid #A8C48B;
	width:125px;
	height:20px;
	text-align:center;
	margin-left:15px;
	cursor:pointer;
	background-color:white;
	font-size:10px;
	color:green;
	margin-bottom:2px;
	/*display:block;*/			
}
div.submenuhover
{
	border:1px solid #528917;
	width:125px;
	height:20px;
	text-align:center;
	margin-left:15px;
	cursor:pointer;
	background-color:#E1E6DA;
	font-size:10px;
	color:green;
	margin-bottom:2px;
}
.menu .links
{
	display : none;
}
#chapter0
{
	display : none;
}
#sub_chapter0
{
	display : none;
}
.menu .rechts{
    /*display : block;*/
	margin-left :10px;
}

div.successmessage {
  padding: 4px;
  margin-bottom: 10px;
	border : 1px solid #58b75a;

	background-color : #d6ffd7;
  color: #259427;
}

div.successmessage a, div.successmessage b {
  color: #259427;
}
