* { margin: 0; padding: 0; }

html, body {
background-color: #fff;
width: 100%; height: 100%;
font-family: Verdana, Tahoma, sans-serif;
font-size: 100%;
color: #000;
text-align: center;
}

#distance {
width: 10px;
height: 50%;
margin-bottom: -340px;
float: left;
}

#wrapper-home {
background: url("../images/back_home.jpg") left top no-repeat #fff;
position: relative;
margin: 0 auto;
width: 960px; height: 680px;
clear: left;
}

#wrapper-home h1 {
background: url("../images/header_home.jpg") left top no-repeat;
position: absolute;
left: 249px; top: 80px;
width: 460px; height: 100px;
text-indent: -500em;
}

#wrapper-home h2.home1,
#wrapper-home h2.home2,
#wrapper-home h2.home3 {
position: absolute;
left: 0; width: 960px;
font-family: Tahoma, Verdana, sans-serif;
text-align: center;
}

#wrapper-home h2.home1 {
top: 152px;
font-size: 24px;
font-weight: bold;
color: #fff;
}

#wrapper-home h2.home2 {
top: 460px;
font-size: 18px;
color: #fff;
}

#wrapper-home h2.home3 {
top: 484px;
font-size: 18px;
font-weight: bold;
color: #1a417c;
}

/* ================================= */

#menu-home {
position: absolute;
left: 249px; top: 387px;
width: 464px; height: 61px;
}

#menu-home div.arrow-l,
#menu-home div.arrow-r {
position: absolute;
top: 7px;
width: 48px; height: 48px;
}
#menu-home div.arrow-l {
background: url("../images/home_arrow_l.jpg") left top no-repeat;
left: 0;
}
#menu-home div.arrow-r {
background: url("../images/home_arrow_r.jpg") left top no-repeat;
right: 0;
}

#menu-home ul {
list-style: none;
position: absolute;
top: 0; left: 58px;
}

#menu-home ul li {
float: left;
width: 61px; height: 61px;
padding-right: 10px;
}

#menu-home ul li a {
display: block;
width: 61px; height: 61px;
text-indent: -500em;
}

#menu-home ul li a.de { background: url("../images/home_lang_de.jpg") left top no-repeat; }
#menu-home ul li a.gb { background: url("../images/home_lang_gb.jpg") left top no-repeat; }
#menu-home ul li a.fr { background: url("../images/home_lang_fr.jpg") left top no-repeat; }
#menu-home ul li a.it { background: url("../images/home_lang_it.jpg") left top no-repeat; }
#menu-home ul li a.es { background: url("../images/home_lang_es.jpg") left top no-repeat; }

#menu-home ul li a:hover {
background-position: 0 -61px;
}

/* ================================= */

#bb-home {
position: absolute;
left: 238px; top: 560px;
width: 500px; height: 100px;
border-top: 3px double #1a417c;
}

#bb-home p {
padding: 6px 0;
font-size: 0.9em;
}

/* ================================= */

#info-home {
width: 1px; height: 1px;
overflow: hidden;
}

#info-home p {
text-indent: -500em;
}

/* ================================= */

a:focus { outline: none; }
div.clearer { clear: both; }

/* ================================= */












