html {
  width: 100%;
	
	background-color: #b5aea0;
}

body {
	width: 100%;

	margin: 0px;

	text-align: center;
	background-color: #FFFFFF;

	background-image: url('./../images/gradient.jpg');
	background-repeat: repeat-x;
}

div.header {
  width: 100%;
  height: 90px;

  /*background-image: url('./../images/atv/header_atv_repeat.png');
  background-repeat: repeat-x;*/
}

div.header div.header_image {
  width: 1025px;
  height: 100%;

  background-image: url('./../images/header.png');
  background-repeat: no-repeat;
	background-position: center top;

  margin-left: auto;
  margin-right: auto;

  padding-top: 50px;

  text-align: left;
}

.main {
  text-align: left;

  margin-left: auto;
  margin-right: auto;

  width: 750px;
}

.menu_background {
  width: 750px;
  height: 100px;

  background-image: url('./../images/menu_header.jpg');
  background-repeat: no-repeat;
}

.menu_background div {
}

.header_background {
  width: 750px;
  height: 250px;


  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.header_background div {
	width: 748px;
	
}

.menu_product {
	width: 100%;

  margin: 226px 0 0 0;
	
	border-top: 1px solid #FFFFFF;
	color: #014d87;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;

	background-color: #386d9d;
}

.menu_product .middle {
	height: 24px;
	line-height: 21px;

	padding: 0 25px;

	background-repeat: repeat-x;
}

.menu_product .middle a,
.menu_product .middle a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_product .middle a:hover {
	color: #014d87;
	text-decoration: none;
}

.content {
  width: 750px;
  min-height: 120px;

  background-color: #333333;
  border: 1px solid #FFFFFF;
}

.content div {
	margin: 20px;
}

.separator {
  width: 750px;
  height: 10px;

  background-color: #000000;
}

table#searchContainer {
	width: 969px;
	height: 85px;
	
	margin: 0 auto;
	
	background-image: url('./../images/promo_scroller_bg.png');
	background-repeat: no-repeat;
	
	color: #FFFFFF;
}

table#searchContainer td#searchContainerCell {
	text-align: center;
}

.search_background {
  width: 750px;
  height: 64px;

  margin: 0 auto;

  margin-top: 10px;
}

.news_title {
  height: 64px;

  padding-left: 20px;

  vertical-align: middle;
}

.news_title span.Kop1 {
  color: #FFFFFF;
  text-transform: uppercase;
}

.news_menu {
  width: 445px;
  height: 64px;

  text-align: center;
  vertical-align: middle;

  text-transform: uppercase;

  color: #ffffff;
}

td.news_menu a {
  color: #ffffff;
  text-decoration: none;
}

td.news_menu a:hover {
  color: #014d87;
  text-decoration: none;
}

.search {
  width: 240px;
  height: 64px;
  text-align: left;

  color: #FFFFFF;

  background-image: url('./../images/search.gif');
  background-repeat: no-repeat;
  background-position: 0px 10px;

  padding-left: 12px;
}

.flags {
	position: absolute;
	width: 720px;

	margin-top: 46px;

	text-align: right;
}

div.bottom_top {
  width: 966px;
  height: 25px;

  background-image: url('./../images/atv/bottom_top_atv.png');
  background-repeat: no-repeat;

  margin-left: auto;
  margin-right: auto;
}

div.bottom {
  width: 100%;
  height: 85px;


  background-color: #b5aea0;

  padding-top: 15px;
}

div.bottom a,
div.bottom a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

div.bottom a:hover {
  color: #014d87;
  text-decoration: none;
}