body {
  font-size: 12px;
  line-height: 20px;
  color: #6f6f6e;
  font-family: Arial, Helvetica, sans-serif;
}

#top-nav .item {
  font-size: 12px;
  line-height: 14px;	
}
#top-nav .item a {
  color: #fefefe;
  text-decoration: none;
}
#top-nav .item a:hover, #top-nav .act a {
  color: #d20b2a;
}

#header-address {
  color: #4d4c4c;
  line-height: 15px;
}
#header-address a {
  color: #4d4c4c;
  text-decoration: none;
}
#header-address a:hover {
  color: #d20b2a;
}
#header-breadcrumb {
  line-height: 13px;
  color: #bdbdbd;
}
#header-breadcrumb a {
  font-size: 11px;
  line-height: 13px;
  color: #bdbdbd;
  text-decoration: none;
}
#header-breadcrumb a:hover {
  color: #d20b2a;
}

#teaser-container {
  color: #504e4d;
}

#home-nav .item {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
#home-nav .item a {
  color: #ffffff;
  text-decoration: none;
}
.home-nav-sublevel .item {
  font-size: 12px;
  line-height: 20px;
}
.home-nav-sublevel .item a {
  color: #6f6f6e;
  text-decoration: none;
}
.home-nav-sublevel .item a:hover {
  color: #d20b2a;
}

#subnav .item {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
#subnav .sublevel .item {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
#subnav .item a {
  color: #ffffff;
  text-decoration: none;
}
#subnav .item a:hover {
  color: #fff;
  text-decoration: underline;
}
#subnav .act a {
  color: #fff;
  text-decoration: underline;
}

#subnav .sublevel .item a {
  color: #434242;
}
#subnav .sublevel .item a:hover, #subnav .sublevel .act a {
  color: #434242;
  text-decoration: underline;
}

#left-content table td {
  font-size: 14px;
  line-height: 22px;
}
#left-content table td a {
  color: #434242;
  text-decoration: none;
}
#left-content table td a:hover, #left-content table td a.act {
  color: #434242;
  text-decoration: underline;
}

.footer-column .title {
  color: #474646;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.footer-column .item {
  line-height: 14px;
}
.footer-column .item a {
  color: #474646;
  font-size: 12px;
  text-decoration: none;
}
.footer-column .item a:hover, .footer-column .act a {
  color: #474646;
  text-decoration: underline;
}
.footer-column .address {
  font-size: 10px;
  line-height: 13px;
}

/* common styles */
a {
  color: #d3172c;
}
a:hover {
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
  color: #d3172c;
}
h1 {
  font-size: 22px;
  line-height: 26px;
  color: #6f6f6e;
}

h2 {
  font-size: 20px;
  line-height: 24px;
}
h3 {
  font-size: 18px;
  line-height: 22px;
}
h4 {
  font-size: 16px;
  line-height: 18px;
}
h5 {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
h6 {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

ul, ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 24px;
}

/* News styles */
.news-latest-item {
  line-height: 16px;
  padding: 10px 0;
}
.news-latest-item p {
  display: inline;
}