body {
  background-image: url('./img/website/bg.jpg');
  background-repeat: repeat-x;
  background-color: white;
  margin: 0px;
}
	
td {
  font: 13px Arial;
}

td.top {
  background-image: url('./img/website/eropax_top.jpg');
  background-repeat: no-repeat;
  width: 1000px;
  height: 122px;
}
	
td.top a {
  color: white;
}
	
td.top a:hover {
  color: white;
  text-decoration: none;
}
	
td.navcell {
  background-image: url('./img/website/navitop_bg.gif');
  background-repeat: no-repeat;
  background-position: top center;
  width: 120px;
  height: 27px;
}
	
td.navcell a {
  color: white;
  text-decoration: none;
}
	
td.bottom {
  background-image: url('./img/website/bg_foot.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  height: 177px;	  
}
	
img.lang {
  border: 1px solid black;
}

td.content {
  padding: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

td.home {
  border: 1px solid silver;
  width: 411px;
}    

td.homebox {
  background-color: #EFEFEF;
  border: 1px solid silver;
  padding: 10px;
  color: #4F4F4F;
  width: 400px;
  line-height: 18px;
}

td.home_advertiser {
  background-image: url('./img/website/button_advertiser.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  height: 42px;
  text-align: center;
}   

td.home_publisher {
  background-image: url('./img/website/button_publisher.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  height: 42px;
  text-align: center;
}   

td.home_publisher a, td.home_advertiser a {
  text-decoration: none;
  color: white;
}
td.home_publisher a:hover, td.home_advertiser a:hover {
  color: silver;
}

td.content_left {
  padding-right: 15px;
  width: 280px;  
}

td.content_right {
  padding-left: 30px;
  padding-top: 10px;
}

td.content_center {
  width: 620px;
  border-left: 1px solid silver;  
  /*border-right: 1px solid silver;*/

  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;  
}

td.content_left_img {
  border: 1px solid silver;
  padding: 4px;
} 
 
td.content_left_text {
  font-size: 11px;
  color: #4F4F4F;
}  

td.content_right_text {
  font-size: 11px;
  color: #4F4F4F;
}  

hr {
  width: 100%;
  height: 1px;
  color: silver;
  background-color: silver;
  border: none;
}

td.content ul li {
  list-style-image: url(./img/website/haken.gif);
}

