
/* official colors:

   green: #a6ce39
   grey:  #808080
*/ 

body {
  /*font-family: AvenirNextLTPro, Arial, Helvetica, sans-serif;*/
  /*font-family: Helvetica, Verdana, Arial, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  color: #222;
  font-size: 17px;
  font-size-adjust: 0.5;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  body {
    font-size: 16px;      
  }
}  

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  body {
    font-size: 16px;      
  }
}

@media print { 
  .dontprint {
    display: none;
  }
}  

.pagewidth {
  width: 970px;
}

.container {
	display: block;
  width: 970px;
	margin-left: auto;
  margin-right: auto;
}
  
table {
  padding: 0px;
  margin: 0px;
  border-style: hidden;
  border-width: 0px;
  border-spacing: 0px;
  font-size: 100.1%;
}

input[type=text], select {
    width: 100%;
    padding: 6px 5px 8px 5px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}

.xcolor {
  color: #a5cb44;
}

.xcolor_background {
  /*background-color: #a3cc43;*/
  background-color: #a5cb44;
}

strong {
  color: #150000;
  font-weight: bold;
}

blockquote {
  font-size: 102%;
}

/* ckeditor styles begin */

h1 {
  color: #002f60;
	font-size: 120%;
  font-weight: bold;
	margin-top: 0px;
  margin-bottom: 15px;
  /*font-family: AvenirNextLTPro-Bold, Arial, Helvetica, sans-serif;*/
}

.header1text {
  color: #002f60;
  font-size: 120%;
  font-weight: bold;
}

h2 {
  color: #002f60;
	font-size: 101%;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 5px;
  /*font-family: AvenirNextLTPro-Bold, Arial, Helvetica, sans-serif;*/
}

h3 {
  color: #002f60;
	font-size: 101%;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 5px;
  /*font-family: AvenirNextLTPro-Bold, Arial, Helvetica, sans-serif;*/
}

h4 {
}

p {
  font-weight: normal;
  font-style: normal;
  margin: 5px 0px 5px 0px;
  font-size: 105.1%;
}

.flex {
  display: flex;
}

.image_free {
  margin: 10px 0 10px 0;
}

.image_tile {
  margin: 15px 8px 15px 0;
}

.image_left {
  float: left;
  margin: 20px 25px 20px 0;
}

.image_left_top {
  float: left;
  margin: 0 25px 20px 0;
}

.image_right {
  float: right;
  margin: 20px 0 20px 25px;
}

.image_right_top {
  float: right;
  margin: 0 0 20px 25px;
}

/* ckeditor styles end */

h1 > strong {
  font-weight: normal;
}

h2 > strong {
  font-weight: normal;
}

h3 > strong {
  font-weight: normal;
}

/*
a {
  color: #4e883e;
  text-decoration: none;
}

a:Visited  {
  color: #4e883e;
  text-decoration: none;
}

a:Active  {
  color: #4e883e;
  text-decoration: none;
}

a:Hover  {
  color: #4e883e;
  text-decoration: none;
}
*/

a,
a:Visited,
a:Active
{
  /*color: #0c317f;*/
  color: #03349a;
  padding: 0px 1px 0px 0px;
  text-decoration: none;
}

a:Hover  {
  color: #000;
  text-decoration: none;
  /*background: rgba(237, 237, 245, 1) none repeat scroll 0 0;*/
  /*background-color: #e5eaef;*/
}

a.whitelink {
  color: white;
  text-decoration: none;
}

a.whitelink:Visited  {
  color: white;
  text-decoration: none;
}

a.whitelink:Active  {
  color: white;
  text-decoration: none;
}

a.whitelink:Hover  {
  color: white;
  text-decoration: none;
}

a.plainlink,
a.plainlink:Visited,
a.plainlink:Active {
  color: #333;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
}

a.plainlink:Hover  {
  text-decoration: none;
  /*background: rgba(237, 237, 245, 1) none repeat scroll 0 0;*/
  /*background-color: #e5eaef;*/
}

