@import url("format.css");
@import url("format_font.css");
@import url("format_menue.css");

/****************   C S S   Modul :  Needful Things   *****************/

h3
  {
  margin: 50px 0 30px 4px;
  letter-spacing: 6px;
  }
table#sorter
  {
  background: #CDCDCD;
  font-size: 0.82em;
  width: 99.5%;
  color:#333;
  border:2px solid #ccc;
  text-align:left;
  margin-left: 3px;
  }
/* Header repeat  */
table#sorter .repated-header th
  {
  border: 1px solid #FFF;
  padding: 5px 0 5px 10px;
  background: url("../jscript/jquery/img/tablesorter/green/bg-repeat.png") center center;
  }
table#sorter thead tr th, table#sorter tfoot tr th
  {
  border: 1px solid #FFF;
  padding: 5px 30px 5px 10px;
  }
table#sorter thead tr th.header
  {
  background: url("../jscript/jquery/img/tablesorter/green/bg-mir.png") no-repeat center right;
  cursor: pointer;
  }
table#sorter thead tr th.headerSortUp
  {
  background: url("../jscript/jquery/img/tablesorter/green/asc-mir.png") no-repeat center right;
  }
table#sorter thead tr th.headerSortDown
  {
  background: url("../jscript/jquery/img/tablesorter/green/desc.mir.png") no-repeat center right;
  }
table#sorter thead tr th#th4
  {
  background: url("../jscript/jquery/img/tablesorter/green/bg-repeat.png") center center;
  width:52%;
  }

table#sorter tbody td
  {
  padding: 5px 12px;
  background: #FFFAF4;
  }
table#sorter tbody tr.odd td
  {
  background:#fff5e5;
  }
table#sorter tbody td span
  {
  display:none !important;
  }
table#sorter a
  {
  color:blue;
  }
table#sorter a:hover
  {
  color: #FF5111;
  }
/**************************   Selektor  none IE6   ***************************/

table#sorter tbody tr td[title]
  {
  padding-left:36px;
  }

table#sorter tbody tr td[title="Cascading Style Sheets"]
  {
  background: #FFFAF4 url("../jscript/jquery/img/tablesorter/tab-icon/css.png") no-repeat 12px center;
  }
table#sorter tbody tr td[title="Hypertext Markup Language"]
  {
  background: #FFFAF4 url("../jscript/jquery/img/tablesorter/tab-icon/html.png") no-repeat 12px center;
  }
table#sorter tbody tr td[title="Framework JQuery"]
  {
  background: #FFFAF4 url("../jscript/jquery/img/tablesorter/tab-icon/ajax.png") no-repeat 11px center;
  }

table#sorter tbody tr.odd td[title]
  {
  background-color: #fff5e5;
  }



