body {
	padding: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}

    h1, h2 { font-size: 12pt }
h3, h4, h5 { font-size: 10pt }
        h6 { font-size:  8pt }

h3, h6 { text-decoration: underline };

h1, h3, h5 { color: #942421; font-weight: bold; }
h2, h4, h6 { color: #DE5110 }

h5, h6 { text-decoration: underline }



a, a:visited {
	text-decoration: none;
	color: #942421; /*rost*/
}

a:active, a:hover {
	color: #DE5110; /*hellrost*/
}

hr {
	color: #115684;
	height: 1px;
}

/*
index&project listings

table.list    (die ganze tabelle)
 tr.head      (überschriftszeile)
 tr.rowA      (die beiden zeilen A
 tr.rowB      (und B -- alternierend, ev für unterschiedliche farben)
*/


table.list { border: #8492A5 1px solid; }

table.list tr.head {
  background-color: #A5B6C6;
  /*#8492A5*/
  /*#4a7c9b*/
}

table.list tr.head th, table.list tr.head td {
	color: #942421; /*rost*/
}

table.list tr.rowA {
  background-color: #f7f3e6;
  border: #aa9d5f 1px solid;
}

table.list tr.rowB {
  /*background-color: #F3EAD1;*/
  background-color: #EFE4C7;
  border: #aa9d5f 1px solid;
}

/*
 allgemeine einstellung für tabellen (zb menubar)
*/
td {
  color: #115684;
  font-family: Verdana;
  font-size: 10pt
}

/*
  formulare&formularfelder, die interfacemässig geänert werden sollen...
  
  class="css"
*/


.css, .cssB, {
  background-color: #f7f3e6;
  color: #115684;
  font-family: Verdana;
  font-size: 8pt
}

.cssB {
  background-color: #EFE4C7;
}
