/*** Stylesheets zu den Seiten zur Vorlesung DSAL 2006 ***/
/*** Lehrstuhl f. Informatik VI, RWTH Aachen           ***/ 

/*** Links ***/

A:link {
  color: #06C;
  text-decoration: none;
}

A:active {
  color: #C06;
  text-decoration: none;
}

A:visited {
  color: #06C;
  text-decoration: none;
}

A.menu:hover { 
  color: #FFF;
  background-color: #06C;  
}

/*** Uebersichts-Tabellen, Listen usw. ***/
.overview TR.row_0{
  background-color: #E6F2FF;
}

.overview TR.row_1{
  background-color: #BFDFFF;
}

.overview TH {
  background-color:#036;  
  color: #FFF;
  padding-left: 1mm;
  padding-right: 1mm;
}

.overview TH A {
  background-color:#036;  
  color: #FFF;
  padding-left: 1mm;
  padding-right: 1mm;
  text-decoration: underline;
}

.overview TH A:hover {
  background-color: #FFF;
  color:#036;  
  padding-left: 1mm;
  padding-right: 1mm;
  text-decoration: underline;
}

.overview TD {
  padding:2px;
}

.overview TD.nr {
  padding:2px;
  text-align: right;
}

.overview td.caution a {
  color: #800;
}

.overview td.caution a:hover {
  background-color: #800;
  color: white;
}

.color-gut { 
  background-color: #0C0;
}

.color-ok { 
  background-color: #6C0;
}

.color-zurnot { 
  background-color: #C60;
}

.color-schlecht { 
  background-color: #C00;
}



/*** Eingabeformulare ***/
table.formular { 
}

table.formular tr { 
  background-color: #ccc;
}

table.formular tr.row_0{
  background-color: #E6F2FF;
}

table.formular tr.row_1{
  background-color: #BFDFFF;
}

table.formular th { 
  background-color:#036;  
  color: #FFF;
  padding-left: 1mm;
  padding-right: 1mm;
}

table.formular td { 
/*  background-color: #ccc; */
  padding-left: 1mm;
  padding-right: 1mm;
}

table.formular td.color-gut { 
  background-color: #0C0;
}

table.formular td.color-ok { 
  background-color: #6C0;
}
table.formular td.color-zurnot { 
  background-color: #C60;
}
table.formular td.color-schlecht { 
  background-color: #C00;
}

/*** Menues ***/
ul.menu { 
  background-color: #eee;
  width: 20em;
}

ul.menu li { 
  background-color: #eee;
  padding-left: 1mm;
  padding-right: 1mm;
}


ul.menu li:hover {
  background-color: #06C;
  color: #06C;
}

ul.menu li:hover a {
  background-color: #06C;
  color: white;
}




/**** Ueberschriften ****/

div.h { 
/*  background-color: #C06; Die alte Farbe */
  background-color: #06C;
  color: #ffffff;
  text-align: left;
}

div.h4 { 
  background-color: #C06;
  color: #ffffff;
  text-align: left;
  margin-left: 60px;
}


div.h h3 { 
 background-color: #06C; 
/*  background-color: #C06; */
  color: #ffffff;
  text-align: center;
  width: 240px;
}

div.h4 h4 { 
  background-color: #06C;
  color: #ffffff;
  text-align: center;
  width: 200px;
}


div.alert { 
  color: #720000;
  font-weight: bold;
  font-decoration: underline;
/* color: #ff0000; */
}

span.alert { 
  color: #720000;
/* color: #ff0000; */
}

H2 { 
  background-color: #96A8C4;
  color: #000000;
  text-align: center;
}

/*** Fuer Mails ***/
A span.AET { 
  display: none;
}

A span.AETSIG:before { 
  content: "@";
}

/*** Fehlermeldung ***/

div.ERROR { 
  border: double medium #C06;
  background-color: lightgray;
  color: black;
  padding: 3mm;
}
