/***********************************************************************
** file         : $Source: /css/nav.css$
** author       : $Author: Klaus Lauer$
** revision     : $Rev: 2.5$
** created      : 13.07.2000
** last change  : $LastChangedDate: 2004-09-14 15:18:00$
** descr        : style definitions for "lauer-consulting.net"
***********************************************************************/

div#menu0 {
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:10px;
  font-weight:normal;
  position:absolute;
  top:180px;
  left:10px;
  width:150px;
  z-index:100;
}

div#menu0 a {
  font-family:verdana,arial,helvetica,sans-serif;
  display:block;
  text-align:right;
  background-color:#6666cc;
  padding: 4px 2px;
  margin: 0 0 -1px;
  text-decoration: none;
  color: #ffffff;
  border-left:10px solid #000088;
  border-top:1px solid #000088;
  border-right:1px solid #000088;
  border-bottom:1px solid #000088;
}

div#menu0 a em {
  font-style:normal;
  text-decoration:underline;
}

div#menu0 a.active {
  font-family:verdana,arial,helvetica,sans-serif;
  text-align:right;
  background-color:transparent;
  color:#000088;
  border-left:10px solid #6666cc;
}

div#menu0 a.active em {
  font-style:normal;
  text-decoration:underline;
}

div#menu0 a:hover {
  font-family:verdana,arial,helvetica,sans-serif;
  background: transparent 0 0 repeat scroll;
  color:#880000;
  display:block;
  border-left:10px solid #ddd;
}

div#menu0 a.active:hover {
  border-left:10px solid #6666cc;
}

div#menu0 a.none {
  text-align:center;
  background-color:transparent;
  border:0px;
}

div#menu0 a.none:hover {
  background:none;
  border-left:0px;
}

div#content_r {
  position:absolute;
  top:135px;
  left:175px;
  width:820px;
  z-index:1;
  background-color:#d0e0f0;
}

div#content_l {
  position:absolute;
  top:135px;
  left:15px;
  width:960px;
  z-index:1;
}

p#TOP {
  height:0px;
	color:#000;
	border:0px;
	font-size:0px;
	display:none;
}
