html {
  overflow-y: scroll; /* scrollbar fix for firefox */
  height: 100%;
}

*	{
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #231f20;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}

* html .clear {display:none}

body	{
  height: 100%;
  margin: auto auto;
  padding: 0 0 0 0;
  text-align: left;
  vertical-align: middle;
	background-color: #000000;
}
p	{
	margin: 0;
	padding: 0;
}
img	{
	border: 0px solid black;
}
a	{
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
}

table#content {
	width: 100%;
	height: 99%;
	border: 0px solid black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#whole	{
  margin: auto auto;
  padding: 0 0 0 0;
	width: 699px;
/*	height: 420px;  */
}
div#line_top	{
	height: 61px;
	background-color: #929da0;
}
div.logo	{
	float: right;
}
div#line_top div.link, div#line_bottom div.link	{
	float: left;
	margin-top: 38px;
	/*  padding-left: 32px;  tuhle hodnotu maji pri vice odkazech */
	padding-left: 25px;
}
div#line_bottom	{
	height: 82px;
	background: url('../img/subtitle-volvo-for-life.gif') bottom left no-repeat #929da0;
	background-position: 505px 62px;
}
div#line_bottom p	{
	padding: 10px 20px 0 32px;
}

.placer {
	width: 699px;
	height: 212px;
	background-color: #687174;
	position: relative;
}

.spacer {
	width: 699px;
	height: 10px;
	background-color: #929da0;
}

.placer img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.placer a img {
	width: 150px;
	height: 212px;
	border: 0px;
}

.placer p {
	width: 480px;
	position: absolute;
	top: 25px;
	left: 185px;
	color: white;
}

.placer p b {
	color: white;
}

.placer p a {
	color: white;
	text-decoration: underline;
}

.placer p a:hover {
	color: white;
	text-decoration: none;
}

.film {
	width: 699px;
	background-color: #687174;
	position: relative;
}

.left {
	width: 150px;
	position: relative;
	left: 0;
	top: 0;
	float: left;
	background-color: #687174;
}

.left a img {
	width: 150px;
	height: 212px;
	border: 0px;
}

.left p {
	width: 125px;
	margin: 15px 0 15px 25px;
	color: white;
}

.left p b, .left p a {
	color: white;
}

.left p a:hover {
	color: white;
	text-decoration: none;
}

.right {
	width: 480px;
	position: relative;
	top: 0px;
	right: 34px;
	float: right;
	margin: 30px 0 0 0;
}

.right p {
	width: 480px;
	margin: 15px 0 15px 0;
  color: white;	
}

.right p b, .right p a {
	color: white;
}

.right p a:hover {
	color: white;
	text-decoration: none;
}

