
@media screen, projection
{

  .noscreen
   {
     display:none;
   }

  *
   {
   font-size: 100.01%;
  }

  
  body
  {
       
    background-color: #FFFFFF;
       font-family: arial;
    margin: 0px 0px 0px 0px;
          overflow-x: hidden;
     }

  #header
  {
   display: block;
   position: relative;
     background-color: transparent;
            
    color: #8eb934;
       margin: 0;
    height: 130px;
  }

  #header-title
  {
   position:relative;
/*   z-index:8888;  */
   width:940px;
   padding:10px;
   overflow:hidden;
       display: table-cell;
    text-align: left;
    vertical-align: bottom;
      font-size: 32pt;
  }

  #header-logo
  {
   position:relative;
/*   z-index:8888;  */
   width:940px;
   padding:10px;
   overflow:hidden;
   display: table-cell;
   line-height:0;
   text-align: right;
   vertical-align: bottom;
  }

  #header-languages
  {
   position:relative;
/*   z-index:9999; */
   width:940px;
   padding:10px;
   overflow:hidden;
   display: table-cell;
   line-height:0;
   text-align: left;
   vertical-align: top;
  }

  #menu
  {
       
     background-color: #8eb934;
            margin: 0;
         width: 100%;
        }
  
  div.menu
  {
  
    color: #FFFFFF;
    font-size: 9pt;
    text-align: left;
      margin: 0;
          width:960px;
           display: table-cell;
    vertical-align: middle;
    height: 40px;
       }

  .menu ul
  {
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
  }

  .menu ul li
  {
    display: block;
    float: left;
    margin-right: 0;
       margin-right: 28px;
     }

  .menu li a,
  .menu li a:visited
  {
    display: table-cell;
    vertical-align: middle;
       height:25px;
       
    color: #FFFFFF;
                   background-size: 100% 100%;
                  padding: 3px 0px;
    text-decoration: none;
  }

  .menu li a:hover
  {
  
    color: #FFFFFF;
    cursor: hand;
    text-decoration: underline;
     }

    ul.dropdown,
  ul.dropdown li:hover
  {
    position: relative;
  }

    ul.dropdown ul
  {
    width: 220px;
    visibility: hidden;
    position: absolute;
    z-index:20000;
    top: 100%;
    left: 0;
    margin: 0;
  }
  ul.dropdown ul li
  {
    font-weight: normal;
    color: #000;
    float: none;
    height: 100%;
    width: 100%;
  }
  ul.dropdown ul li a
  {
    text-align:left;
    border-right: none;
    display: inline-block; /* IE 6 & 7 Needs Inline Block */
    padding: 3px 10px;
    width: 100%;
    height: 100%;
       
    background-color: #8eb934;
    
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
     }
  ul.dropdown ul li a:hover
  {
    background: #dddddd;
       background-color: #ccc;
    color: #333333;
    text-shadow:none;
     }

    ul.dropdown ul ul
  {
    left: 240px;
    top: 0;
  }
  ul.dropdown li:hover > ul
  {
    visibility: visible;
  }

  #wrapper
  {
    overflow: hidden;
          width:960px;
        max-width: 100%;
  }

  #inner_wrapper, div.inner_wrapper
  {
    position: relative;
          width:960px;
        max-width:95%;
    margin: 0 auto;
  }

  #page
   {
       
    background-color: #FFFFFF;
        
    color: #404040;
    font-size: 9pt;
    text-align: left;
      margin: 0;
    }

  #submenu
  {
    margin:5px 0 15px 0;
  }

  #submenu ul
  {
    margin:0;
    padding: 0;
    list-style-type: none;
  }

  #submenu ul li
  {
   float:left;
   margin-right:10px;
  }

  #submenu ul li a
  {
   padding:4px;
   
   border: solid 1px #595959;
   text-decoration: none;
   font-weight: bold;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   display:block;
   margin-bottom:10px;
  }

  #submenu ul li a:hover
  {
   
   border: solid 1px #8eb934;
  }

  #breadcrumbs
  {
   font-size:0.8em;
   margin:0 0 10px 0;
  }

  #page_content
  {
       padding:10px;
     }

  #page p
  {
    line-height: 1.5em;
    margin: 0 0 1.0em 0;
  }

  div.pagetitle h2
  {
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 0 8px 0;
  }

  div.pinterest_image
  {
    position: relative;
    display: inline-block;
    line-height: 0;
  }

  .pinterest_button
  {
    z-index:9999;
    position: absolute;
    display: block;
    width: 49px;
    bottom: 12px;
    right: 12px;
    height: 24px;
    background: url('https://data.cms4u.solutions/cms4u/images/button_pinit.png') no-repeat bottom center;
    opacity: 0;
  }
  .pinterest_image:hover .pinterest_button
  {
    opacity: 1;
  }
  
  #footer
  {
   clear:both;
   display: block;
   position: relative;
       
     background-color: #FFFFFF;
                 
    color: #595959;
              font-size: 8pt;
       width: 100%;
    margin: 0;
     }

  div.footer
  {
   padding: 5px 10px;
  }
  
  
  #sitemap ul
  {
    list-style-type: none;
    padding-left:15px;
  }

  .fine_print
  {
    font-size: 0.8em;
    text-decoration: none;
    font-weight: normal;
  }

  hr
  {
    height: 1px;
    margin:8px 0px;
    color: transparent;
  
    border-bottom: solid 1px #404040;
  }

  
  h1
  {
    font-size: 1.4em;
    margin: 0px 0px 10px;
    color: #404040;
  }

  h2
  {
    font-size: 1.3em;
    margin: 12px 0px 8px;
    color: #404040;
  }

  h3
  {
    font-size: 1.2em;
    margin: 12px 0px 8px;
    color: #404040;
  }

  h4
  {
    font-size: 1.1em;
    margin: 12px 0px 8px;
    color: #404040;
  }

  h5
  {
    font-size: 1.0em;
    margin: 12px 0px 8px;
    color: #404040;
  }

  
  a
  {
    color: #595959;
  }

  
  a:hover
  {
    color: #8eb934;
  }

  .input_error
  {
    font-weight: bold;
    font-size:0.9em;
    padding: 0 0 5px 205px;
  }

  label.error
  {
    background: #cc0000;
    color:#fff;
    display:block;
    padding:3px;
    margin-bottom:5px;
  }

  
  fieldset
  {
  
   border: solid 1px #404040;
   padding:10px;
   border-radius: 5px;
  }

  fieldset div
  {
   margin: 5px 0;
   clear:both;
  }

  legend
  {
  
   border: solid 1px #404040;
   padding:0.2em 10px;
   border-radius: 5px;
  
   color: #404040;
  }

  fieldset label
  {
      float:left;
   width: 200px;
  
   border-bottom: dotted 1px #404040;
   margin-right: 5px;
  }

  fieldset label.error
  {
   background: transparent;
   float: none;
   color: red;
   padding-left: .5em;
   vertical-align: top;
   border-bottom: none;
   margin: 0;
   width: 100%;
  }

  input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], textarea
  {
   font-family: arial;
   font-size: 1em;
   width: 400px;
  
   border: solid 1px #404040;
   border-radius: 3px;
   padding:2px 5px;
  }

  input[type=submit]
   {
   font-family: arial;
  }
  
  input.error,
  textarea.error,
  select.error
  {
   border: solid 1px red !important;
   background: #ffdddd;
  }

  #cookie_info
  {
    background-color: #000000;
    color: #eeeeee;
    padding: 4px 20px;
    text-align: center;
  }
  
  #cookie_info a
  {
    background: #eeeeee;
    color: #000000;
    padding: 5px 10px;
    text-decoration: none;
  }

}


   @media print
{

  .noprint
  {
    display:none;
  }

  body
  {
    background-color: #ffffff;
    font-family: arial    color: #000000;
    font-size: 9pt;
  }

  #header
  {
    display:none;
  }

  #header-title
  {
    display:none;
  }

  #header-languages
  {
    display:none;
  }

  div.menu
  {
    display:none;
  }

  #page
  {
    font-size: 9pt;
    line-height:1.5em;
    text-align: left;
  }

  #page_content
  {
    padding:0;
  }

  .pinterest_button
  {
    display:none;
  }
  
  .fine_print
  {
    font-size: 8pt;
  }

}

