html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background-color: #fff;
	background-image: url("../images/layout/background.jpg");
	background-repeat: no-repeat;
	background-position: top center;

	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 14px;

	text-align: center;

	color: #000;
}

div#frame {
	width: 1000px;

	margin: 0px auto 0px auto;
	padding: 350px 0px 0px 0px;

	text-align: left;
}
#logo
{
	margin-top: -25px;
}
#left
{
	width: 620px;
	padding: 15px;
	float:left;
	background-color: white;
	min-height: 650px;
}
#right
{
	width: 260px;
	padding: 15px;
	float:right;
	margin-left: 50px;
	background-color: white;
	min-height: 650px;

}
#right_header
{
	background: no-repeat url("../images/layout/right_header.jpg");
	padding-top: 120px;
	padding-left: 7px;

}
#right_obsah
{

}
.nadpisek
{
	color: #3589b9;
	font-size: 1.3em;
	font-weight: bold;
}
.no-margin-bottom
{
	margin-bottom: 0;
}
#signature
{
	width: 720px;
	font-size: 0.85em;
	height: 55px;
	background:  url("../images/layout/paticka.png") no-repeat;
	position: relative;
	right: 100px;
	padding-left: 100px;
	padding-top: 75px;

}
#signature img
{
	margin-right: 70px;
}
.tlacitko img
{
	position:relative;
	z-index: 1;
}
.tlacitko img.animate
{
	position: absolute;
	z-index: 2;
}
