body,td,div,input,textarea { 
  font-family: Verdana, Arial, sans-serif; 
  color: #333333; 
  font-size: 13px; 
  }
  
body{
  margin-top: 5px;
  margin-left: 5px;
  }
  
h1 { 
  color: #000080; 
  font-weight: bold; 
  font-size: 21px; 
  }

h2 { 
  color: #000080; 
  font-weight: bold; 
  font-size: 16px;
  }

h3 { 
  color: #000080; 
  font-weight: bold; 
  font-size: 15px;
  }

ul { 
  line-height: 20px; 
}

a.navi{
  display: block;
  color: #000080;
  font-weight: bold;
  text-decoration: none;
  padding: 3 0 3 3px;
  width: 100%;
  margin-top: 3px;
}

a.navi:hover{
  background-color: #fefefe;
}

a.selected{
  display: block;
  color: #000080;
  font-weight: bold;
  text-decoration: none;
  padding: 3 0 3 3px;
  background-color: #fefefe;
  width:100%;
  margin-top: 3px;
}

a.unter{
  display: block;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 10px;
  width:100%;
  font-size: 12px;
}

a.unter:hover{
  background-color: #fefefe;
}

a.selected_unter{
  display: block;
  color: #000080;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 10px;
  background-color: #fefefe;
  width:100%;
  font-size: 12px;
}

a.unter2{
  display: block;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 20px;
  width:100%;
  font-size: 12px;
}

a.unter2:hover{
  background-color: #fefefe;
}

a.selected_unter2{
  display: block;
  color: #000080;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 20px;
  background-color: #fefefe;
  width:100%;
  font-size: 12px;
}

.textlink { 
	text-decoration: none;
	font-weight: bold;
	color: #000080;
	}

.textlink:hover { 
	color: #ffffff;
	background-color: #000080;
	}
  
  
DIV.shadow { 
  float: left; 
  background-color: #808080; 
  padding: 0; 
  margin: 0; 
  } 
  
DIV.shadow DIV { 
  display: block; 
  border: 1px solid #666; 
  position: relative; 
  top: -5px; 
  left: -5px; 
  } 

#code { 
  background-color: #eee; 
  color: #333; 
  padding: 1em; 
  border-top: 1px dashed #ccc; 
  margin: 0; 
  }