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

body {
  font-family:"Trebuchet MS", "Verdana", "Helvetica", sans-serif;
  font-size:11px;
  line-height:16px;
	color:#747474;
  background:url('/con/cms/images/bg-body.gif') #f6f7f8 repeat-x;
  text-align:justify;
}

a {
  text-decoration:underline;
  color:#80824c;
}

a:hover {
  color:#50521c;
}

a img {
  border:none;
}

p {
  margin:0 0 10px 0;
}

h1, h2 {
  font-weight:bold;
  color:#34426d;
  font-style:italic;
  font-size:16px;
  margin:10px -10px 10px -10px;
  padding:0 10px;
  border-bottom:1px solid #cacaa8;
}

h3 {
  font-weight:bold;
  font-size:12px;
  color:#5d6683;
  margin:5px 0 5px 0;
}

h4, h5, h6 {
  font-weight:bold;
  color:#80824c;
  margin:0;
  font-size:1em;
}

ul {
  margin-top:0;
  padding-left:0;
  margin-left:0;
}

li {
  list-style-type:none;
  background:url("/con/cms/images/list-icon.gif") transparent no-repeat left 8px;
  padding-left:8px;
  margin-left:15px;
}

.center {
  text-align:center;
}

#container {
  position:absolute;
  top:25px;
  left:50%;
  z-index:10;
  width:742px;
  margin-left:-355px;
  background:url('/con/cms/images/bg-container.gif') transparent repeat-y;
}

#home {
  position:absolute;
  top:24px;
  left:50%;
  width:389px;
  margin-left:-194px;
  background:url('/con/cms/images/bg-container-home.gif') transparent repeat-y;
}

#container #header {
  height:82px;
  background:url('/con/cms/images/bg-header.gif') transparent no-repeat;
}

#header h1 {
  display:none;
}

#home #header-pic {
  padding:22px 0 0 59px;
}

#home #language-selector {
  text-align:right;
  margin:25px 22px 0 59px;
  height:11px;
  text-align:right;
}

#container #language-selector {
  text-align:right;
  padding:10px 21px 0 0;
  height:11px;
  float:right;
}


#language-selector img {
  padding-left:8px;
}

a#back-button {
  display:block;
  position:absolute;
  top:72px;
  left:440px;
  width:127px;
  height:87px;
  background:url('/con/cms/images/back-button.gif') transparent no-repeat left top;
}

a#back-button span {
  display:none;
}

a#back-button:hover {
  background-position:left bottom;
}

#container #navigation {
  width:290px;
  float:left;
  margin-bottom:10px;
  padding:10px 20px 0 15px;
}

#home #navigation {
  width:290px;
  margin-bottom:20px;
  padding:36px 46px 0 56px;
}

#container #content {
  height:489px;
  padding:0 45px 0 13px;
  background:url('/con/cms/images/bg-content.gif') transparent no-repeat;
}

html > body #container #content {
  height:auto;
  min-height:489px;
}

#home #content {
  height:571px;
  background:url('/con/cms/images/bg-content-home.jpg') transparent no-repeat;
}

html > body #home #content {
  height:auto;
  min-height:571px;
}

#sub-navigation {
  height:20px;
}

#container #main-content {
  clear:both;
  width:629px;
  padding:0 30px 20px 25px;
}

#home #main-content {
  padding:0 56px 20px 66px;
}

#container #footer {
  height:36px;
  background:url('/con/cms/images/bg-footer.gif') #f6f7f8 no-repeat;
  margin:0;
  padding-right:75px;
}

#home #footer {
  height:38px;
  background:url('/con/cms/images/bg-footer-home.gif') #f6f7f8 no-repeat;
  margin:0;
}

#footer {
  clear:both;
  text-align:right;
  padding:30px 70px 0 0;
  font-size:9px;
  color:#dddd88;
}

#footer a {
  text-decoration:none;
  color:#aaaa66;
}

#footer a:hover {
  text-decoration:underline;
  color:#777733;
}

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

.clearfix {display: inline-block;}

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

