/* CSS Document */

/* reset paddings and margins */
	* {
		margin: 0;
		padding: 0;
	}

/* html element needs this setting, to center wrapping div */
	html {
		width: 100%;
	}

	body {
	position: relative;
	width: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	color: #9C7E38;
	font-size: 9pt;
	background: #fff url(../img/index/background-index.jpg) no-repeat;
	}

  a {
    text-decoration:none;
    color: #9C7E38;
  }
  
  img {
    border:none;
  }
	
/* common clearing div */
	div.clear {
		clear: both;
		font-size: 0px;
		height: 0px;
		line-height: 0px;
	}

  div#header-logo {
    margin-left: 190px;
    margin-top:50px;
    width: 237px;
    height: 103px;
  }
	
  /* header replacement */
  h1.header-index {
    width: 237px;
    width: 244px;
    height: 103px;
    height: 104px;
    background-image: url('../img/index/logo-index-trans.png');
    margin: 0em;
    padding: 0em;
    text-indent: -9999px;
  }
  
	/* center wrapping div */
	body div#wrap{
	position: absolute;
	width: 830px;
	margin-top: -20px;
	left: 160px;
	}

  div#text-lang-selector {
    position:absolute;
    right:40px;
  }
  
  div#text-lang-selector ul li{
    list-style-type:none;
    float:left;
    margin-right:20px;
    font-weight: bold;
    font-size:12pt !important;
  }
  
  div#image-content {
    position:relative;
    top:32px;
    width:718px;
    text-align:center;
    padding: 0px 56px;
  }
  
  div#image-content img#no-change {
    float: left;
  }
  
  div#image-content-change {
    width: 445px;
    height: 304px;
    float: right;
  }
  
  div#address-container {
    position:relative;
    top: 46px;
    text-align:center;
    width:830px;
  }
  
  div#welcome-lang-selector {
    position:relative;
    top:95px;
    width:800px;
    background-color:#E2D6B9;
    padding: 15px;
  }
  
  div#welcome-lang-selector table tr td {
    font-weight:bold;
    vertical-align:top;
  }
  
  div#welcome-lang-selector table tr td img {
    padding-top: 3px !important;
    margin-top: 0px;
  }
  
  div#news-footer {
    position:relative;
    top: 110px;
    padding-left: 75px;
    padding-right: 28px;
  }

  /* Style for SEO H1 on EVERY page */
  
  h1.top-headliner {
    font-size: 10pt;
    color: #fdf9e0;
    text-align: right;
    position: absolute;
    left: 0px;
    top: -125px;
    width: 100%;
  }
