* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
#stranka_obal {
	width: 900px;
	background-color: transparent;
	margin: 10px auto;
	border: thin dotted #004180;
}
#hlavicka {
	width: 900px;
	height: 200px;
	color: White;
	background-image: url(/images/logo_test.jpg);
}
#menu_horni {
	weight: 900px;
	height: 46px;
}
#menu_leve{
	float: right;
	width: 255px;
	height: 600px;
}
#text {
	padding: 5px 270px 5px 20px;
	text-align: justify;
	height: auto;
}
#reset
{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#paticka {
	width: 100%;
	height: 20px;
	background-color: #004180;
}
#paticka2 {
	padding: 0px;
	margin: auto;
	margin-top: -13px;
	color: #004180;
	font-size: 90%;
	width: 900px;
	text-align: right;
	line-height: 210%;
	font-weight: bold;
}