h1,
h2,
h3,
h4,
h5,
h6,
h91,
h92,
h93,
h94,
h95,
h96
 {

  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  font-variant:small-caps;

  line-height: 1.60;
  color: #fff;
  text-shadow: 1px 1px 1px #112;
  margin:0;
  padding:0;
  text-align:left;
  border-bottom:0px dashed #ccc;
}

h1 
{
  font-size: 25px;
  line-height:42px;
  letter-spacing:1px;
  color:#888;
  text-shadow: 0px 0px 0px;
}
h2 
{
 position:relative;
 top:50%;
 background:#f3f3f3;
 line-height:1.20;
 
  font-size: 18px;
  letter-spacing:1px;
  color:#888;
  text-shadow: 0px 0px 0px;
}
h3 
{
  font-size: 20px;
  letter-spacing:1px;
  color:#E10512;
}
h4 
{
 width:100%;
 padding-left:10px;
 font-size: 22px;
 letter-spacing:1px;
  color:#555;
  text-shadow: 0px 0px 0px;
}
h5 
{
 float:left;
 width:100%;
 background:transparent;
 padding-left:10px;
  font-size: 16px;
  letter-spacing:1px;
  color:#001;
  text-shadow: 0px 0px 0px transparent;
}


h44 
{
 font-size: 22px;
 line-height:34px;
 letter-spacing:1px;
 color:#eee;
 text-shadow: 1px 1px 4px #112;
}

h6 
{
  font-size: 12.5px;
  letter-spacing:1px;
  color:#E10512;
}

h91,
h92,
h93,
h94,
h95,
h96
 {
  display:block;
  width: calc (100% -15px);
  letter-spacing:1px;
  line-height: 1.4;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 0px 1px #112;
 }
h91
 {
  font-size:2.5rem;
 }
h92
 {
  font-size:2.25rem;
 }
h93
 {
  font-size:2.0rem;
 }
h94
 {
  font-size:1.75rem;
 }
h95
 {
  font-size:1.5rem;
 }
h96
 {
  font-size:1.25rem;
 }





p 
 {
  margin: 0px 15px 15px 15px;
  color: #777;
  text-shadow: 0px 0px 0px;
  line-height:1.2;
 }
.lead
 {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

small {
  font-size: 60%;
}


.page-header
 {
  margin: 0px;
  padding:0;
  background:transparent;
  background:#ddd;
  padding-left:20px;
  border:1px solid #E10512;                        
  border:1px solid #ccc;
  
  position:relative;
  margin-bottom:20px;
 }

.TopicText
 {
  position:relative;
  width: calc(100% -100px);
  min-height:100px;
  background:gold;
  background:#fff;
  border:1px solid #ccc;                        
  text-align:left;
  padding-top:16px;
 }

.DerSchatten
 {
  box-shadow: 1px 1px 1px rgba(55,10,10, 0.0);
 
 }
