body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#stranka_obal {
	position: relative;
	width: 402px; /* celková šířka stránky, vzskytuje se ještě občas u #zahlavi_menu */
	height: auto;
	margin: auto;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#rozcestnik {
	height: 400px;
	width: 402px;
	background-image: url(../obrazy/uvodni-rozcestnik.gif);
	background-repeat: repeat;
}

#rozcestnik table {
	margin: 170px 20px 20px 100px;
 	width:250px;
	border:0px;
	padding:0px;
}

td {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
tr {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
	_height: 45px
}

ul, li {
	margin:0px; padding:0px;
}
ul {
	text-align:center;
}
li {
	width:100%;
	list-style-type:none;
	float:left;
	font-size:80%;
	font-weight:normal;
	text-align:center;
}
li a {
	color:#666666;
	text-decoration:underline;
	padding-right:10px;
}