/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#contant .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
  margin-bottom: 12px;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #009ee0;
}

a:hover {
  /*text-decoration: underline;*/
}

ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 81.25% Arial, Helvetica, sans-serif;
  color: #333;
  background: #dbd9cc url(../GFX/bodyGradient.gif) top left repeat-y;
  position: relative;
}

/*
h1, h2, h3, h4, h5 {
  font-weight: normal;
}*/

h1 {
  font-size: 139%;
}

h2 {
  font-size: 115%;
}

h3 {
  font-size: 115%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 92.5%;
}

img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/
#bodyImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 607px;
  height: 480px;
  background: url(../GFX/body.gif) top left no-repeat;
}

#bodyImageEng {
  position: absolute;
  top: 0;
  left: 0;
  width: 607px;
  height: 480px;
  background: url(../GFX/bodyEng.gif) top left no-repeat;
}

#wrapper {
  position: absolute;
  left: 231px;
  top: 118px;
  width: 651px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background: #fff;
  padding-right: 10px;
  padding-bottom: 25px;
}

#content {
  float: left;
  width: 476px;
  padding-top: 60px;
  margin-right: 10px;
}

#rightColumn {
  float: right;
  width: 165px;
  padding-top: 97px;
}

body#frontpage #rightColumn {
  padding-top: 93px;
}

#contact {
  position: absolute;
  top: 480px;
  width: 184px;
  padding: 18px 11px;
  line-height: 18px;
}

#contact h3 {
  color: #009ee0;
  font-size: 100%;
}

#contact p {
  margin-bottom: 22px;
}

#header{
  position: absolute;
  top: 28px;
  left: 635px;
}

/*********************
## CORPORATE LAYOUT ##
*********************/
#corporate a {
  color: #122157;
}

#corporate #bodyImage {
  background: url(../GFX/bodyCorporate.gif) top left no-repeat;
}

#corporate #navMain {
  background: url(../GFX/lineCorporate.gif) left bottom repeat-x;
}

#corporate #contact h3 {
  color: #122157;
}

#corporate #content div.hr {
  height: 15px;
  background: url(../GFX/lineCorporate.gif) top left repeat-x;
}

/********************
## IDENTITY LAYOUT ##
********************/
#identity a {
  color: #79b51c;
}

#identity #bodyImage {
  background: url(../GFX/bodyIdentity.gif) top left no-repeat;
}

#identity #navMain {
  background: url(../GFX/lineIdentity.gif) left bottom repeat-x;
}

#identity #contact h3 {
  color: #79b51c;
}

#identity #content div.hr {
  background: url(../GFX/lineIdentity.gif) top left repeat-x;
}

/******************
## ADVICE LAYOUT ##
******************/
#advice a {
  color: #ee7f01;
}

#advice #bodyImage {
  background: url(../GFX/bodyAdvice.gif) top left no-repeat;
}

#advice #navMain {
  background: url(../GFX/lineAdvice.gif) left bottom repeat-x;
}

#advice #contact h3 {
  color: #ee7f01;
}

#advice #content div.hr {
  background: url(../GFX/lineAdvice.gif) top left repeat-x;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
#content h2,
#content .article h1 {
  margin-bottom: 21px;
  font-size: 115%;
}

#content .summary h1,
#content .summary h2 {
  margin-bottom: 21px;
  font-size: 115%;
}

#content .summary,
#content .article {
  padding-bottom: 13px;
}

#archive #content .summary h1,
#archive #content .summary h2 {
  font-size: 92.5%;
  font-weight: normal;
  margin-bottom: 0;
}

#content .summary h1 a,
#content .summary h2 a {
  color: #009ee0;
}

#content .summary img {
  float: right;
  margin-top: -15px;
  margin-left: 10px;
}

#content .article .text {
  font-weight: bold;
}

#archive #content .summary .text {
  font-size: 92.5%;
}

#content div.hr {
  height: 1px;
  margin: 15px 0;
  border: 0 none;
  background: url(../GFX/line.gif) top left repeat-x;
}

