/* ----------------------------------------------------------------
	Globale CSS-Datei
---------------------------------------------------------------- */

/* ----------------------------------------------------------------
	Links
---------------------------------------------------------------- */

A{
  font-weight: normal;
  font-size: 12px;
  color: #808080;
  font-style: normal;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
  text-decoration: none;
}

A:link { 
  color: #808080; 
}

A:visited { 
  color: #808080; 
} 

A:hover { 
  color: #000000; 
} 

A:active { 
  color: #808080;
} 

A.mymenue {
  font-weight: bolder;
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
  text-decoration: none;
}

A.mymenue:link { 
  color: #FFFFFF; 
}

A.mymenue:visited { 
  color: #FFFFFF; 
} 

A.mymenue:hover { 
  color: #000000; 
} 

A.mymenue:active { 
  color: #FFFFFF;
}

A.mymenue2{
  font-weight: bolder;
  font-size: 16px;
  color: #C0C0C0;
  font-style: normal;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
  text-decoration: none;
}

A.mymenue2:link { 
  color: #C0C0C0; 
}

A.mymenue2:visited { 
  color: #C0C0C0; 
} 

A.mymenue2:hover { 
  color: #ECE19F; 
} 

A.mymenue2:active { 
  color: #C0C0C0;
}


A.mysubmenue{
  font-weight: normal;
  font-size: 14px;
  color: #808080;
  font-style: normal;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
  text-decoration: none;
}

A.mysubmenue:link { 
  color: #808080; 
}

A.mysubmenue:visited { 
  color: #808080; 
} 

A.mysubmenue:hover { 
  color: #000000; 
} 

A.mysubmenue:active { 
  color: #808080;
} 

A.mylink {
  font-weight: normal;
  font-size: 14px;
  color: #808080;
  font-style: normal;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
  text-decoration: underline;
}

A.myink:link { 
  color: #808080; 
}

A.mylink:visited { 
  color: #808080; 
} 

A.mylink:hover { 
  color: #C0C0C0; 
} 

A.mylink:active { 
  color: #808080;
}

/* ----------------------------------------------------------------
	Absatz-Eigenschaften
---------------------------------------------------------------- */

P, li {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
  line-height:17px;
}


/* ----------------------------------------------------------------
	Überschriften-Eigenschaften
---------------------------------------------------------------- */

H1 {
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  font-style:  normal;;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
  line-height: 18px;
}

H1.spezial {
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  font-style:  normal;;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
  line-height: 26px;
}

H2 {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  font-style:  normal;;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
  line-height: 14px;
}

H3 {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  font-style:  normal;;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
  line-height: 12px;
}

/* ----------------------------------------------------------------
	Body-Eigenschaften
---------------------------------------------------------------- */

BODY {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  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: MS Sans Serif, SansSerif, Arial, Helvetica;
  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: MS Sans Serif, SansSerif, Arial, Helvetica;
  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: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
}

TEXTAREA {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica;
  font-variant: normal;
}

/* ----------------------------------------------------------------
	Button-Eigenschaften
---------------------------------------------------------------- */

button {
  font-family: MS Sans Serif, SansSerif, Arial, Helvetica; 
}

