/* ***************************************************************

    Stanrdard stylesheet for MOC Company TYPO3 site

     @AUTHOR: Jan-Erik Revbsech <jer@moccompany.com>

   ************************************************************** */
/*   This line requires some explanation:
     The W3C standars dictates that the width of an element is dependent on the padding and border, but IE handles
     things different. Defining a box to be width 50px and adding 10px margin will yield a box of width 70 in W3C
     comliant browsers, but a box of width 50 in IE. Since I think the latter is more convenient, I force Mozilla
     and most other W3C comliant browser to the IE box-model. Is still just a W3C proposal.
* { box-sizing:border-box; -moz-box-sizing:border-box }
*/
body {
 background-color: white;
 font-family: Verdana,Arial,Sans-Serif;
 color: #5c5d4e;
 margin: 0px;
 padding: 0px;
}
a {
  color: #afc21c;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
div,p,ul,li,td {
  font-family: Verdana,Arial,Sans-Serif;
  font-size: 11px;
  color: #5c5d4e;
}
p {
  margin: 0px 0px 8px;
}
p.loading {
  padding: 10px;
}
ul {
  /*padding: 0px;*/
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 18px;
}
up li {
  margin: 0px;
  padding: 0px;
}
p,table,ul {
  /*
  padding-left: 10px;
  padding-right: 10px;
  */
}
textarea {
  font-size: 11px;
}
input  {
   font-size: 10px;
   border: 1px solid #c8d1d9;
   background-color: #ebeff2;
}

div.singleimage table{
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  bottom: 0px;
}
div.singleimage img.singleimage {
/*
  border-bottom: 1px solid #c8d1d9;
  border-top: 1px solid #c8d1d9;
  */
}
h1 {
  font-size: 18px;
}
h2 {
 font-size: 11px;
 font-weight: bold;
 margin: 0px 0px 0px;
 padding: 0px 0px 0px;


}


div.csc-header {
  padding: 0px;
  margin: 0px;
}
div#topmenucontainer {
  /*width: 1015px;*/
  width: 100%;
  position: relative;
  height: 75px;
}
div#toplogo {
  /*float: left;   */
  position: absolute;
  top: 15px;
  left: 28px;
  /*padding-left: 28px;
  padding-top: 15px;*/
}
div#topmenu {
  /*float: left;*/
  width: 500px;
  /*padding-top: 34px;
  padding-left: 15px;
  */
  position: absolute;
  top: 32px;
  left: 162px;
  /*162*/
}
div#contact {
  float: left;
  text-align: right;
  /*
  padding-top: 40px;
  padding-right: 30 px;
  */
  position: absolute;
  left: 729px;
  bottom: 20px;
  width: 253px;
  /*background-color: yellow; */
}
div#bottombar {
  /*
  padding-top: 40px;
  padding-right: 30 px;

  position: absolute;
  left: 760px;
  */
  padding-top: 8px;
  /*background-color: green;*/
  width: 980px;
  padding-left: 28px;
}
div#bottombar div#extranetlogin {
  float: left;
}
div#bottombar div#address {
  float: right;
padding-top: 5px;
}
div#bottombar div#address span.address_company{
  font-weight: bold;
  color: #afc21c;
}
div#bottombar input.extranet_login {
   font-size: 10px;
   border: 1px solid #c8d1d9;
   background-color: #ebeff2;
}
div#bottombar input.extranet_loginbtn {
   background-color: white;
   font-size: 10px;
   border: 1px solid #c8d1d9;

}
div#bottombar span.address{
}
div#thinbar {
/*
  padding-top: 5px;
  padding-bottom: 3px;*/
  width: 100%;
  background: url('../images/topbar_thin_1000.jpg');
  background-repeat: repeat-x;
  position: absolute;
  /*top: 62px;*/
  bottom: 0px;
  left: 0px;
}
div#centerrow {
  background-color: yellow;
  background: url('../images/bg.gif');
  background-repeat: repeat-x;
  height: 496px;
  /*width: 1015px;*/
  /*width: 100%;     */
  min-width: 1015px;
  border-bottom: 1px solid #c8d1d9;

}
div#center_inner  {
  /*background-color: yellow;*/
  height: 100%;
  width: 1015px;
}
div#leftDropshadow {
  background-image: url('../images/dropshadow_left.gif');
  background-repeat: repeat-y;
  background-position: top right;
  width: 28px;
  float: left;
  height: 100%;
  position: relative;
}
div.corner_topright {
  position: relative;
  top: 0px;
  right: 0px;
  text-align: right;
}
div.corner_bottomright {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
}

