/* ************************************************************************************
 * ************************************************************************************
 * 
 *  Template style definitions
 * 
 * ************************************************************************************
 * ************************************************************************************/

/* ************************************************************************************
 *  Global page settings
 * ************************************************************************************/

/* loading needed fonts */
@font-face {
  font-family: Oswald;
  src: url(fonts/Oswald-Regular.woff);
}

@font-face {
  font-family: Oswald;
  src: url(fonts/Oswald-Bold.woff);
  font-weight: bold;
}

@font-face {
  font-family: Rosario;
  src: url(fonts/Rosario-Regular.woff);
}

@font-face {
  font-family: Rosario;
  src: url(fonts/Rosario-Bold.woff);
  font-weight: bold;
}

/* root style */
html, body,
div#root_div {
  height: 100%;

  font-family: Oswald;
}

.page_bg {
/*  background: #ebebeb; */
  background: url(images/RandBG.jpg) 0 0 repeat;
  margin: 0px 40px;
}

/* defines the min and max width of the content space */
body.width_fmax div#wrapper {
        min-width: 688px;
        max-width: 1350px;
}

/* left borderline */
div#wrapper {
/*  background: url("images/wrapper.jpg") no-repeat scroll center top transparent; margin: 0 auto; */
  background: url(images/borderline_left.jpg) 0 0 repeat-y;
  height: 100%;  
}

/* right borderline */
div#wrapper_r {
  background: url(images/borderline_right.jpg) 100% 0 repeat-y;
  height: 100%;
}

#whitebox {
  overflow: hidden;
  margin: 0;
  width: auto;
  min-height: 100%; 
  background: #ffffff;
/*  padding-bottom: 15px; */
}

#whitebox div {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
/*    font-family: "Droid Serif",serif; */
    line-height: normal;
    margin: 0 0 20px;
}

a:link {color: #98a89e; text-decoration: none; }
a:active {color: #98a89e; text-decoration: none; }
a:visited {color: #98a89e; text-decoration: none; }
a:hover {color: #84948b; text-decoration: underline; }

.cont a {
  font-weight: bold;
}

div#hor_borderline {
  width: 100%;
  height: 2px;
  background-image: url("images/separator_hor.jpg");
  background-repeat: repeat-x;
  background-position: right bottom;
}

div#clearSection {
  clear: both;
}

.allWidth {
  width: 100%;
}

/*
 * horizontal list's
 */

@media screen and (min-width: 1030px) {
  .horListCell_First {
  /*  background: #ff0000; */
    float: left;
    padding-top: 0px;
    padding-right: 2%;
  }

  .horListCell {
    float: left;
    background: url("images/liLeftBorderline.gif") repeat-y scroll left top;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0px;
    height: 100%; 
    overflow: auto;
  }

  .cont .horListCell ul,
  .cont .horListCell_First ul {
    padding-top: 10px;
    padding-bottom: 10px;
/*    padding-right: 5px;*/
    background: #f6fbf8;
  }

  .table {
    display: table;
    height: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .table-row {
    display: table-row;
    height: 100%;
  }

  .table-row-seperator {
    background: url("images/liLeftBorderline.gif") repeat-x scroll left top;^M
  }

  .horListCell_2Cols {
    width: 46%;
    display: table-cell;
    height: 100%;
  }

  .horListCell_3Cols {
    width: 30%;
    display: table-cell;
    height: 100%;
  }
}

@media screen and (max-width: 1030px) {
  .horListCell_First {
/*    background: #ff0000; */
    padding-top: 10px;
  }

  .horListCell {
    background: url("images/liLeftBorderline.gif") repeat-x scroll left top;
    padding-top: 10px;
  }

  .cont .horListCell ul,
  .cont .horListCell_First ul {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-right: 5px;
    background: #f6fbf8;
  }

  .cont .horListCell h2,
  .cont .horListCell_First h2 {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .table {
  }

  .table-row {
  }

  .horListCell_2Cols {
  }

  .horListCell_3Cols {
  }
}

/* "icons" stuff (e.g. print icon) */
.cont .icons ul {
    background: transparent none repeat scroll 0 0;
    font-size: 0.6em;
    margin-left: auto;
    padding-bottom: 0;
    padding-top: 0;
    text-align: right;
    width: 100%;
}

.cont .icons ul li {
    background: transparent;
    display: block;
    height: auto;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-top: 0px;
    text-decoration: none;
    vertical-align: middle;
}

/* ************************************************************************************
 *  Header stuff
 * ************************************************************************************/

div#header_top {
  height: 25px;
}

div#header {
  margin: 0px 6px 25px 45px;
}

#header #logo {
  background-image: url("images/CoCo-On_MitSchriftOswald_350x50_lowRes.jpg");
  background-repeat: no-repeat;
  height: 50px;
}

/* ************************************************************************************
 *  Menus: Global stuff
 * ************************************************************************************/

.module_menu .menu li,
.module .menu li { 
  padding:0 0 0 10px;
  line-height: 20px;
}

ul.menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* ************************************************************************************
 *  Left/Right Menu
 * ************************************************************************************/

#mobileNav {
  /* don't display the mobile menu! */
  display: none; 
}

