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

html {
	color: #796358;
}



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

/* 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: #3F2010;
}

/* 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: 30;
  position: relative;
  line-height: 0.95em;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0px 0px 0px 30px;
  padding-top: 20px;
  z-index: 1;
}

h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.1em;
  color: #3F2010;
}

h4 {
  font-size: 1.15em;
  font-weight: normal;
  margin-bottom: 5px;
}

h5 {
  font-size: 1.1em;
  font-weight: normal;
  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: #796358;
  outline: none;
  text-decoration:none;
}

a:hover {
  color: #3f2010;
  text-decoration: underline;
}



/* ALLGEMEINE TEXTAUSZEICHNUNGEN
--------------------------------------------------------------------------------*/
.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, ul#contactData label, ul#art_der_anstellung label, ul#contactData2 label {
  font-size: 0.9em;
}


/* TEXTLINK BEI LEBENSLAUFERSTELLUNG
--------------------------------------------------------------------------------*/

.till_now {
  text-decoration:underline;
  color:#F7AF2F;
}
