/* ----------------------------------------------------------------
	Globale CSS-Datei
---------------------------------------------------------------- */

ul {
  margin: 3;
  padding: 12px;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-variant: normal;
  line-height:17px;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}


A{
  font-weight: normal;
  font-size: 12px;
  color: #808080;
  font-style: normal;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-variant: normal;
  text-decoration: none;
}

A:link { 
  color: #808080; 
}

A:visited { 
  color: #808080; 
} 

A:hover { 
  color: #000000; 
} 

A:active { 
  color: #808080;
} 


/* ----------------------------------------------------------------
	Menü-Eigenschaften
---------------------------------------------------------------- */
a.mymenu{
  font-weight: normal;
  font-size: 12px;
  color: #808080;
  font-style: normal;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-variant: normal;
  text-decoration: none;
}

a.mymenu:link { 
  color: #808080; 
}

a.mymenu:visited { 
  color: #808080; 
} 

a.mymenu:hover { 
  color: #D6A725; 
} 

a.mymenu:active { 
  color: #808080;
} 




/* ----------------------------------------------------------------
	Absatz-Eigenschaften
---------------------------------------------------------------- */

P {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-variant: normal;
  line-height:17px;
}


/* ----------------------------------------------------------------
	Überschriften-Eigenschaften
---------------------------------------------------------------- */

H1 {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  font-style:  normal;;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-variant: normal;
  line-height: 22px;
}


H2 {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  font-style:  normal;;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-variant: normal;
  line-height: 14px;
}

H3 {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  font-style:  normal;;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-variant: normal;
  line-height: 12px;
}

/* ----------------------------------------------------------------
	Body-Eigenschaften
---------------------------------------------------------------- */

BODY {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-variant: normal;
}

/* ----------------------------------------------------------------
	Tabellen-Eigenschaften
---------------------------------------------------------------- */
TABLE {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
  font-color: #000000;
  padding-bottom: 0px;
  padding-top: 0px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

TD {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* ----------------------------------------------------------------
	Eingabefelder-Eigenschaften
---------------------------------------------------------------- */

INPUT {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-variant: normal;
  width: 330px; 
  border-top: 1px #C0C0C0 solid; 
  border-right: 1px #C0C0C0 solid; 
  border-bottom: 1px #C0C0C0 solid; 
  border-left: 1px #C0C0C0 solid; 
}

TEXTAREA {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-variant: normal;
  width: 330px; 
  border-top: 1px #C0C0C0 solid; 
  border-right: 1px #C0C0C0 solid; 
  border-bottom: 1px #C0C0C0 solid; 
  border-left: 1px #C0C0C0 solid;
  background-color: transparent;
}

/* ----------------------------------------------------------------
	Button-Eigenschaften
---------------------------------------------------------------- */

button {
  font-family: Trebuchet MS, Helvetica, sans-serif;
}





