/* ReKISS-Homepage CSS */

/*
 * Seitenhintergrund in Grau
 * 0.75 fŸr Safari 3 auf dem Mac
*/
body {
  font: 0.75em/1.2em "Trebuchet MS", sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 0em;
  background: url(images/default/bkg.gif);
}

/*
 * allgemeine Klasse für markante TODO-Hervorhebungen
*/
.todo {
  color: red;
  font-weight: bold;
  width: 80%;
  padding: 1em;
  margin: 1em;
  text-align: center;
  border: 2px solid red;
}

.searched {
  color: black;
  background-color: #FFA500;
}

/*
 * beliebiges unsichtbares Element
*/
.noshow {
  display: none;
}

/*
 * Links haben prinzipiell keine Unterstreichung
*/
a {
  color: #ab1d11; 
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #9fcd9f; 
}

/*
 * small Text immer mit 115% Zeilenhöhe
*/
small {
  font-size: 90%;
  line-height: 115%;
}


/*
 * Tabellenformatierung
*/
td {
  vertical-align: top;
}

/*
 * Die Outerbox sorgt dafür, dass  der Seiteninhalt zentriert erscheint
 * und einen weißen Hintegrund hat
*/
div.outerbox {
  width: 897px;
  margin-left:auto;
  margin-right:auto;
  background-color: #900000;
  padding-bottom: 0px;
  margin-bottom: 0px;
  z-index: 10;
}

/*
 * Seitenkopf mit Grafik
*/
div.header {
  position: relative;
  width: 897px;
  height: 109px;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
  z-index: 11;
}

div.header img {
  border: 0;
  z-index: 12;
}

/*
 * Navigationsbar
*/

div.navbar {
  position: relative;
  background: url(images/default/navbar-bkg.gif);
  left: 15px;
  height: 68px;
  width: 649px;
  border-top: 1px solid #ab1d11;
  border-left: 1px solid #ab1d11;
  margin: 0;
  color: white;
  line-height: 1em;
  z-index: 11;
}

div.navbar table {
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

div.navbar table td {
  padding: 0;
  margin: 0; 
  width: 20%;
}

div.navbar a {
  color: #ddd;
}

div.navbar th {
  padding-top: 3px;
  font-size: 110%;
  text-align: left;
}


/*
 * Content-Box
*/

div.mainbox {
  position: relative;
  background-color: #dbdbdb;
  left: 15px;
  width: 649px;
  border-left: 1px solid #ab1d11;
  margin: 0;
  margin-bottom: 0px;
  padding-bottom: 15px;
  /* min-height: 620px; */
  z-index: 11;
}

div.mainbox div.heading {
  font-weight: bold;
  padding: 6px 0 0 15px;  
}

div.mainbox a {
  color: #ab1d11;
}

/*
 * ReKISS Rightbar Boxen
*/

div.rightbar {
  position: relative;
  float: right; 
  background: url(images/default/rightbar-mid.gif) no-repeat;
  /*left: 664px;*/
  width: 220px;
  margin-right: 12px;
  line-height: 0;
  z-index: 11;
}

div.rightbar_ads {
  background-color: #900000;
  padding: 0 0 0 15px;
}

div.rightbar table, div.rightbar td {
  margin: 0;
  padding: 0 7px 0 0;
  border: 0px;
  border-spacing: 0;
  vertical-align: bottom;
}

div#register {
    font-weight: bold;
    margin-top: 5px;
}

div.rightbarcontent {
  line-height: 1.2em;
  padding-left: 12px;
  margin-top: -33px;
}

div.rightbarcontent input.login {
  font: 1.0em/1.2em "Trebuchet MS", sans-serif;
  margin: 1px;
  padding: 1px 1px 1px 1px;
  border: 1px solid #666;
  color: #666;
  height: 1.2em;
  width: 120px;
}

div.rightbarcontent hr {
  margin-left:-11px;
  width: 218px;
  border: 0;
  border-top: 1px solid gray;
  border-bottom: 1px solid #aaa;
  color: #a3a3a3;
}

div.rightbarcontent hr.mid {
  border-bottom: 1px solid #bbb;
  color: #b3b3b3;
}

div.rightbarcontent hr.btm {
  color: #c8c8c8;
  border-bottom: 1px solid #ccc;
}

div.rightbarcontent div.element a {
  color: black;
}

div.rightbarcontent div.element a:hover {
  color: #ab1d11;
  text-decoration: none;
}

div.rightbarcontent div.element div.heading {
  margin: 6px 0 3px -5px;
  font-size: 110%;
  font-weight: bold;
}

