/*** Styles for HILBRA ***/

/* CI-Colors:
- Grau dunkel: #7f7e7c
- Grau hell: #d5d5d5
- Gelb: #f4dc00
- Link-Blau: #2c60a0 4474b4
*/

body {
  background-color: #fff;
  margin: 0px;
}
body,p,div,td,th,input,textarea,option,li { 
  font-family: verdana,tahoma,arial,helvetica,sans-serif; 
  font-size: 11px; 
  color: #000;
}
a:link, a:visited {
  color: #4474b4;
  text-decoration: none;
}
a:hover {
  color: #4474b4;
  text-decoration: underline;
}
td { vertical-align: top; }
h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

/* Classes */

.maintbl {
  width: 940px;
}
#spc1 {}
#spc2 {}
#spc3 { width: 520px; }
#spc4 {}
#spc5 {}
.headline {
  font-size: 1.9em;
  font-weight: bold; 
  letter-spacing: 1px;
  color: #b53;
  width: 500px;  height: 30px; 
  filter: dropshadow(color=666666, offx=1, offy=1, positive=1);
}
a.linkmain:link, a.linkmain:visited {  /* TopMenü-Links */
  color: #fff;
  border: 1px solid #7f7e7c;
  font-weight: bold;
  font-size: 1.1em;
  height: 19px;
  line-height: 1.3em;
  padding: 1px 6px;
}
a.linkmain:hover {
  color: #4474b4;
  background-color: #fff;
  border: 1px dashed #4060c4; 
  text-decoration: none;
}

#submenudiv {
  position: absolute;
  top: 240px;  left: 12px;
  width: 120px;
  background-color: #e3eaf4;
  border: 1px dashed #6990c3; 
  padding: 2px;
}
p.linksub {
  margin-bottom: 10px;  margin-top: 10px;
}
a.linksub:link, a.linksub:visited {  /* SubMenü-Links */
  color: #4474b4;
  /*border: 1px solid #fff;*/
  height: 19px;
  line-height: 1.2em;
  padding: 1px 6px;
  margin-bottom: 4px;
}
a.linksub:hover {
  color: #4474b4;
  background-color: #fff;
  /*border: 1px dashed black;*/
  text-decoration: none;
}

.textbox {
  /*border:1px dotted #6990c3; */
  border: 1px dotted #f4dc00;
  background-color: #fdfad9; 
  padding:10px;
}
.fussleiste { font-size: 0.8em; }
.inp {  /* Eingabefelder input,textarea,select,option (außer Buttons, Checkboxen, ...) */
  border: 1px solid #7f9db9;
  background-color: #ecf1f7;
  font-style: italic;
}
.klein {
  font-size: 0.9em;
}
.mini {
  font-size: 0.8em;
}

/* (P) S. Ruby */

