
a:link { 
  color:#0000AA;
  text-decoration:none;
  font-weight:bold;
}
a:visited {
  color:#0000AA;
  text-decoration:none;
  font-weight:bold;
}
a:focus {
  color:#0000AA;
  background-color:#e0e0e0;
  font-weight:bold;
}
a:hover {
  color:#0000AA;
  text-decoration:none;
  background-color:#e0e0e0;
  font-weight:bold;
}
a:active {
  color:#0000AA;
  background-color:#e5e5aa;
  font-weight:bold;
}
div#index {
/*  position:absolute;
  top:5px;
  left:5px;*/
  margin:auto auto;
  width:800px;
  height:600px;
  background:#e0e0e0;
}
div#banner {
  position:relative;
  top:5px;
  left:5px;
  width:790px;
  height:110px;
  background:#505050;
}

tr.produkte {
	background:#ffffff;
	cursor: pointer;
}

div#header:hover {
  position:relative;
  top:5px;
  left:5px;
  width:790px;
  height:110px;
  background:#707070;
}
div#menu {
  position:relative;
  top:10px;
  left:5px;
  width:140px;
  height:475px;
  background:#a0a0a0;
}
div#main {
  position:relative;
  top:-465px;
  left:150px;
  height:475px;
  width:645px;
  background:#bbbbbb;
}
div#copyright {
  position:relative;
  top:5px;
  left:1px;
  border:1px dotted #0000ff;
  margin:auto;
  width:795px;
  text-align:center;
}
div#copyright:hover {

}
a.menulink {
  font-weight:normal;
  font-size:14px;
}

.abstand {
  position:relative;
  top:5px;
  left:5px;
}
span.failed {
  color:red;
  font-weight:bold;
}
span.success {
  color:green;
  font-weight:bold;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