.col_1 { color: #a6a6a6; }
.col_2 { color: #cccccc; }
.col_3 { color: #f2f2f2; }
.col_4 { color: #8eb934; }
.col_5 { color: #e5e5e5; }
.col_6 { color: #f2f2f2; }
.col_7 { color: #595959; }
.col_8 { color: #A6A6A6; }
.col_9 { color: #FFFFFF; }
.col_10 { color: #c0c0c0; }
.col_11 { color: #808080; }
.col_12 { color: #404040; }
.col_13 { color: #202020; }

#ui-datepicker-div
{
 display:none;
}

#header-title
{
  display:none;
}
#header-logo {
  padding: 10px 0;
}


#menu {
  font-family: 'Michroma';
  width: 100%;
}

.menu ul {
  margin: 0;
  }
ul.dropdown ul li a {
  width: 100px;
}

#page_content {
  padding: 17px 0;
  min-height: 350px;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: 'Michroma';
  color: #333333;
  padding: 0 0 0 10px;
  margin: 25px 0 20px 0;
  border-left: solid 25px #8eb934;
}

#widget_738 h3 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: 'Michroma';
  color: #333333;
  padding: 0 0 0 10px;
  margin: 25px 0 20px 0;
  border-left: solid 25px #8eb934;
}

h4 {
  color: #8eb934;
  font-size: 1.1em;
  font-weight:normal;
  text-transform: uppercase;
    margin: 12px 0 8px;
}
h5 {
  color: #8eb934;
  font-size: 1.2em;
  font-weight:normal;
  text-transform: none;
    margin: 12px 0 0px;
}
h6 {
  margin: 0;
  color: #8eb934;
	font-weight: normal;
}
.teaserbox {
  border: 1px solid #cccccc !important;
  }

.teaserbox p {
  color: #8eb934;
  text-transform: uppercase;
  }
.teambox h4 {
  padding-top: 150px;
  }
  
#footer {
  text-align: center;
  border-top: 1px solid #8eb934;
}
  
