﻿/*ROZLOZENI */
body {
	background-color: #FDF0DD;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
#main {
	position: relative;
	clear: both;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(/gfx/main-home-bg.jpg);
	background-repeat: repeat-y;
	height: 800px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#logo-tempus {
	position: absolute;
	top: 128px;
	left: 280px;
	width: 143px;
	height: 60px;
	z-index: 10;
}
#footer {
	margin-top: 0px;
	width: 1020px;
	position: absolute;
	top: 650px;
	left: 0px;
	z-index: 1;
	text-align: center;
}
#footer p{
	color: #E3AB3C;
	font-size: 8pt !important;
	font-weight: bold;
}
#footer a{
	color:#d68043;}

#footer a:hover{
	color:#9f1a22;
	text-decoration: underline;}
