/*
    Document   : text
    Created on : 22.04.2013, 12:54:52
    Author     : Admin
    Description:
        Purpose of the stylesheet follows.
*/


h1, h2, h3, h4, h5, h6 {
  color: #6A7781;
  font-family: 'Ubuntu', Arial, Verdana, sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 18px;
  padding: 0 0 16px 0;
}

#content header h1.csc-firstHeader {
  border-bottom: 1px solid #E0E1E5;
  color: #6A7781;
  font-size: 24px;
  margin: 0 0 30px;
  padding: 0 0 10px;
}
h2 {
  color: #767676;
  font-size: 17px;
  line-height: 100%;
  padding: 16px 0;
}
h3 {
  font-style: normal;
}

.content-column h2 {
  margin: 1em 0 0 0;
}


h3.area-headline {
  display: inline-block;
  background: #b6b7bc;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  padding: 0 4px
}
h3.area-headline a { color: #ffffff; }

p.bodytext {
  max-width: 550px;
}

#nav-overlay h1 a {
  color: #406C8F !important;
}