/********************************************/
/*                                          */
/*       HostEurope.com | Webfusion         */
/*                                          */
/********************************************/

/* first for Internet Explorer < 9 */
@font-face {
font-family: FagoWeb;
src: url("fonts/Fago_Web/FagoWeb.eot");
}
/* then for WOFF-capable browsers */
@font-face {
font-family: FagoWeb;
src: url("fonts/Fago_Web/FagoWeb.woff") format("woff");
}

body {
  text-align:center; 
  font-family: FagoWeb, Verdana, sans-serif; 
  padding:0;
  margin:0;
  background-color:#c8c8c8;
}

img {
  margin: 10px 10px 10px 10px;
}

a {
  color:#323232;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

a img {
  border: none;
}

p {
  font-size: 12px; 
  line-height: 160%;
}

p.intro {
  font-size: 22px; 
  line-height:140%; 
  color:#999;
}

p.link-uk {
  color:#999; 
  text-align:right; 
  border-bottom:1px solid #ccc;
}

p.link-uk a {
  text-decoration:none;
}

#wrapper {
  z-index:1; 
  width:1230px; 
  height: 810px; 
  text-align:left; 
  position:relative; 
  margin:0 auto; 
  margin-bottom:-10px; 
  background-image:url('hosteurope_com_img/bg.png');
  background-position:top;
  background-repeat:no-repeat;
}

#he-group {
  z-index:10; 
  position: absolute; 
  right:200px;
}

#de-leftbox {
  float:left; 
  width: 335px; 
  margin-left:75px; 
  margin-top: 25px; 
  z-index:1;
}

#uk-rightbox {
  float:right; 
  width:335px; 
  margin-right:410px; 
  margin-top: 25px; 
  z-index:1;
}

#de-leftbox ul {
  text-align:left; 
  list-style-image:url('hosteurope_com_img/he-bullet.png');
  margin-left: -30px;
}

#trenner-vertical {
  background-image:url('hosteurope_com_img/trenner-vert.png');
  width:17px;
  height:671px;
  margin-top:60px;
  margin-left:440px; 
  position:absolute;
}


#bottombar {
  background-color:#333;
  height:160px;
  width:100%;
}

#bottom-inner {
  width:1230px; 
  position:relative; 
  margin:0 auto;
}

#hegroup-logo {
  border-right:1px solid #666;
  padding-right:15px;
  position:absolute;
  top:0;
  left:65px;
  margin-top:20px;
  float:left;
}

#bottom-inner ul {
  text-align:left;
  margin-left:130px;
  padding-top: 10px;
}

#bottom-inner ul li a {
  font-size:8pt; 
  color:#666;
  text-align:left;
  margin:0;
  padding:0;
  font-family: FagoWeb, Verdana, sans-serif;
}

#bottom-inner p {
  font-size:14px; 
  color:#666;
  text-align:left;
  margin:0;padding:0;
  position:absolute;
  top:18px;
  left:340px;
  line-height:140%;
}

#bottombar-partners {
  margin:0;
  padding:0;
  position:absolute;
  top:100px;
  left:340px;
  width:605px;
  height:41px;
  background-image:url('hosteurope_com_img/partner_logos.png');
  float:left;
}

.webfusion p, ul, li { color: #333333; font-family: Helvetica, Arial, sans-serif; font-size:11px; line-height:15px; margin: 10px 10px 10px 10px;  }
.webfusion a { font-size: 1em; color: #333333; text-decoration: underline; }
.webfusion a:hover { color: #569833; text-decoration: underline; }
.webfusion ul { list-style: disc inside; margin-left: 0; padding-left: 1em; text-indent: -1em; }
.webfusion li { margin-bottom: 0.3em; color: #569833; } 
.webfusion li span { color: #333333; }

#he-button {
  width: 275px;
}

.button
{
  display: inline-block;
  white-space: nowrap;
  background-color: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(top, #eee, #ccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
  border: 1px solid #777;
  padding: 0 1.5em;
  margin: 0.5em;
  font: bold 1em/2em FagoWeb, Verdana, sans-serif;
  text-decoration: none;
  text-align: center;
  color: #333;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  -moz-border-radius: .2em;
  -webkit-border-radius: .2em;
  border-radius: .2em;
  -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:hover
{
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
  background-image: -moz-linear-gradient(top, #fafafa, #ddd);
  background-image: -ms-linear-gradient(top, #fafafa, #ddd);
  background-image: -o-linear-gradient(top, #fafafa, #ddd);
  background-image: linear-gradient(top, #fafafa, #ddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

.button:active
{
  -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
  -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
  box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
  position: relative;
  top: 1px;
}

.button:focus
{
  outline: 0;
  background: #fafafa;
}    

.button:before
{
  background: #ccc;
  background: rgba(0,0,0,.1);
  float: left;
  width: 1em;
  text-align: center;
  font-size: 1.5em;
  margin: 0 1em 0 -1em;
  padding: 0 .2em;
  -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
  -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
  box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
  -moz-border-radius: .15em 0 0 .15em;
  -webkit-border-radius: .15em 0 0 .15em;
  border-radius: .15em 0 0 .15em;
}
