/*****************************************************************************

  http://www.jtic.de/
  
  content.css

*****************************************************************************/

h1,h2 {
  color: #9192b4;
  width: 100%;
  border-bottom: 2px dotted #9192b4;
  margin-bottom: 10px;
}

h1 {
  padding-bottom: 10px;
}

h2 {
  padding-top: 6px;
  padding-bottom: 6px;
}


/****************************************************************************/

img.left {
  float: left;
  padding: 6px;
}

img.leftframe {
  float: left;
  border: 1px solid #9192b4;
  padding: 1px;
  margin-right: 10px;
  margin-bottom: 10px;
}

img.right {
  float: right;
  padding: 6px;
}

img.rightframe {
  float: right;
  border: 1px solid #9192b4;
  padding: 1px;
  margin-left: 10px;
  margin-bottom: 10px;
}


/****************************************************************************/

table.publist {
  border-collapse: collapse;
}

table.publist tr {
  background-color: #ffffff;
}

table.publist td.date {
  white-space: nowrap;
}

table.publist td {
  border-top: 3px solid #f6f6f6;
  padding: 3px;
  vertical-align: top;
}


/****************************************************************************/

table.d td {
  padding: 6px;
}

table.d th {
  text-align: right;
  vertical-align: top;
  padding: 6px;
  color: #9192b4;
}


/****************************************************************************/

table.logos a {
  background-color: transparent;
}

table.logos td {
  width: 30%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}


/****************************************************************************/

dl.search dt {
  padding-top: 4px;
  border-top: 1px dotted #9192b4;
  background-color: #ffffff;
}

dl.search dd {
  padding-bottom: 10px;
  font-size: 80%;
}

dl.search div.searchrankbox {
  position: absolute;
  margin-top: -3ex;
  right: 30px;
  width: 100px;
  height: 10px;
  border: 1px solid #9192b4;
  background-color: #f6f6f6;
}

dl.search div.searchrank {
  height: 10px;
  background-color: #9192b4;
}

div.searcherrmsg {
  color: red;
  font-size: 140%;
}

div.searchnavbar {
  background-color: #9192b4;
  color: #ffffff;
  border: 1px solid #281364;
  padding: 4px;
}

div.searchnavbar a {
  background-color: transparent;
  color: #ffffff;
}

span.highlight {
  background-color: #ffff99;
}


/****************************************************************************/

table.skilllist {
  background-color: #ffffff;
  border-collapse: collapse;
  margin-bottom: 15px;
  border: 1px solid #9192b4;
}


table.skilllist th {
  width: 50%;
  background-color: #9192b4;
  color: #f6f6f6;
}


table.skilllist td {
  vertical-align: top;
  padding: 4px;
  border: 1px solid #9192b4;
}

table.skilllist td p {
  margin-top: 0;
  margin-bottom: 0.8ex;
}


/** THE END *****************************************************************/