div#rightDropshadow {
  background-image: url('../images/dropshadow_right.gif');
  background-repeat: repeat-y;
  background-position: top left;
  width: 28px;
  float: left;
  height: 100%;
  position: relative;
}
div.corner_topleft {
  position: relative;
  top: 0px;
  left: 0px;
}
div.corner_bottomleft {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
div#backbar {
    text-align: right;
    /*padding: 10px;*/
    font-size: 16px;
}
div#indepth {
  width: 933px;
  padding: 10px;
  height: 470px;
  overflow: auto;
}
div#maincontent {
  background-color: white;
  /*width: 1000px;*/
  height: 494px;
  /*margin-left: 28px;*/
  padding: 0px;
  float: left;
  background-image: url('../images/bottom_fade.gif');
  background-repeat: repeat-x;
  background-position: bottom left;
  border-right: 1px solid #c8d1d9;
  border-left: 1px solid #c8d1d9;
  border-top: 1px solid #c8d1d9;
}

div.subsite {
  width: 237px;
  float: left;
  border-left: 1px solid #c8d1d9;
  height: 490px;
}

div.columnheader {
  background-color: #d4dadf;
  padding: 20px 10px 0px 10px;

  /*vertical-align: middle;*/
  height: 45px;
  border-bottom: 1px solid #c8d1d9;
}
div.supercontainer {
  padding-top: 0px;
  padding-bottom: 0px;
}
div#col1 {
  background-color: white;

}
div#col2 {
  background-color: white;
}
div#col3 {
  background-color: white;
}
div#col4 {
  background-color: white;
}

div.col_content {
  padding: 0px;
  background-color: #d4dadf;
  height: 334px;
  border-bottom: 1px solid #c8d1d9;
  /*padding-top: 10px;*/
  /*padding-bottom: 10px; */
  overflow: hidden;
  position: relative;
}
div.col_content div.columncontent {
  padding: 10px;
}
div.col_content_act {
  padding: 10px;
  background-color: #ffffff;
  height: 400px;
  border-bottom: 1px solid #c8d1d9;
}

div.subsitemenu_no {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom:  1px solid #c8d1d9;
}

/* ##########################################
     Styles for various flexform elements.
########################################### */

/* ********* Two cols - equal width ****** */
.two-equal-width-cols{
  width:100%;
}
.two-equal-width-cols .left-col{
  float:left;
  width:48%;
}
.two-equal-width-cols .right-col{
  width:48%;
  float:right;
}
/* ******** Two cols - narrow left ******** */
.two-cols-narrow-left{
  width:100%;
}
.two-cols-narrow-left  .left-col{
  width:32%;
  float:left;
  margin-right:5%;
}
.two-cols-narrow-left  .right-col{
  width:60%;
  float:right;
}

/* ******** Two cols - narrow right ********* */
.two-cols-narrow-right{
  width:100%;
}
.two-cols-narrow-right .left-col{
  width:60%;
  float:left;
  margin-right:5%;
}
.two-cols-narrow-right .right-col{
  width:32%;
  float:left;
}

/* ********* Three cols - equal width ****** */
.three-equal-width-cols{
  width:100%;
}
.three-equal-width-cols .left-col{
  float:left;
  width:32%;
}
.three-equal-width-cols .middle-col{
  width:32%;
  float:left;
}
.three-equal-width-cols .right-col{
  width:32%;
  float:right;
}

/* ###########################################
                   Menu styles
   ########################################### */

/* ************* LEVEL 1 ********************* */
div.level-1-no,div.level-1-act, div.level-1-cur {
  padding-left: 0px;
  color: black;
}
div.level-1-act, div.level-1-cur {
  font-weight: bold;
}
div.level-1-no A,div.level-1-act A, div.level-1-cur A {
  color: black;
  text-decoration: none;
}
div.level-1-no A:hover,div.level-1-act A:hover, div.level-1-cur A:hover {
  color: black;
  text-decoration: underline;
}

/* ************* LEVEL 2 ********************* */
div.level-2-no,div.level-2-act, div.level-2-cur {
  padding-left: 10px;
  color: #afc21c;
  float: left;
  font-size: 14px;

}

div.level-2-act, div.level-1-cur {
  font-weight: bold;
}
div.level-2-no A,div.level-2-act A, div.level-2-cur A {
  color: #afc21c;
  text-decoration: none;
}
div.level-2-no A {
 font-weight: normal;
}
div.level-2-no A:hover,div.level-2-act A:hover, div.level-2-cur A:hover {
  color: #afc21c;
  text-decoration: underline;
}

/* ************* LEVEL 3 ********************* */
div.level-3-no,div.level-3-act, div.level-3-cur {
  padding-left: 10px;
  color: black;
}
div.level-3-act, div.level-3-cur {
  font-weight: bold;
}
div.level-3-no A,div.level-3-act A, div.level-3-cur A {
  color: black;
  text-decoration: none;
}
div.level-3-no A:hover,div.level-3-act A:hover, div.level-3-cur A:hover {
  color: black;
  text-decoration: underline;
}