#mobileContact {
  /* don't display the mobile contact section! */
  display: none;
}

.leftcol,
.rightcol {
  margin: 10px 0px 10px 20px;
  float: left;
  width: 16%;
  min-width: 200px;
  margin 0;
  background: #ffffff;
}

/* title settings */
.leftcol h3,
.rightcol h3 {
  margin: 0;
  color:#98a89e;
  font-weight: 600;
  font-family: Oswald, Arial, sans-serif;
  font-size: 1.1em;
  background:#eeeeee;
  padding: 0px 0 0px 13px;
  margin-left: 10px;
  line-height: 33px;
  text-align: left;
  vertical-align: middle;
  height: 33px;
  background: url(images/MenuTitleBG.jpg) top left repeat-x;
}

/* sub title settings */
.leftcol ul.menu li.current-menu-item a, 
.leftcol ul.menu li.current-menu-item a:link, 
.rightcol ul.menu li.current-menu-item a, 
.rightcol ul.menu li.current-menu-item a:link {
  background: 
      url("images/MenuSubTitleBorderline.gif") repeat-x left bottom,
      url("images/MenuArrow.gif") no-repeat scroll left center;
  color: #98a89e;
}

.leftcol ul.menu li a, 
.leftcol ul.menu li a:link, 
.rightcol ul.menu li a, 
.rightcol ul.menu li a:link {
  background: transparent url("images/MenuSubTitleBorderline.gif") repeat-x left bottom;
  height: 32px;
  color: #98a89e;
  display: block;
  line-height: 32px; 
  padding: 2px 15px;
  text-decoration: none;
  vertical-align: middle;
}

.leftcol ul.menu li a:hover,
.rightcol ul.menu li a:hover {
  color: #84948b; 
  text-decoration: underline; 
}

.leftcol .bottom, 
.rightcol .bottom { 
  margin-top: 30px; 
} 

.maincol_w_right .leftcol .cont,
.maincol_w_left .leftcol .cont,
.maincol_w_right .rightcol .cont,
.maincol_w_left .rightcol .cont {
  font-family: Rosario;
  font-size: 0.7em;
/*  float: left; */
  padding: 0px 0 0 0px;
/*      width: 1000px;  */
/*  width: 70%; */
  margin: 0px 0px 0px 0px;
  text-align: center;
  background: #ffffff;
}

.maincol_w_right .leftcol .cont h3,
.maincol_w_left .leftcol .cont h3,
.maincol_w_right .rightcol .cont h3,
.maincol_w_left .rightcol .cont h3 {
  margin: 0;
  color:#98a89e;
  font-weight: 600;
  font-family: Oswald, Arial, sans-serif;
  font-size: 1.6em;
  background:#eeeeee;
  padding: 0px 0 0px 13px;
  margin-left: 10px;
  line-height: 33px;
  text-align: left;
  vertical-align: middle;
  height: 33px;
  background: url(images/MenuTitleBG.jpg) top left repeat-x;
}

