/*

  |--- subpage / startpage -----------------|
  |   |--- item ( 1 ) ------------------|   |
  |   |--- item (...) ------------------|   |
  |   |--- item ( n ) ------------------|   |
  |-----------------------------------------|

  .startpage .item     // startpage: Anweisungen fuer die Seite startpage (id 1352)
  .startpage .item h1
  .startpage .item p
  .subpage .item       // subpage:   Anweisungen fuer alle anderen Seiten
  .item
  .item h1
  .item h2
  .item h3
  .item p

  .text
*/

.startpage .item {
  border: 1px solid #4B6A7B;
}
.startpage .item h1 {
  background-image: url(../pics/tri.gif);
  background-repeat:no-repeat;
  background-position:0 3px;
  padding:0 0 0 16px;
  color: #000033;
}
.startpage .item p {
  margin-top:10px;
}

.item {
  padding: 20px 10px 0px 25px;
  font-size: 80%;
  font-family: Verdana, Arial, "Albani AMT", Helvetica, sans-serif;
}

.item h1 {
  background-image: url(../pics/h1.gif);
  background-repeat:no-repeat;
  background-position:0px 7px;
  color: #4B6A7B;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0 0 16px 16px; /* bottom, u.a. damit Linie background-image sichtbar ist */
}
.item h2 {
  color: #333333;
  font-size: 100%;
  font-weight: bold;
  margin:0;
}
.item h3 {
  font-size: 100%;
  color: #4B6A7B;
  margin:0;
}

.item p {
  padding:0 0 10px 0;
}
.item .csc-menu p {
  margin:0;
  padding:0;
}
.item a {
  font-weight: bold;
  text-decoration: underline;
}
.item a:link, .item a:visited {
  color: #FF7508;
}
.item a:active, .item a:hover {
  color: #FF7508;
}

.text {
  position: absolute;
  width: 55%;
  background-color: #9CB0B9;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 5%;
  left: 15%;
  top: 90px;
}

*html .text {
  padding-left: 8%;
  p\adding-left: 8%;
  width:60%;
  w\idth:60%;
}