a[id]::before { 
  display: block; 
  content: " "; 
  margin-top: -175px; 
  height: 175px; 
  visibility: hidden; 
  pointer-events: none;
}

.headerbox {
  width: 950px;
  padding: 0px 0 5px 3px;
  margin: 0px 0 0 0;
  border-radius: 0px;
}

.headerbox_logo {
	display: inline-block;
	width: 230px;
  padding-left: 8px;
	padding-top: 4px;
  vertical-align: top;
}

.headerbox_claim {
  display: inline-block;
  position: relative;
  width: 345px;
  vertical-align: top;
  text-align: right;
  font-size: 85%;
  color: #404040;
  padding-bottom: 2px;
}

.headerbox_claim_right {
	padding-top: 8px;
  font-size: 82%; 
  font-weight: bold;
  vertical-align: bottom;
  line-height: 125%;
}

.headerbox_right {
  padding-top: 10px;
	display: inline-block;
  position: relative;
  width: 355px;
  height: 59px;
  text-size: 90%;
  color: #404040;
  vertical-align: top;
}

#SkypeButton_Call_skype_11159_1 {
	position: absolute;
  top: -13px;
  left: 55px;
}

.contentbox {
	width: 950px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}

.content-left {
  display: inline-block;
  width: 580px;
  padding-left: 15px;
  padding-right: 50px;
  vertical-align: top;
}

.content-right {
  display: inline-block;
  width: 360px;
  vertical-align: top;
}

.content-right-greybox {
  width: 360px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.footerbox {
	color: #383838;
	background-color: #fff;
	width: 950px;
	padding: 2px 0 2px 10px;
	border-radius: 0px;
  margin-top: 15px;
	margin-bottom: 30px;
  border: solid 1px #e5eaef;
  border-width: 1px 0 1px 0;
}

.footerbox_left > tr > td > a {
  color: #383838;
}

.footerbox_left {
  width: 350px;
  font-size: 95%;
  font-weight: 500;
}

.footerbox_mid {
  width: 20px;
}

.footerbox_right {
	padding: 5px 0 0 0;
  width: 550px;
  font-size: 85%;
  font-weight: 200;
}

.wf-hruler {
  border: solid 1px #e5eaef;
  border-width: 0px 0 0 0;
  margin-top: 10px;
  margin-bottom: 0px;
}

.wf-menu-dark {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: none;
  border: solid 1px #e5eaef;
  border-width: 1px 0 1px 0;
  margin-bottom: 20;
  font-size: 97%;
}

.wf-menu-dark > ul {
  background-color: #fff;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
}

.wf-menu-dark > ul > li {
  background-color: #fff;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
}

.wf-menu-dark > ul > li > a {
  color: #383838;
	box-shadow: none;
  font-size: 90%;
  padding: 2px 20px;
  font-weight: normal;
}

.wf-menu-dark.-bold- > ul > li > a, .wf-menu-dark.-but- > ul > li > a {
	text-transform: uppercase;
	font-size: 85%;
  color: #808080;
}
	
.wf-menu-dark.-bold- > ul > li > a:hover, .wf-menu-dark.-but- > ul > li > a {
  text-transform: uppercase;
  font-size: 85%;
  /*color: #505050;*/
}
  
.wf-menu-dark > ul > li:hover > a {
  /*background: rgba(78, 136, 62, 0.10) none repeat scroll 0 0;*/
  box-shadow: none;
}

#mainmenu > ul > li > a.aawf-active {
  color: #4e883e;
  box-shadow: none;
  font-size: 90%;
  font-weight: bold;
}

.form-control {
  border-radius: 2px;
  height: 26px;
}

.pagination > li > a, .pagination > li > span {
  color: #4e883e;
  font-size: 80%;
}
	
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
} 

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
   /*background-color: #a5cb44;*/
   border-color: #a5cb44;
   color: #fff;
   cursor: default;
   z-index: 2;
}

.btn {	
	border-radius: 2px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  /*background-color: #a5cb44;*/
  border-color: #a5cb44;
  color: #fff;
}

.nav-header {
	font-size: 90%;
	margin-top: 5px;
  margin-bottom: 0px;
}

