@font-face {
    font-family: 'din-hubold';
    src: url('din-bold-webfont.eot');
    src: url('din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-bold-webfont.woff') format('woff'),
         url('din-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-hulight';
    src: url('din-ligh-webfont.eot');
    src: url('din-ligh-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-ligh-webfont.woff') format('woff'),
         url('din-ligh-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    background-color:#D3CBBF;
    font-size: 1em;
    line-height: 1.4;
    font-family:'din-hulight' , tahoma, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
  custom styles
   ========================================================================== */

div#container {
    float:right;
    width:1000px;
    height:545px;
    margin: 100px 0 0 100px;
    background-color: transparent;
}

div#container2 {
    float:right;
    width:1000px;
    height:545px;
    margin: 100px 0 0 100px;
    background-color: white;
    border: 1px solid #F5F3F0;
    border-radius: 30px 0 0 30px;
}

div#left {
    float:left;
    width:478px;
    height:100%;
    margin:0;
    padding:0;
    background-color: white;
    border: 1px solid #F5F3F0;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.inner {
    position: relative;
    width: 100%;
    height: 100%;
}

img#logo {
    position: absolute;
    top:130px;
    left:140px;
    width:223px;
    height:166px;
}

img#letsgo {
    position: absolute;
    top:190px;
    left:62px;
    width:896px;
    height:133px;
}

div#lang-change {
    position: absolute;
    bottom:72px;
    left:170px; 
    width:200px;
    height:20px;   
    
}

div#lang-change a {
    float: left;
    display: block;
    width: 85px;
    color:#6E6B6C;
    font-size: 17px;
    text-decoration: none;
    margin:0px;
}
div#lang-change a:first-child {
    background: url('../img/a-separator.jpg') 90% 60% no-repeat;
}
div#lang-change a:hover {
    color:#2CB0BF;
}

div#right {
    float:right;
    width:518px;
    height:100%;
    margin:0;
    padding:0;
    background-color: #E0DBD1;
    border: 1px solid #DDD8CD;
}

img#water {
    position: absolute;
    top:30px;
    right:0px;
}

footer {
    float:right;
    width:1000px;
    height:35px;
    margin: 13px 0 0 100px;
    background-color: transparent;
}
#footerinner {
    width:478px;
    text-align: center;
}

#footerinner strong {
    font-family:'din-hubold' , tahoma, sans-serif;
    font-size: 13px;
    margin:0;
    padding:0;
}

#footerinner p {
    font-size: 13px;
    margin:0;
    padding:0;
}

#footerinner-index2 p {
    font-size: 11px;
    margin:0;
    padding:0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
