body {
  font-family:arial,helvetica,sans-serif;
  font-size:12px;
  margin:0px;
  padding:0px;
}

div.main {
  /*
  overflow:visible;
  margin:0px 0px 0px 0px;
  min-height:500px;
  border:solid 1px #cccccc;
  */
}

/*
 Die folgenden Styles sind für das System-Menu
*/

#imp-navigator {
  width: 80px;
  font-size: 12px;
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000000;
  padding: 0px;
  border-bottom: 1px solid #804000;
  border-left: 1px solid #804000;
  height: 16px;
  width: 80px;
  background-color: #aadddd;
}

#imp-navigator-spacer {
}

/* Redaktions-Style für die System-Konsole */
#imp-sysinfo {
  margin:4px;
  padding:0px 0px 3px 0px;
  background-color:#eeeeee;
  border: solid 1px #303030;
}

/* Benutzer-Style für die System-Konsole */
#imp-sysinfo-user {
  position:absolute;
  left:40px;
  top:40px;
  z-index:100000;
  margin:0px;
  padding:0px 0px 3px 0px;
  background-color:#eeeeee;
  border: solid 1px #303030;
}

.sysinfo-detail {
  font-size:12px; 
  font-family:Arial;
  padding:0px; 
  margin:3px 3px 0px 3px;
  border:1px solid #080808;
  background-color:white;
}

.sysinfo-head {
  height:16px;
  padding:0px;
  margin:0px;
  font-size:12px; 
  font-family:Arial;
  background-color:#eeeedd;
  padding:1px 5px 1px 5px;
  border-bottom: solid 1px #303030;
}

.sysinfo-detail-head {
  font-size:12px; font-family:Arial;
  background-color:#ffffee;
  padding:1px 5px 1px 5px;
}

.sysinfo-detail-content {
  font-family:monospace;border-top:1px solid #080808;color:#606060;padding:5px;
  background-color:white;
}

.sysinfo-detail a {
  color:#60aa60;font-weight:bold;text-decoration:none;
}

.sysinfo-detail a:hover {
  color:#309930;
}

.controller-detail {
  margin:3px 10px 12px 10px;
  background-color:white;
}

.imp-info-i {
  padding:1px 3px 1px 3px;
  text-decoration:underline;
  color:#303030;
  font-weight:bold;

}

.imp-info-i:hover {
  color:#404040;
}

.imp-info-a {
  padding:1px 3px 1px 3px;text-decoration:none;color:#808080;
}

.imp-info-a:hover {
  color:#404040;
}
