html, body {
	height: 100%;
}
body {
	background: #FFFFFF url(../../../img/background.png) repeat-x fixed;
	margin: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
img, a img {
	border: none;
}
li {
	list-style-type: disc;
}
.small_pismo {
	font-size: 10px;
}
#stranka {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* zahlavi */
#zahlavi {
	background-color: #333366;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #FFFFFF;
}
/* menu */
#menu {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	width: 200px;
	background-color: #333366;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 40px;
	line-height: 24px;
}

/* podbarveni menu */
.link {
	text-decoration: none;
	color: #0000FF;
	padding: 0px 0px 0px 10px;
	background-color: #AFEEEE;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	
}
#menu a:hover {
	color: #0000FF;
	font-weight: bold;
	background-color: Yellow;
}
.menu {
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	display: block;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* telo stranky */
#telo {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 5px;
	background: #AFEEEE;
}
#nadpis {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	background: url(../../../img/background-menu-link.png) repeat-x left;
	height: 25px;
	line-height: 24px;
	margin-left: -5px;
}
.nadpis {
	font-size: 14px;
	font-weight: bold;
}
.table_prehled {
	border-right: 1px solid Black;
}
.td_prehled {
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
}

.clearBoth {
	clear: both;
}