.nav > li > a {
  padding: 0 15px;
}

.option_right {
	text-align: center;
	background: white;
	padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 110%;
}

.option_right_spacer {
  height: 2px;
  /*background: white;*/
}

.option_right > a {
  color: #a5cb44;
  text-transform: uppercase;
  font-size: 90%;
}
	
.option_right > a:hover {
  /*color: #404040;*/
  text-transform: uppercase;
  font-size: 90%;
}
  
.nav-list li a {
	font-size: 88%;
}

.col-xs-8 {
  width: 155px;
}

.col-md-9 {
  width: 700px;
  display: inline-block;
  vertical-align: top;
  float: none;
  padding-left: 25px;
  padding-right: 35px;
}

.col-md-3 {
  width: 237px;
  display: inline-block;
  vertical-align: top;
  float: none;
	padding-right: 0;
}

.panel-heading {
	border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 6px 15px;
}

.panel-default > .panel-heading {
  background-color: white;
}

.panel-body {
	font-size: 97%;
  padding: 10px 10px 8px 15px;
}

.panel-title {
  font-size: 95%;
  font-weight: 600;
  color: #808080;
}

.authorbox_header {
}

.maincontainer {
  width: 945px;
}

.maincontent {
  display: inline-block;
  width: 700px;
  padding-left: 25px;
  padding-right: 45px;
  vertical-align: top;
}

.mainsidebar {
	position: relative;
  display: inline-block;
  width: 237px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 0px;
  /*background-color: #f5f5f5;*/
  vertical-align: top;
}
 
 .sidebar-right-box {
   padding: 10px 0 0 0;
 }
 
 .sidebar-right-facetbody {
   padding: 10px 0 10px 10px;
 }
 
.sidebar-item {
}

.greytext {
  color: grey;	
}

