
* {
margin : 0;
padding : 0;
border : 0;
}
html, body {
height : 100%;
width : 100%;
margin : 0;
padding : 0;
overflow : auto;
color : #404040;
font : 9pt arial, helvetica, verdana;
}
*+html  {
overflow-x: hidden;
}
* html {
overflow-x: hidden;
}
a, a:visited {
color : #1e6292;
text-decoration : underline;
}
a:hover {
color : #e30f25;
}
body {
text-align : center;
background : #fdfcdf;
}
#container_global {
margin : 0 auto;
background : #fdfcdf url('../img/backgr_intro_main.png') repeat-x;
}
#intro {
width : 800px;
margin : 0 auto;
text-align : center;
}
#intro #logo h1 a{
width : 800px;
height : 230px;
display:block;
background : url('../img/euroexpress_logo_intro.jpg') no-repeat 124px 0;
text-indent:-5000px;
color:#fdfcdf;
}
#intro #middle {
display:none;
}
#intro #vehicles {
width : 800px;
height : 150px;
background : url('../img/intro_vehicles.jpg');
}
#intro #bottom {
width : 800px;
height : 80px;
background : url('../img/intro_bottom.jpg') no-repeat 317px 0;
}
#intro #enter {
margin:10px 0;
}
#intro #enter a {
width : 150px;
height : 50px;
display:block;
color:#fff;
font:18pt Arial;
line-height:50px;
background : url('../img/plate_intro_enter.png');
margin:0 40%;
}
#intro #hotline {
margin:20px 0 100px 200px;
}
#hotline p {
color:#828282;
font:bold italic 12pt Arial;
text-align:left;
background : url('../img/icon_hotline.jpg') no-repeat 0 0;
padding-left:80px;
height:80px;
}
#hotline p strong {
font-size:20pt;
}
#hotline p small {
font-size:10pt;
font-weight:lighter;
}