/*
 * Rightbar Suche
*/

div.searchelement td.search {
  margin: 0;
  padding: 0 0px 0 0;
  border-spacing: 0;
  vertical-align: top;
}

div.searchelement input.search {
  font: 1em/1.2em "Trebuchet MS", sans-serif;
  color: #666;
  height: 18px;
  margin: 0;
  padding-top: 2px;
  vertical-align: top;
  border: 0;
  background: url(images/search_repeat.png) center top repeat-x;
}

div.rightbarcontent div.searchelement {
  margin-top: 7px;
  margin-bottom: 1em;
  margin-left: 5px;
}

div.rightbarcontent div.element {
  margin-bottom: 1em;
  margin-left: 5px;
  border: 0px solid black;
}


.ieformclass { /* absatz vor und nach <form> tag in IE */
  margin: 0;
  padding: 0;
}

/*
 * Newsboxen
*/

div.newsbox {
  position: relative;
  left: 7px;
  width: 632px;
  border: 0;
}

div.newsboxcontent {
  padding-left: 12px;
  padding-right: 10px;
  background: url(images/default/newsbox-bkg.gif);
  border-top: 0;
}

div.newsboxcontent_red {
  padding-left: 12px;
  padding-right: 10px;
  background: url(images/default/newsbox-bkg_red.gif);
  border-top: 0;
}

div.newsboxcontent_tablefree {
  padding-left: 12px;
  padding-right: 10px;
  background: url(images/default/newsbox-bkg.gif);
  border: 0;
}

div.newsbox div.date {
  margin-top: -7px;
  padding-left: 14px;
  margin-bottom: 0px;
  line-height: 0.8em;
  font-size: 0.8em;
  color: gray;
  background: url(images/default/newsbox-bkg.gif);
  border: 0px solid black;
}

div.newsbox div.date_red {
  margin-top: -7px;
  padding-left: 14px;
  margin-bottom: 0px;
  padding-bottom: 7px;
  line-height: 0.8em;
  font-size: 0.8em;
  color: gray;
  background: url(images/default/newsbox-bkg_red.gif);
  border: 0px solid black;
}

div.newsbox div.newsheading {
  color:#ab1d11;
  font-weight: bold;
  padding: 0;
  margin-top: 0px;
  margin-left: 10px;
}

div.newsbox div.newsblocked {
  background-color:#ab1d11;
  font-weight: bold;
  padding: 7px 0 7px 0;
  margin: 0 10px 0 10px;
  color: white;
  text-align: center;
}


div.newsbox p, div.newsbox form , div.newsbox .tablebox {
  margin: 0px 10px 0px 10px;
}

div.newsbox a:hover {
  color: #ab1d11;
  text-decoration: underline;
}

div.newsbox hr {
  margin-left:10px;
  border: 0;
  border-top: 1px solid #ccc;
  color: #e5e5e5;
}

/*
 * Tabellen mit wechselnder Farbe
*/
div.newsboxcontent .table_2s {
  background-color: #ff69b4;
  line-height: 2em;
}
div.newsboxcontent .table_2e {
  background-color: #e0d18a;
  line-height: 2em;
}
div.newsboxcontent .table_2 {
  background-color: #cfcfcf;
  line-height: 2em;
}
div.newsboxcontent .table_1 {
  background-color: #ddd;
  line-height: 2em;
}
div.newsboxcontent .table_error {
  background-color: #f08080;
  line-height: 2em;
}

/*
 * Table highlighting bei onhover
*/

div.newsboxcontent .table_red {
  background-color:#990000;
  line-height: 2em;
  color: white;
}

div.newsboxcontent .table_red a {
  color: white;
}

div.newsboxcontent .table_red a:hover {
  color: white;
}


/*
 * Standard-tabellenformatierung
*/

div.newsboxcontent table {
  border-collapse: collapse;
  padding: 0 5px 0 5px;
  width: 100%;
}

div.newsboxcontent th {
  font-weight: bold;
  text-align: left;
  padding: 7px 4px 5px 5px;
}

div.newsboxcontent td {
  padding: 3px 5px 2px 5px;
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
  height: 1.2em;
}

div.newsboxcontent .table_forum {
  background-color: gray;
  border: 0px solid black;
  color: white;
}

div.newsboxcontent .table_forum a{
  color: white;
}

div.tooltip {
  display: none;
  position: absolute;
  padding: 10px;
  background-color: #dddddd;
  border: 2px solid black;
  z-index: 1000;
}
div.tooltiplink {
  display: inline;
  color: #ab1d11; 
  text-decoration: underline;
}