.maincol_w_right .leftcol .cont p,
.maincol_w_left .leftcol .cont p,
.maincol_w_right .rightcol .cont p,
.maincol_w_left .rightcol .cont p {
  padding-left: 25px;
}

/* ************************************************************************************
 *  Footer menu
 * ************************************************************************************/

.bottom-menu {
  white-space: nowrap;
  display: inline-block;
  height: 15px;
  padding-left: 10px;
}

.bottom-menu ul.menu{
  white-space: nowrap;
  display: inline-block;
}

.bottom-menu ul.menu li {
  white-space: nowrap;
  display: inline-block;
}

.bottom-menu ul.menu li a,
.bottom-menu ul.menu li a:link {
  background: url("images/darkGrey.gif") repeat-y scroll 0 0;
  color: #98a89e;
  display: block;
  padding: 0px 0px 2px 15px;
  margin: 0px 0px 10px 15px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
}

.bottom-menu ul.menu li a:hover {
  color: #84948b;
  text-decoration: underline;
}



/* ************************************************************************************
 *  Content
 * ************************************************************************************/

.newFeature {
  background-color: #ef1422;
  color: #ffffff;
  font-weight: bold;
/*  font-style: italic; */
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #780a11;
}

@media screen and (max-width: 850px) {
  .cont img {
    max-width: 300px;
    height: auto;
  }
}

@media screen and (min-width: 850px) and (max-width: 1150px) {
  .cont img {
    max-width: 300px;
    height: auto;
    float: right;
  }
}

@media screen and (min-width: 1150px) {
  .cont img {
    float: right;
  }
}


.maincol_w_right .cont,
.maincol_w_left .cont  {
  font-family: Rosario;
/*  float: left; */
  padding: 6px 0 0 30px;
/*      width: 1000px;  */
/*  width: 70%; */
  margin: 0px 40px 0px 250px;
  text-align: center;
  background: #ffffff;
}

.cont h1 {
  font-family: Oswald;
  background: url("images/h1Arrow.gif") no-repeat scroll 0px 12px;
  -ms-background-position-y: 18px;  /* fix for IE */
  padding-left: 15px;
  margin-left: 0px;
  color: #98a89e;
}

.cont h2 {
  font-family: Oswald;
  font-size: 1.3em;
  padding-left: 0px;
  margin-left: 0px;
  color: #98a89e;
}

.cont h3 {
  font-family: Oswald;
  font-size: 1em;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  color: #98a89e;
}

.cont h6 {
/*  font-family: Oswald; */
  font-size: 1em;
  font-weight: bold;
  padding-left: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #98a89e;
}

.cont p {
  margin-top: 8px;
}

.cont ul {
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f6fbf8;
}

.cont ul li {
  background: transparent url("images/MenuArrow.gif") no-repeat scroll 2px 11px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  padding-left: 15px;
}

.cont ul li p {
  margin: 0;
  padding: 0;
}

.cont ul#listLinks {
  font-family: Oswald;
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url("images/liLeftBorderline.gif") repeat-y top left,
      #f6fbf8;
}

.cont ul#listLinks li {
/*  background: transparent url("images/liLeftBorderline.gif") repeat-y left top; */
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #98a89e;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  padding-left: 10px;
}

.cont ol li {
  padding-bottom: 10px;
}

/* ************************************************************************************
 *  Footer
 * ************************************************************************************/

div#footer {
  font-family: Rosario;
  font-size: 0.8em;
  color: #98a89e;

/*  position: fixed;
  bottom: 0px; */
  margin: 10px 45px 10px 45px;
}

div#footer_r {
  text-align: right;
  float: right;
}

#footer #logo {
  background-image: url("images/CoCo-On_MitSchriftOswald_140x20_lowRes.jpg");
/*  background-size: 140px 20px; */
  background-repeat: no-repeat;
  height: 20px;
  padding-left: 150px;
  padding-bottom: 20px;
  white-space: nowrap;
  display: inline-block;
}
