@import url("styl_top.css");
body{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	background-color: #AFA07F;
	background-image: url(../img/bg.jpg);
	color: #f8f3e0;

}

#hlavni{
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/all.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.hlavicka{
	background-image: url(../img/hlavicka.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.hlavicka_in{
	width: 822px;
	height: 148px;
}

.hlavicka2{
}

.hlavicka2_in{
	width: 822px;
	height: 107px;
}

.menu{
	float: left;
	text-align: left;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_in{
	width: 210px;

	height: *;
	height: 445px;

}


.obsah{
	width: 612px;
	height: *px;
	background-image: url(../img/obsah_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}

.obsah_in2{
	padding-top: 6px;
	padding-right: 45px;
	padding-left: 6px;
	background-image: url(../img/right_down.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;

}

.obsah_in{
	background-image: url(../img/obsah_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.paticka{
	clear: both;
	text-align: right;
}

.paticka_in{
	width: 800px;
	height: 47px;
	background-image: url(../img/down.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a:link {
	color: #f8f3e0;
	text-decoration: none;
}

a:visited {
	color: #f8f3e0;
	text-decoration: none;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}
table {
	font-size: 11px;
}
h1 {
	font-size: 16px;
}

