body {
	background-color: #B8BFCA;
	text-align: center;
	margin: 0;
	padding: 0;
	min-width: 901px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
img.PrintLogo {
	display: none;
}

a {
	color: #A9061B;
	text-decoration: underline;
}
a:link {
	color: #A9061B;
	text-decoration: underline;
}
a:hover {
	color: #A9061B;
	text-decoration: none;
}
div.Obal {
	margin: 0 auto;
	width: 902px;
	text-align: left;
}

/* hlavička */
div.Tiraz {
  background-image: url(../images/logo_amd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 110px;
	background-color: #FFFFFF;
}
div.Tiraz a.Logo {
	width: 185px;
	height: 110px;
	display: block;
	float: left;
}
div.Tiraz ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}
div.Tiraz ul li {
	float: left;
	position: relative;
	margin-left: 0px;
}
div.Tiraz ul li.TirazOdsazeni {
	margin-left: 0px;
	width: 640px;
	height: 110px;
}
div.Tiraz li.LangEng a {
	background-image: url(../images/uk.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-top: 5px;
  width: 35px;
  height: 26px;
	display: block;
}
div.Tiraz li.LangEng a:link {
	background-image: url(../images/uk.png);
	background-position: top left;
	background-repeat: no-repeat;
}
div.Tiraz li.LangEng a:hover {
	background-image: url(../images/uk_on.png);
	background-position: top left;
	background-repeat: no-repeat;
}
div.Tiraz li.LangDeu a {
	background-image: url(../images/ger.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-top: 5px;
  width: 35px;
  height: 26px;
	display: block;
}
div.Tiraz li.LangDeu a:link {
	background-image: url(../images/ger.png);
	background-position: top left;
	background-repeat: no-repeat;
}
div.Tiraz li.LangDeu a:hover {
	background-image: url(../images/ger_on.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* zápatí */
div.Zapati {
  font-size: .75em;
	padding-top: 50px;
	width: 580px;
}
div.Zapati div {
  width: 293px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  border-top: 1px solid #999999;
  z-index: 1;
}
div.Zapati ul.NgList  {
  list-style-type: none;
  text-align: center;
  margin-left: 4px;
  margin-top: -8px;
  padding: 0;
  position: relative;
  z-index: 2;
}		
div.Zapati ul.NgList li {
	display: inline;
	text-align: center;
	margin: 0 0 0 -3px;
}
div.Zapati ul.NgList li a {
  padding: 1px 7px;
  color: #555555;
  background-color: #FFFFFF;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  text-decoration: none;
  text-transform: uppercase;
}
div.Zapati ul.NgList li a:hover {
  color: #000;
  border-left: 1px solid #335175;
  border-right: 1px solid #335175;
  border-top: 2px solid #335175;
  border-bottom: 2px solid #335175;
}
div.Zapati p.Copyright {
	color: #B5B19F;
	font-size: 11px;
	margin: 0;
	text-align: center;
}
div.Zapati p.Copyright a {
	font-size: 11px;
  font-weight: normal;
	color: #2A5384;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
}
div.Zapati p.Copyright a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #1E1E5A;
	text-decoration: none;
}

