/* NORMALISIERUNG DES BROWSERS
--------------------------------------------------------------------------------*/

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
  font-size : 100%;
  color: #594A43;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, var {
font-style : normal; font-weight : normal;
}

th {
  font-weight: bold;
  color: #594A43;
}

/* FORMATIERUNG DER ÜBERSCHRIFTEN
--------------------------------------------------------------------------------*/
h1 {
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0px 0px 0px 30px;
  z-index: 1;
  position: relative;
  line-height: 0.95em;
}

strong.subtitle {
  margin-left: 30px;
  position: relative;
  z-index: 10;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0px 0px 0px 30px;
  padding-top: 20px;
  z-index: 1;
  position: relative;
  line-height: 0.95em;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.1em;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}


/* Für Überschriften, welche mit eingeschaltetem CSS nicht sichtbar sein sollen */
.invisible {
  position: absolute;
  text-indent: -9999px;
  
}





/* FORMATIERUNG DER LINKS
--------------------------------------------------------------------------------*/
a {
  color: #82726B;
  text-decoration:none;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #594A43;
  text-decoration: underline;
}



/* ALLGEMEINE TEXTAUSZEICHNUNGEN
--------------------------------------------------------------------------------*/

em {
  color: #F7AF2F;
}

.intended {
  margin: 0px 0px 5px 30px;
}

.extended {
  margin: 0px 0px 15px -20px;
}

.bold {
  font-weight: bold;
}


/* CMS TEXTAUSZEICHNUNGEN
--------------------------------------------------------------------------------*/

.list_circle {
  font-weight:bold;
  list-style:disc;
}

.list_square {
  font-weight:bold;
  list-style:square;
}

.blockquote {
  border-left:3px solid #F7AF2F;
  margin-left: 10px;
  padding-left: 10px;
  font-style: italic;
}


/* VERKLEINERUNG DER LABEL-ELEMENTE BEI FORMULAREN
--------------------------------------------------------------------------------*/

ul.login label, ol#registerbox label, ul#contactData label, ul#art_der_anstellung label, ul#contactData2 label, ul.jobadvert_login label {
  font-size: 0.9em;
}