@import url("styl_top.css");
body{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;

}

#hlavni{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../pozadi/all.gif);
	background-repeat: repeat-y;
	background-position: left top;

}

.hlavicka{
	text-align: left;
	background-image: url(../pozadi/hlavicka.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

.hlavicka_in{
	width: 800px;
	height: 190px;
}

a.banner{
       display: none;
	width: 487px;
	height: 101px;
       background-image: url(../pozadi/banner.png);
       position: relative;
       top: 10px;
       left: 280px;

}

a.banner span{
	display: none;
}


.menu{
	float: left;
	text-align: left;
}

.menu_in{
	width: 270px;
	height: *;
}

.obsah{
	width: 530px;

	height: *px;
	float: left;
	clear: right;
	text-align: left;
	background-image: url(../pozadi/obsah_big.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

.obsah_in{
	padding-right: 73px;
	padding-left: 46px;

}

.paticka{
	background-position: left bottom;
	clear: both;
	text-align: left;
	background-image: url(../pozadi/paticka_small.gif);
	background-repeat: no-repeat;


}

.paticka_in{
	width: 800px;
	height: 110px;
	text-align: right;

}

a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}

a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	color: #999999;
	text-decoration: underline;
}
table {
	font-size: 11px;
}
h1 {
	font-size: 18px;
	color: #FF0000;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;

}