.centered-container {
  position: relative;
  width: 100%; 
  height: 100%;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-h-container {
  position: relative;
	width: 100%; 
}

.centered-h {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

.centered-v-container {
  position: relative;
	height: 100%; 
}

.centered-v {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.placeholder {
	visibility: hidden;
}

.servicetags {
  display: none;
}

.mf-colored-panel {
	border-color: #271000;
	font-size: 105%;
}

.panel-default > .mf-colored-header {
  background-color: #271000;
  border-color: #271000;
}

.panel-heading > .mf-colored-headertext {
  font-weight: bold;
  color: white;
}

.panel-default > .mf-colored-content {
	font-weight: bold;
	color: white;
  background-color: #cd4340;
  border-color: #271000;
}

.mf-colored-button {
  font-weight: bold;
  color: white;
  background-color: #271000;
  border-color: #271000;
}

.mf-colored-button:hover {
  font-weight: bold;
  color: black;
  /*background-color: #e0e0e0;*/
  border-color: #271000;
}

.headfoot_background
{
  background-color: transparent;
}

.siteheader_fixed
{
  position: fixed;
  left: 0px;
  right: 0px;
  background: #fff;
  z-index: 1000;
}

.siteheader
{
}

.siteheader_dimensions
{
  width: 970px;
  height: 125px;
}

.siteheader_dimensions_secondlevel
{
  width: 970px;
  height: 45px;
}

.siteheader_breadcrumbs
{
  width: 970px;
  margin-top: 10px;
  margin-left: 12px;
  margin-bottom: 5px;
  font-size: 85%;
  color: #999;
}

.siteheader_breadcrumbs > a,
.siteheader_breadcrumbs > a:Visited,
.siteheader_breadcrumbs > a:Active
{
  color: #999;
  padding: 3px 1px 3px 1px;
  text-decoration: none;
  font-style: italic;
}

.siteheader_breadcrumbs > a:Hover  {
  color: #000;
  text-decoration: none;
  /*background: rgba(230, 231, 237, 1) none repeat scroll 0 0;*/
}

.siteheader_border
{
  width: 100%;
  border-style: solid;
  border-color: #5b6f9a;
  border-width: 0 0 1px 0;
}

.siteheader_bottom_margin
{
  width: 100%;
  margin-bottom: 5px;
}

.siteheader_inner_top
{
  position: relative;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.siteheader_inner_top_height
{
  height: 95px;
}

#sitelogo
{
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 1000;
}

#sitelogo-bdps
{
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 1;
}

#sitelogo-lgbb
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#sitelogo-lgni
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#sitelogo-sk-afw
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#toputilitymenu 
{
  position: absolute;
  top: 15px;
  right: 15px;
}

#toputilitymenu-bdps
{
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1000;
}

#toputilitymenu-lgbb
{
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1000;
}

#toputilitymenu-lgni
{
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1000;
}

#toputilitymenu-sk-afw
{
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1000;
}

#toputilitymenu a,
#toputilitymenu a:Visited, 
#toputilitymenu a:Active
{
  color: #555;
  padding: 3px 2px 3px 2px;
  text-decoration: none;
  font-size: 90%;
}

#toputilitymenu a:Hover  
{
  color: #000;
  /*background: rgba(245, 245, 250, 1) none repeat scroll 0 0;*/
}


#toputilitymenu-bdps a,
#toputilitymenu-bdps a:Visited, 
#toputilitymenu-bdps a:Active
{
  color: #555;
  padding: 3px 2px 3px 2px;
  text-decoration: none;
  font-size: 80%;
}

#toputilitymenu-bdps a:Hover  
{
  color: #000;
  /*background: rgba(245, 245, 250, 1) none repeat scroll 0 0;*/
}

#toputilitymenu-lgbb a,
#toputilitymenu-lgbb a:Visited, 
#toputilitymenu-lgbb a:Active
{
  color: #555;
  padding: 3px 2px 3px 2px;
  text-decoration: none;
  font-size: 80%;
}

#toputilitymenu-lgbb a:Hover  
{
  color: #000;
  /*background: rgba(245, 245, 250, 1) none repeat scroll 0 0;*/
}

#toputilitymenu-lgni a,
#toputilitymenu-lgni a:Visited, 
#toputilitymenu-lgni a:Active
{
  color: #555;
  padding: 3px 2px 3px 2px;
  text-decoration: none;
  font-size: 80%;
}

#toputilitymenu-lgni a:Hover  
{
  color: #000;
  /*background: rgba(245, 245, 250, 1) none repeat scroll 0 0;*/
}

#toputilitymenu-sk-afw a,
#toputilitymenu-sk-afw a:Visited, 
#toputilitymenu-sk-afw a:Active
{
  color: #555;
  padding: 3px 2px 3px 2px;
  text-decoration: none;
  font-size: 80%;
}

#toputilitymenu-sk-afw a:Hover  
{
  color: #000;
  /*background: rgba(245, 245, 250, 1) none repeat scroll 0 0;*/
}

.sitemenu
{
  position: absolute;
  top: 90px;
  left: 0px;
  padding: 0;
  margin: 0;
}

.sitemenuitem_top
{
}

.sitemenuitem_top > a
{
  text-transform: uppercase;
}

.sitemenuitem_top > a:Hover
{
  text-transform: uppercase;
}

.sitemenuitem_margin 
{
  margin-right: 88px;
}
 
.sitemenu-dropdown
{
}
 
.sitemenuitem_drop
{
}

.sitemenuitem_drop > a
{
}

.sitemenuitem_drop_container {
  border: 1px solid #ccc;
  border-width: 0 1px 0 1px;
  padding: 3px 7px 3px 7px;
  color: #002f60;
  font-size: 110%;
}

.sitemenuitem_active > a
{
  color: red;
}

.sitemenuitem_inactive > a
{
  color: green;
}

.sitemenuitem_active > a:hover,
.sitemenuitem_inactive > a:hover
{
  color: yellow;
}

.sitemenuitem_inactive, 
.sitemenuitem_active
{
  font-weight: bold;
}

.sitemenuitem_first 
{
  width: 125px;
  text-align: left;
}

.sitemenuitem_middle 
{
  width: 237px;
  text-align: center;
}

.sitemenuitem_last
{
  width: 123px;
  text-align: right;
}

.sitemenuitem_first_bdps
{
  width: 125px;
  text-align: left;
}

.sitemenuitem_middle_bdps
{
  width: 225px;
  text-align: center;
}

.sitemenuitem_last_bdps
{
  width: 160px;
  text-align: right;
}

.sitemenuitem_first_lgbb
{
  width: 125px;
  text-align: left;
}

.sitemenuitem_middle_lgbb
{
  width: 225px;
  text-align: center;
}

.sitemenuitem_last_lgbb
{
  width: 160px;
  text-align: right;
}

.sitemenuitem_first_lgni
{
  width: 125px;
  text-align: left;
}

.sitemenuitem_middle_lgni
{
  width: 225px;
  text-align: center;
}

.sitemenuitem_last_lgni
{
  width: 160px;
  text-align: right;
}

.sitemenuitem_first_sk_afw
{
  width: 125px;
  text-align: left;
}

.sitemenuitem_middle_sk_afw
{
  width: 225px;
  text-align: center;
}

.sitemenuitem_last_sk_afw
{
  width: 160px;
  text-align: right;
}

.menuzord
{
  z-index: 100;
  background: transparent;
}

.menuzord-menu
{
  z-index: 100;
}

.menuzord-menu-top-border
{
  margin: 0 8px 0 8px;
  /*border: 1px solid black;
  border-width: 1px 0 0 0;*/
}

.menuzord-menu > li
{
  padding: 0;
}

.menuzord-menu > li > a
{
  padding: 2px 10px 5px 10px;
  color: #002f60;
  font-size: 106%;
}

.menuzord-menu > li > ul > li
{
  padding: 0;
}

.menuzord-menu > li > ul > li > a
{
  color: #002f60;
  font-size: 123%;
}

.menuzord-menu > li > ul > li > div
{
  color: #002f60;
  font-size: 123%;
}

.menuzord-menu ul.dropdown, 
.menuzord-menu ul.dropdown li ul.dropdown {
  min-width: 0px;
}

.menuzord-menu ul.dropdown
{
  padding-top: 5px;
  padding-bottom: 2px;
  /*border: 1px solid #002f60;
  border-width: 0 0px 1px 0px;*/
  width: 100%;
}

.menuzord-menu li a 
{
  color: #002f60;
  padding: 0px 4px 0px 4px;
  text-decoration: none;
  position: relative;
  outline: 0;
  transition: all 0.5s ease;
}

.menuzord-menu li a:Hover 
{
  /*color: #800000;*/
  color: #cd202c;
  /*background-color: #f0f0f0;*/
  /*background-color: #fff;*/  
  padding: 0px 4px 0px 4px;
  text-decoration: none;
  position: relative;
  outline: 0;
  transition: all 0.5s ease;
}

.menuzord-menu > li.sitemenuitem_active > a 
{
  /*color: #800000;*/
  color: #cd202c;
  text-decoration: none;
  padding: 0px 4px 0px 4px;
  position: relative;
  outline: 0;
  transition: all 0.5s ease;
}

.menuzord-menu > li.sitemenuitem_active > a:Hover 
{
  /*color: #800000;*/
  color: #cd202c;
  /*background-color: #f0f0f0;*/  
  /*background-color: #e5eaef;*/
  padding: 0px 5px 0px 4px;
  text-decoration: none;
  position: relative;
  outline: 0;
  transition: all 0.5s ease;
}

.menuzord-menu ul.dropdown li a 
{
  color: #002f60;
  width: 100%;
  padding: 2px 7px 1px 7px;
  text-decoration: none;
  position: relative;
  outline: 0;
  transition: all 0.5s ease;
}

.menuzord-menu ul.dropdown li a:Hover 
{
  /*color: #6a1632;*/
  color: #000;
  /*background: rgba(235, 235, 250, 1) none repeat scroll 0 0;*/
  /*background-color: #e5eaef;*/
  width: 100%;
  padding: 2px 7px 1px 7px;
  text-decoration: none;
  position: relative;
  outline: 0;
  transition: all 0.5s ease;
}

.menuzord-menu > li > .megamenu
{
  position: fixed;
  width: 100%;
  left: 0px;
  padding: 5px 0 2px 0;
  background: transparent;
  border: none;
  z-index: 100;
}

.megamenu-item
{ 
  font-size: 90%;
  margin-right: 20px;
}

.megamenu-between
{
  position: fixed;
  width: 100%;
  left: 0px;
  background-color: #e5eaef;
}

.megamenu-inner
{
  width: 948px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 7px;
  /*border: solid 1px grey;*/
  text-align: center;
}

.megamenu-nolink
{
}

.megamenu-nolink-active
{
}

.menuzord-menu > li > .megamenu a.megamenu-link
{
  color: #002f60;
  font-weight: 800;
  padding: 2px 4px 2px 4px;
  padding: 0;
  text-transform: uppercase;
}

.menuzord-menu > li > .megamenu a.megamenu-link:Hover
{
  /*color: #800000;*/
  color: #cd202c;
  /*background-color: #f0f0f0;*/  
  /*background-color: #e5eaef;*/
}

.menuzord-menu > li > .megamenu a.megamenu-link-active
{
  /*color: #800000;*/
  color: #cd202c;
  font-weight: 800;
  padding: 2px 4px 2px 4px;
  padding: 0;
  text-transform: uppercase;
}

.menuzord-menu > li > .megamenu  a.megamenu-link-active:Hover
{
  /*color: #800000;*/
  color: #cd202c;
  /*background-color: #f0f0f0;  */
  /*background-color: #e5eaef;*/
}

.siteheader_active_secondlevelmenu
{
  width: 100%;
  left: 0px;
  /*border: 1px solid #5b6f9a;
  border-width: 0 0 1px 0;*/
  padding: 0px 0 2px 0;
  background: #fff;
  /*opacity: 0.72;*/
}

.siteheader_active_secondlevelmenu_between
{
  width: 100%;
  left: 0px;
  background-color: #e5eaef;
}

.siteheader_active_secondlevelmenu_inner
{
  width: 948px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 7px;
  text-align: center;
}

.siteheader_inactive_secondlevelmenu_inner
{
  width: 948px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #fff;
}

.siteheader_active_secondlevelmenu a.megamenu-link
{
  color: #002f60;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 4px 2px 4px;
}

.siteheader_active_secondlevelmenu a.megamenu-link:Hover
{
  /*color: #800000;*/
  color: #cd202c;
  /*background-color: #f0f0f0;*/  
  /*background-color: #e5eaef;*/
}

.siteheader_active_secondlevelmenu a.megamenu-link-active
{
  /*color: #800000;*/
  color: #cd202c;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 4px 2px 4px;
}

.siteheader_active_secondlevelmenu a.megamenu-link-active:Hover
{
  /*color: #800000;*/
  color: #cd202c;
  /*background-color: #f0f0f0;*/  
  /*background-color: #e5eaef;*/
}

#page_footer
{
  position: relative;
  width: 100%;
  font-size: 86%;
  margin: 25px 0 0 0;
  border-style: solid;
  border-color: #5b6f9a;
  border-width: 1px 0 0 0;
}

#page_footer_inner
{
  position: relative;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 10px 0;
}

.bottommenuitem_top
{
  color: #555;
}

.bottommenuitem_active
{
  color: #555;
}

.bottommenuitem_inactive
{
  color: #555;
}

.bottommenuitem_drop
{
  color: #555;
}

.bottommenu_separator 
{
  border: 1px solid #e5eaef;
  border-width: 1px 0 0 0;
  margin: 6px 0;
}

#footer_social
{
  position: absolute;
  width: 140px;
  top: 12px;
  right: 15px;
}

#footer_sitelogo
{
  position: absolute;
  width: 85px;
  top: 12px;
  right: 15px;
}

#footer_contactoptions
{
  position: absolute;
  width: 85px;
  bottom: 12px;
  right: 15px;
}

article
{
  padding: 25px 16px 10px 5px;
  text-align: left;
}

.articlelist_search
{
  padding: 0px 0px 10px 5px;
}

.articlelist
{
  padding: 10px 90px 10px 5px;
}

.articlelist-pagination
{
  padding: 0px 100px 0px 0px;
  margin-bottom: -20px;
}

article p {
  position: relative;
  text-align: left;
}

.image_wrapper_class {
  display: inline-block;
  position: relative;
  margin: 0;
}

.image_wrapper_class_text {
  display: inline-block;
  position: relative;
  margin: 0 0 15px 0;
}

p img {
  vertical-align: top;
}

.image_alt_text_1_class {
  position: absolute;
  left: 3px;
  bottom: -22px;
  color: #555;
  font-weight: normal;
  font-size: 14px;
}

.image_alt_text_2_class {
  position: absolute;
  right: 3px;
  bottom: -22px;
  color: #555;
  font-weight: normal;
  font-size: 14px;
}

.nodocumentmessage {
  color: #888;
}

.nodocumentmessage-small {
  font-size: 90%;
}

.homepagelist {
  font-size: 95%;
}

.homepagelist a:Hover
{
  color: #000;
  text-decoration: none;
  /*background: rgba(237, 237, 245, 1) none repeat scroll 0 0;*/
  /*background-color: #e5eaef;*/
}

.homepagelist a,
.homepagelist a:Visited,
.homepagelist a:Active
{
  color: #444;
  padding: 2px 1px 2px 1px;
  text-decoration: none;
}

.homepagelist_blog {
  font-size: 95%;
  background-color: #e9f1ff;
  padding: 10px 10px 10px 0;
}

.homepagelist_blog a,
.homepagelist_blog a:Visited,
.homepagelist_blog a:Active
{
  color: #000;
  padding: 2px 1px 2px 1px;
  text-decoration: none;
}

.homepagelist_blog a:Hover  
{
  color: #555;
  text-decoration: none;
}

.homeslider {
  width: 712px;
  height: 335px;
  overflow: hide;
}

.homeslider_image {
  margin-left: auto;
  margin-right: auto;
}

.homeslider_clickarea {
  position: relative;
  width: 720px;
  height: 340px;
  z-index: 5000;
  cursor: pointer;
}

.homehinweis {
  position: relative;
  width: 950px;
  height: 138px;
  margin-top: -15px;
  overflow: hide;
  margin-bottom: -8px;
  padding: 0 20px 0 5px;
}

.homebanner {
  position: relative;
  width: 950px;
  height: 138px;
  margin-top: 17px;
  overflow: hide;
  margin-bottom: -8px;
}

.homebanner_inner {
  width: 950px;
  height: 139px;
}

.homebanner_clickarea {
  position: relative;
  width: 950px;
  height: 139px;
  cursor: pointer;
}

.homebanner_2_container {
  width: 952px;
  height: 138px;
  /*margin-top: 17px; geändert für unterhalb slider */
  margin-top: 8px;
  overflow: hide;
  margin-bottom: -8px;
}

.homebanner_2 {
  display: inline-block;
  position: relative;
  width: 470px;
  height: 138px;
  overflow: hide;
}

.homebanner_2_inner {
  width: 470px;
  height: 138px;
}

.homebanner_2_clickarea {
  position: relative;
  width: 470px;
  height: 138px;
  cursor: pointer;
}

.homebanner_2_separator {
  display: inline-block;
  width: 2px;
}

.homebanner_3_container {
  width: 952px;
  height: 138px;
  /* margin-top: 17px; geändert für unterhalb slider */
  margin-top: 8px;
  overflow: hide;
  margin-bottom: -8px;
}

.homebanner_3 {
  display: inline-block;
  position: relative;
  width: 310px;
  height: 138px;
  overflow: hide;
}

.homebanner_3_inner {
  width: 310px;
  height: 138px;
}

.homebanner_3_clickarea {
  position: relative;
  width: 310px;
  height: 138px;
  cursor: pointer;
}

.homebanner_3_separator {
  display: inline-block;
  width: 2px;
}

.hometile {
  width: 230px;
  height: 160px;
  overflow: hide;
}

.hometile_clickarea {
  position: relative;
  width: 230px;
  height: 160px;
  cursor: pointer;
}

.hometile_image {
  margin-left: auto;
  margin-right: auto;
}

.hometile_calendar_bdps {
  width: 230px;
}

.hometeaser {
  width: 450px;
}

.homenewslist_container,
.homecalendarlist_container {
  width: 954px;
}

.homenewslist_box_item {
  display: inline-block;
  vertical-align: top;
  width: 306px;
  /*height: 200px;*/
  height: auto;
  background-color: #dde6f5;
  padding: 14px 20px 10px 18px;
  overflow: hidden;
}

.homenewslist_box_item_sep {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 120px;
}

.homecalendarlist_box_item {
  display: inline-block;
  vertical-align: top;
  width: 223px;
  overflow: hidden;
}

.homecalendarlist_box_item_sep {
  display: inline-block;
  vertical-align: top;
  width: 10px;
}

.hometext {
  display: inline-block;
  vertical-align: top;
  width: 950px;
  height: auto;
  padding: 14px 20px 10px 0px;
  overflow: hidden;
}

.homebox3 {
  display: inline-block;
  vertical-align: top;
  width: 306px;
  /*height: 200px;*/
  height: auto;
  padding: 14px 20px 10px 18px;
  overflow: hidden;
  /* background-color: #dde6f5; */
  background-color: #e9f1ff;
}

.homebox3_titlesep {
  height: 6px;
}

.homebox3_sep {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 120px;
}

.homebox3-no-color-no-margin {
  display: inline-block;
  vertical-align: top;
  width: 310px;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.homebox3-no-color-no-margin_sep {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 120px;
}

.round-corner-box-1 {
  width: 950px;
  border: 2px solid rgba(0, 47, 96, .5);
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  color: #002f60;
  text-align: center;
}

.faq-container {
  width: 950px;
  margin-left: 5px;
  margin-top: 25px;
}

.faq-topinfo {
}

.faq-content-container {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 95%;
}

.faq-bottominfo {
}

.faq-content-container p {
  font-size: 100%;
}

#sitesearch_container {
  position: absolute;
  top: 45px;
  right: 0px;
}

#sitesearch_field {
  position: absolute;
  width: 328px;
  height: 24px;
  top: 6px;
  right: 12px;
  font-size: 85%;
  font-style: italic;
}

#sitesearch_resultpage_field {
  width: 120px;
  height: 24px;
  font-style: italic;
}

.sitesearch_results_container {
  padding-top: 30px;
  padding-left: 5px;
  vertical-align: top;
}

.sitesearch_results_sidebar {
  display: inline-block;
  width: 270px;
  vertical-align: top;
  overflow: hidden;
}

.sitesearch_results_list {
  display: inline-block;
  width: 630px;
  margin-left: 30px;
  vertical-align: top;
}

.detail_publicationdate {
  color: #555;
  font-size: 90%;
  margin-top: -10px;
  margin-bottom: 15px;
}

.list_date {
  color: #555;
  font-size: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
}

article > ul,
.faq-container > ul > li > div ul,
.faq-topinfo > ul,
.faq-bottominfo > ul 
{
  list-style: disc outside;
  margin-top: 10px;
  margin-left: 22px;
}

article > ul > li,
.faq-container > ul > li > div ul > li,
.faq-topinfo > ul > li,
.faq-bottominfo > ul > li 
{
  margin-bottom: 12px;
}

article > ol,
.faq-container > ul > li > div ol,
.faq-topinfo > ol,
.faq-bottominfo > ol 
{
  list-style: decimal outside;
  margin-top: 10px;
  margin-left: 22px;
}

article > ol > li,
.faq-container > ul > li > div ol > li,
.faq-topinfo > ol > li,
.faq-bottominfo > ol > li 
{
  margin-bottom: 12px;
}

.list_monthheader {
  color: #666;
  font-weight: bold;
  font-style: italic;
}

.list_filterheader {
  color: #666;
  font-weight: bold;
}

.list_filterdistance {
  height: 0.8em;
}

.autohyphen {
  display: flex;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

 .presselist_table {
   width: 850px;
 }
 