/* ----------------------------------------------------------------
	Globale CSS-Datei
---------------------------------------------------------------- */

/* ----------------------------------------------------------------
	Links
---------------------------------------------------------------- */

A{
  font-weight: normal;
  font-size: 12px;
  color: #C6C6C6;
  font-style: normal;
  font-family: Verdana, Arial;
  font-variant: normal;
  text-decoration: none;
}

A:link { 
  color: #C6C6C6; 
}

A:visited { 
  color: #C6C6C6; 
} 

A:hover { 
  color: #B4A480; 
} 

A:active { 
  color: #C6C6C6;
} 


A.menue{
  font-weight: bold;
  font-size: 11px;
  color: #808080;
  font-style: normal;
  font-family: Verdana, Arial;
  font-variant: normal;
  text-decoration: none;
}

A.menue:link { 
  color: #808080; 
}

A.menue:visited { 
  color: #808080; 
} 

A.menue:hover { 
  color: #B4A480; 
  font-weight: bold;
} 

A.menue:active { 
  color: #808080;
} 

A.kontakt{
  font-weight: normal;
  font-size: 10px;
  color: #C6C6C6;
  font-style: normal;
  font-family: Verdana, Arial;
  font-variant: normal;
  text-decoration: none;
}

A:kontakt { 
  color: #C6C6C6; 
}

A:kontakt { 
  color: #C6C6C6; 
} 

A:kontakt { 
  color: #B4A480; 
} 

A:kontakt { 
  color: #C6C6C6;
} 



/* ----------------------------------------------------------------
	Absatz-Eigenschaften
---------------------------------------------------------------- */

P {
  font-weight: normal;
  font-size: 12px;
  color: #838383;
  font-style: normal;
  font-family: Verdana, Arial;
  font-variant: normal;
  line-height: 17px;
}


P.kontakt {
  font-weight: normal;
  font-size: 10px;
  color: #808080;
  font-style: normal;
  font-family: Verdana, Arial;
  font-variant: normal;
  line-height: 10px;
}


/* ----------------------------------------------------------------
	Überschriften-Eigenschaften
---------------------------------------------------------------- */

H1 {
  font-weight: bolder;
  font-size: 18px;
  color:#202020;
  font-style: normal;
  font-family: "Lucida Grande", Lucida, Verdana, Arial;
  font-variant: normal;
  line-height: 25px;
}

H1.special {
  font-weight: bolder;
  font-size: 42px;
  color: #202020;
  font-style: normal;
  font-family: "Lucida Grande", Lucida, Verdana, Arial;
  font-variant: normal;
  line-height: 30px;
}

H2 {
  font-weight: bolder;
  font-size: 14px;
  color:#838383;
  font-style: normal;
  font-family: "Lucida Grande", Lucida, Verdana, Arial;
  font-variant: normal;
  line-height: 16px;
}


/* ----------------------------------------------------------------
	Tabellen-Eigenschaften
---------------------------------------------------------------- */
TABLE {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

TD {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}


.img_border {
  border-top: 1px #7C7C74 solid; 
  border-right: 1px #7C7C74 solid; 
  border-bottom: 1px #7C7C74 solid; 
  border-left: 1px #7C7C74 solid;
}
