html, body {
  margin: 0;
  padding: 0
}


body, th, td, p, div {
  color: #573D2A;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: 14px;
}

body {
  text-align: center;
  background-image: url("/pics/site_background.gif");
  background-repeat: repeat-x;
}

/*Links*/
a { color: white}
a.country_text:link {color: #ffffff; padding-left: 0px; padding-top: 0px; height: 17px; line-height: 17px; width: 120px; display: block; background-image: url("/pics/back.gif"); font-size: 11px; text-decoration: none; font-family: Arial, Verdana, sans-serif; }
a.country_text:visited {color: #ffffff; padding-left: 0px; padding-top: 0px; height: 17px; line-height: 17px; width: 120px; display: block; background-image: url("/pics/back.gif"); font-size: 11px; text-decoration: none; font-family: Arial, Verdana, sans-serif; }
a.country_text:hover {color: #007acb; padding-left: 0px; padding-top: 0px; height: 17px; line-height: 17px; width: 120px; display: block; background-image: url("/pics/over.gif"); font-size: 11px; text-decoration: none; font-family: Arial, Verdana, sans-serif; }
a.country_text:active {color: #ffffff; padding-left: 0px; padding-top: 0px; height: 17px; line-height: 17px; width: 120px; display: block; background-image: url("/pics/back.gif"); font-size: 11px; text-decoration: none; font-family: Arial, Verdana, sans-serif; }


#wrapper {
  width: 714px;
  margin: 0 auto 0 auto;  
}

#top {
  position: relative;
  width: 714px;
  height: 414px;
}

#map_europe {
  float: left;
  width: 369px;
  height: 382px;
  background: url('/pics/karte.gif') no-repeat;
}

#door {
  float: left;
  width: 345px;
  height: 413px;
  margin: 1px 0 0 0;
  background: url('/pics/tor.jpg') no-repeat;
}

.normstahl_blue {
  position: absolute;
  top: 390px;
  left: 28px;
  color: #007ACB;
  font-size: 14px;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
}

#content {
  text-align: left;
}

#welcome {
  float: left;
  width: 290px;
  padding-top: 17px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
}

#countries_first_col, #countries_second_col {
  float: left;
}

#countries_first_col ul, #countries_second_col ul {
  list-style-type: none;
  margin: 0;
  padding: 17px 10px 0 0;
}

#countries_first_col ul li img, #countries_second_col ul li img {
  margin: -4px 0 0 0;
}

.clearall {
  clear: both;
  font-size: 0.1px;
  line-height: 0.1px;
  height: 0.1px;
}