 html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
 }

 body
 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 170%;
  background:url(../img/bg-main.jpg) top center no-repeat;
  background-color: #294594;
}
 div
 {
   border: none;
 }

 #header
 {
  width: 1200px;
  height: 150px;
  margin: 80px 29px 0px  29px;
  padding: 0px;
  text-align: center;
  background:url(../img/bg-head.png) top center no-repeat;
 }

 #logo{
  width: 300px;
  height: 97px;
  margin: 26px 30px 27px 30px;
  padding: 0px;
  float: left;
 }
 
 #navigation
 {
  width: 840px;
  height: 150px;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  float: left;
 }
 
#slider
 {
  width: 1260px;
  height: 420px;
  margin: 0px;
  padding: 0px;
 }

#container
 {
  width: 1260px;
  margin: 0px auto;
  padding: 0px;
 }

 #content
 {
  width: 1200px;
  margin: 0px 30px;
  padding: 30px 0px 500px 0px;
  margin-bottom: 20px;
  background:url(../img/bg-content.png) top center no-repeat;
  background-color: #fff !important;
 }

#slider img
 {
  width: 1260px;
  height: 420px;
  border-top: none;
  margin: 0px 0px 0px 0px;
 }
 
 .cfull
 {
  float: left;
  width: 1140px;
  margin: 0px;
  padding: 15px 30px;
  text-align: justify;
  float: left;
 }
 
 .nopad
 {
  padding: 0px 30px !important;
 }
 
 .cquarter
 {
  float: left;
  width: 261px;
  margin: 0px;
  padding: 15px 16px;
  text-align: justify;
  float: left;
 }
 
 .cfirst
 {
  padding-left: 30px !important;
 }
 
 .clast
 {
  padding-right: 30px !important;
 }
 .positioner
  {
    position: relative;
    margin: 0px auto;
    left: 0px;
    top: 0px;
    width: 1260px;
    height: 0px;
  }
  
 #foot
 {
  position: relative;
  width: 1260px;
  height: 414px;
  top: -550px;
  margin: 0px;
  padding: 50px 0px 50px 0px;
  color: #294594;
  background:url(../img/bg-foot.png) top center no-repeat;
  text-align: center;
 }
 
 #vbcopyright
 {
  color: #fff;
  margin: 0px auto;
  margin-bottom: 20px;
  font-style: italic;
  padding: 0px;
 }
 .mod_rocksolid_slider {

  border: none;
  
  overflow: hidden;

  width: 100%;
  height: auto;
  margin: 0px;
 }
 .mod_rocksolid_slider img {
	width: 100%;
	height: auto;
 }

.clear
 {
  clear: both;
 }
 
 h1
 {
  color: #294594;
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px;
 }

 h2
 {
  color: #4d4d4d;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
 }
 
 .dark h1, .dark h2, .dark h3
 {
  color: #fff;
 }
 
a:link, a:visited
{
	color: #294594;
	text-decoration: none !important;
	font-weight: normal;
}

a:hover, a:active
{
	color: #202c86;
	text-decoration: none !important;
	font-weight: normal;
}

.dark a:link, .dark a:visited
{
	color: #dddddd;
}

.dark a:hover, .dark a:active
{
	color: #e9021f;
}

.copyright
 {
  font-style: italic;
  display: inline-block;
  margin-right: 50px;
 }

.mod-navigation
{
  margin: 0px auto;
}
#navigation ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  z-index: 95;

}

#navigation ul, #navigation li{
	float:left;
	text-align: center;
	}
	
#navigation ul li a, #navigation ul.level_1 li strong{
	color: #294594;
	width: auto;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 16px;
	line-height: 40px;
	text-decoration:none;
	text-align: right;
	display: block;
	font-weight: normal;
	padding: 95px 30px 15px 30px;

}

#navigation ul li strong:hover, #navigation ul li a:hover, #navigation ul.level_1 li strong.active, #navigation ul.level_1 li strong.active{
  background-color: #fecc00;
}

#navigation ul.level_2 li strong.active{
  color: #fff;
}

#navigation ul li:first-child a, #navigation ul li:first-child strong{
	border-left: none;
}

#navigation ul li:last-child a, #navigation ul li:first-child strong{
	border-right: none;
}

#navigation ul.level_2{
	position:absolute;
	left: -9999px;
	margin: 0px;
	padding: 0px;
}

#navigation ul li:hover ul{
	left:auto;
	border: 1px solid #4d4d4d;
	width: 200px;
	margin-top: -5px;
	margin-left: 10px;
	z-index: 99;
}

#navigation ul li li{
	float:none;
	}

#navigation ul.level_2
{
  border: none;
  background: #ffffff;
}

#navigation ul li li a, #navigation ul li li strong.active{
	color: #4d4d4d;
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 10px;
	background: #ffffff;
	display: block;
	width: auto;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	text-align: left;
	border-bottom: 1px solid #4d4d4d;
	text-indent: -0px;
	}
	
#navigation ul li li a:hover, #navigation ul li li strong.active{
        color: #ffffff;
	background: #4d4d4d;
}
form {
       width: 800px;
       margin: 0px 0px;
}

label {
       display: inline-block;
       width: 250px;
}

input.text, textarea, input.captcha {
       width: 490px;
       border: 1px solid #aaa;
}

.captcha_text {
       display: block;
       width: 590px;
       margin-left: 250px;
       font-style: italic;
}

.submit {
       width: 250px;
       border: 3px solid #294594;
       background-color: #202c86;
       color: #fff;
       margin: 10px 0px 30px 500px;
       padding: 10px;
}

 .toggler
 {
  border: none;
  outline:none !important;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  background-color: #fecc00;
  cursor: -webkit-s-resize;
  cursor: -moz-s-resize;
  cursor: s-resize;
 }


 div.ce_accordion {outline:none !important;}
 


.toggler.active {
/*    content: url("/files/meurer/img/plus.png"); */
    color: #fff;
    background-color: #202c86;
    margin-right: 3px;
    color: #fff;
}

.toggler.active:before {
/*    content: url("/files/meurer/img/minus.png");  */
    margin-right: 3px;
    color: #fff;
}

.accordion
{
  padding: 10px;
  margin: 0px;
}