/**************
## FRONTPAGE ##
**************/
#frontpage #content .summary h1 {
  font-size: 139%;
  font-weight: normal;
  margin-bottom: 12px;
}

#frontpage #content .summary h1 a {
  color: #333;
}

#frontpage #content .summary img,
#frontpage #content .summary .flashContent {
  float: left;
  margin: 0;
  margin-right: 12px;
}

#frontpage .section {
  float: left;
  width: 132px;
  height: 287px;
  background: #dad8cc url(../GFX/boxCorner.gif) right top no-repeat;
  padding: 12px 10px;
  margin-right: 10px;
}

#frontpage .lastSection {
  float: right;
  margin-right: 0;
}

#frontpage .section h2 {
  font-size: 100%;
  margin-bottom: 15px;
}

#frontpage .section h2 a {
  color: #333;
}

#frontpage .section .text {
  margin-bottom: 0;
}

#frontpage #rightColumn .summary {
  background: url(../GFX/line.gif) left bottom repeat-x;
  padding-bottom: 13px;
  margin-bottom: 10px;
}

#frontpage #rightColumn .summary img {
  margin-bottom: 7px;
}

#frontpage #rightColumn h3 {
  margin-bottom: 2px;
  line-height: 1.25em;
  font-size: 92.5%;
  font-weight: normal;
  color: #009ee0;
}

#frontpage #rightColumn .text {
  line-height: 1.25em;
  font-size: 92.5%;
}

#frontpage #rightColumn ul {
  list-style-type: none;
  /*margin-top: 17px;*/
  padding: 3px 0 13px 0;
  line-height: 1.25em;
  font-size: 92.5%;
}

#frontpage #rightColumn ul li {
  padding: 2px 0;
}

/**#frontpage .archive {
  font-size: 92.5%;
  padding-top: 17px;
  background: url(../GFX/line.gif) left top repeat-x;
}**/

/*****************
## ARCHIVE LIST ##
*****************/
#archive #content {
  float: none;
  width: auto;
  margin-right: 0;
}

#content.archives .summary  {
  margin-bottom: 13px;
  background: transparent url(../GFX/line.gif) repeat-x scroll left bottom;
}

#archive .archive {
  padding-top: 13px;
  margin-top: 7px;
  background: url(../GFX/line.gif) left top repeat-x;
}

/*
#archive #content .summary h1,
#archive #content .summary h2 {
  font-size: 100%;
}
*/

/******************
## EMPLOYEE LIST ##
******************/
#employee #content .odd {
  float: left;
  width: 223px;
  margin-right: 5px;
  margin-bottom: 10px;
}

#employee #content .even {
  float: right;
  width: 223px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#employee #content .summary {
  padding: 5px;
  background-color: #dad8cc;
  font-size: 85%;
}

#employee #content .summary img {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
}

#employee #content .summary h4 {
  margin-bottom: 2px;
}

#employee #content .summary h4 a {
  color: #333;
}

#employee #content .summary p {
  margin-bottom: 2px;
}

#employee #content .article div.summaryImage {
  float: left;
  margin-right: 15px;
  border: 5px solid #dad8cc;
}

#employee #content .article div.details {
  font-size: 93%;
}

#employee #content .article div.details p {
  margin-bottom: 0;
}

#employee #content .article div.details p.text {
  margin-bottom: 12px;
}

#employee #content .article div.details p.label {
  font-weight: bold;
}

/*********
## CASE ##
*********/
.case {
  float: left;
  margin: 0 12px 12px 0;
  border: 5px solid #dad8cc;
}

.caseImage,
.caseImageLarge {
  float: left;
  margin: 0 15px 15px 0;
  border: 5px solid #dad8cc;
}

.caseImageLarge {
  margin-right: 0;
}

/*********
## ENGLISH MENU ##
*********/
li.menuLang {
  float: right !important;
}

li.menuLang a {
  /*font-size: 92%;*/
  color: #009EE0;
  cursor: pointer;
}

/*************
## CLEARFIX ##
*************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */