/* ############################################# */
/* ######     GLOBAL TAGDEFINITIONS       ###### */
/* ############################################# */


*{
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1em;
}

body {
  font-size: 100.1%;
  font-family: Verdana, sans-serif;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
}

/* links */
a, a:visited {
  color: #d12414;
}

a:hover, a:focus, a:active {
  text-decoration: underline !important;
}

/* headlines */
h1 {
  border-bottom: 1px solid #dc2b19;
  color: #dc2b19;
  padding: 0 20px 0 0;
  font-size: 1.15em;
}

.msie h1 {
  height: 1%;
}

h1 span {
  border-bottom: 2px solid #dc2b19;
  padding-bottom: 3px;
  display: block;
  float: left;
}

.stiftung h1,
.stiftung h1 span {
  border-color: #ea7900;
  color: #ea7900;
}

.reha h1,
.reha h1 span {
  border-color: #9a9901;
  color: #9a9901;
}

.reha #page_head {
  background: #9a9901 url(/static/img/fdst14/wege-ebnen_reha.gif) 14px 9px no-repeat;
}

.bildung h1,
.bildung h1 span {
  border-color: #990134;
  color: #990134;
}

.bildung #page_head {
  background: #990134 url(/static/img/fdst14/wege-ebnen_bildung.gif) 14px 9px no-repeat;
}

.touristik h1,
.touristik h1 span {
  border-color: #015077;
  color: #015077;
}

.touristik #page_head {
  background: #015077 url(/static/img/fdst14/wege-ebnen_touristik.gif) 14px 9px no-repeat;
}


.aktuell #page_head {
  background: #dc2b19 url(/static/img/fdst14/wege-ebnen_aktuell.gif) 14px 9px no-repeat;
}

#page_body_main_title h1 {
  font-size: 1.3em;
}

#page_body_main_content h2 {
  margin-top: 20px;
  font-size: 1.2em;
  color: #565445;
}

h4{
}

h5 {
  font-style: italic;
}

/* ags ********************************

#page_body_main_content p {
  margin-top: 14px;
} */

.xhtml #page_body_main_content p,
.xhtml #page_body_main_content h3,
.xhtml #page_body_main_content h2
{
    margin-bottom: 6px !important;
}

.xhtml #page_body_main_content .co_pos_first
{
    margin-top: 6px;
}

#page_body_right_content .extra_link
{
    margin-top: 7px;
}

#page_body_main_content .extra_link
{
    margin-top: 6px;
}


/* ***************************** */

.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
  font-size: 0;
  display: block;
}

.invisible{
  display: none;
}

.offscreen{
  position: absolute;
  left: -5000px;
}

