/* Tags */
a:link, a:visited   {
  color: #623f1e;
  text-decoration: underline;   
  }

a:hover
  {
  color: #623f1e;
  text-decoration: none;  
  }

a img { border: 0px; }

h1  { padding-bottom: 10px; padding-top: 5px; font-size: 140%; margin: 0; color: #623f1e; font-weight: bold; line-height: 140%; text-transform: uppercase; }


h2  {
  color: #623f1e;
  font-size: 120%;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 15px;
  line-height: 140%;
  text-transform: uppercase;
  }
  

h3  {
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 5px;
  line-height: 120%;
  font-size: 100%;
  color: #623f1e;
}
p  {
  margin: 0px;
  padding-bottom: 15px;
  padding-top: 0px; 
}

/* Klassen */

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }
.align-justify { text-align:justify; }

.Head1  { padding-bottom: 10px; padding-top: 5px; font-size: 140%; margin: 0; color: #623f1e; font-weight: bold; line-height: 140%; text-transform: uppercase; }


.Head2  {
  color: #623f1e;
  font-size: 120%;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 15px;
  line-height: 140%;
  text-transform: uppercase;
  }
  

.Head3  {
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 5px;
  line-height: 120%;
  font-size: 100%;
  color: #623f1e;
}

.Text1  {
  margin: 0px;
  padding-bottom: 15px;
  padding-top: 0px; 
  line-height: 140%;
  font-size: 140%;
}
.Text2  {
  margin: 0px;
  padding-bottom: 15px;
  padding-top: 0px; 
  line-height: 140%;
  font-size: 120%;
}

.Text3  {
  margin: 0px;
  padding-bottom: 15px;
  padding-top: 0px; 
  line-height: 120%;
  font-size: 100%;
}


