
body 
{
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:12pt;
}

#notes p {
	text-align:justify;
}

#notes li {
	list-style-type: none;
}

#notes img {
	border:solid 1px;
	margin-right:6px;
}

#subnote {
	float: left;
}

#menue
{
  float: left;
  width: 130px;
  height: 300px;
}

#menue a
{
  display: block;                               /*Zeigt den Link als Block (komplett anklickbar).*/
  text-decoration: none;
  color: black;
  font-size: 13pt;
  padding: 4px;
  border-left: 8px solid #FF4548;               /*Rahmen Links der Links.*/   
/*   background-color: #BABBDB; */
}

#menue a:active 
{
  color: black;
  background-color: #BBBBBB;
}

#menue a:hover 
{
/*   background-color: #A7ABFF; */
  background-color: #FFFFFF;
  border-left: 8px solid #BB0000;
}

#menue ul
{
  width: 130px;
  border-top: 1px solid #000000;
  margin:0;
  padding:0;
}


#menue li
{
  list-style-type: none;                        /* Schaltet die Punkte vor der Liste aus.*/
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 0;
}
