/* ----------------------------------------------------------------
	Globale CSS-Datei
---------------------------------------------------------------- */

/* ----------------------------------------------------------------
	Links
---------------------------------------------------------------- */

A{
  font-weight: normal;
  font-size: 12px;
  color: #808080;
  font-style: normal;
  font-family: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  text-decoration: none;
}

A:link { 
  color: #808080; 
}

A:visited { 
  color: #808080; 
} 

A:hover { 
  color: #000000; 
} 

A:active { 
  color: #808080;
} 

A.menue {
  font-weight: bolder;
  font-size: 14px;
  color: #63496E;
  display: block; 
  font-style: normal;
  font-family: Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  text-decoration: none;
}

A.menue:link { 
  color: #63496E; 
}

A.menue:visited { 
  color: #63496E; 
} 

A.menue:hover { 
  color: #808080; 
  background-color: #C0C0C0; 
} 

A.menue:active { 
  color: #63496E;
}


A.kontakt {
  font-weight: normal;
  font-size: 11px;
  color: #808080;
  font-style: normal;
  font-family: Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  text-decoration: none;
}

A.kontakt:link { 
  color: #808080; 
}

A.kontakt:visited { 
  color: #808080; 
} 

A.kontakt:hover { 
  color: #63496E;
} 

A.kontakt:active { 
  color: #808080;
}



/* ----------------------------------------------------------------
	Absatz-Eigenschaften
---------------------------------------------------------------- */

P, LI {
  font-weight: normal;
  padding-left: 3px;
  font-size: 12px;
  color: #63496E;
  font-style: normal;
  font-family: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  line-height: 16px;
}

P.kontakt {
  font-weight: normal;
  font-size: 11px;
  color: #808080;
  font-style: normal;
  font-family: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  line-height: 12px;
}

P.notiz, LI.notiz {
  font-weight: bold;
  padding-left: 3px;
  font-size: 12px;
  color: #808080;
  font-style: normal;
  font-family: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  line-height: 16px;
}

/* ----------------------------------------------------------------
	Überschriften-Eigenschaften
---------------------------------------------------------------- */

H1 {
  font-weight: bolder;
  padding-left: 3px;
  font-size: 22px;
  color: #9372CE;
  font-style:  normal;
  font-family: Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  line-height: 28px;
}

H2 {
  font-weight: bold;
  padding-left: 3px;
  font-size: 16px;
  color: #9372CE;
  font-style:  normal;
  font-family: Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  line-height: 22px;
}

H2.spez1 {
  font-weight: bold;
  padding-left: 3px;
  font-size: 16px;
  color: #63496E;
  font-style: italic;
  font-family: Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  line-height: 16px;
}


H3 {
  font-weight: bold;
  padding-left: 3px;
  font-size: 14px;
  color: #9372CE;
  font-style:  normal;
  font-family: Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  line-height: 14px;
}

/* ----------------------------------------------------------------
	Body-Eigenschaften
---------------------------------------------------------------- */

BODY {
  font-weight: normal;
  font-size: 14px;
  color: #63496E;
  font-style: normal;
  font-family: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  background-image: url(pix/bg1.jpg); 
  background-repeat: repeat-y;
}


BODY.kontakt {
  background-image: url(pix/bg2.jpg); 
}

/* ----------------------------------------------------------------
	Tabellen-Eigenschaften
---------------------------------------------------------------- */
TABLE {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
  font-color: #63496E;
  padding-bottom: 0px;
  padding-top: 0px;
  font-family: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, 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: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, 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: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  width: 280px;
}

INPUT.short {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-family: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  width: 50px;
}

TEXTAREA {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-family: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
  font-variant: normal;
  width: 280px;
}



/* ----------------------------------------------------------------
	Button-Eigenschaften
---------------------------------------------------------------- */

button {
  font-family: Arial, Trebuchet MS, Arial, MS Sans Serif, SansSerif, Helvetica;
}

IMG{
  display: block;
}

IMG.menue{
  display: inline;
}






