<style>
*{
	margin: 0;
	padding: 0;
}
body{
	background-color: white;	
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #484848;
	text-align: left;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #484848;
	text-align: left;
}
a:link{
	text-decoration: none;
	color: #000000;
}
a:visited{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #456DB8;
        text-decoration: underline;
}
#vnejsi{
	position: relative;
	top: 30px;
	width: 692px;
	left: 50%;
	margin-left: -346px;
        margin-bottom: 60px;
	background-color: white;
}
#kontejner1{
	position: relative;
	width: 692px;
	height: 17px;
	left: 50%;
	margin-left: -346px;
	background-image: url('1.jpg');
        background-repeat: no-repeat";
}
#kontejner2{
	position: relative;
	width: 692px;
	height: 89px;
	left: 50%;
	margin-left: -346px;
	background-image: url('2.jpg');
        background-repeat: no-repeat";
}
#kontejner3{
	position: relative;
	width: 692px;
	left: 50%;
	margin-left: -346px;
	background-image: url('3.jpg');
        background-repeat: no-repeat-y";
}
#kontejner4{
	position: relative;
	width: 692px;
	height: 28px;
	left: 50%;
	margin-left: -346px;
	background-image: url('4.jpg');
        background-repeat: no-repeat";
}
.obsah{
	position: relative;
	width: 540px;
	left: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	text-align: justify;
}
#paticka{
	position: relative;
	top: 10px;
	width: 670px;
	left: 50%;
	margin-left: -335px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
</style>