HTML, BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B4B4B;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

A:LINK, A:VISITED {
	color : #000000;
	text-decoration : none;
}

A:HOVER {
	color : #626262;
	text-decoration : underline;
}

A.menu:LINK, A.menu:VISITED {
	color : #000000;
	text-decoration : none;
	font-size: 12px;
}

A.menu:HOVER {
	color : #626262;
	text-decoration : underline;
}

#stranka {
   text-align: center;
	height: 100%;
	width: 400px;
		margin: 0 auto;
		padding: 0;
		border-top: 0;
		border-bottom: 0;
/*	border-right: 1px dotted #4B4B4B;
	border-left: 1px dotted #4B4B4B; */
}

div.horni {
	width: 398px;
	text-align: center;
	padding-top: 5px;
	float: left;
}

div.horni img {
	border: 0;
}

div.menu-horni {
	text-align: center;
	width: 398px;
	float: left;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}

div.tv {
	background-image: url(../images/tecka-vodorovna.gif);
	height: 5px;
	background-repeat: repeat-x;
	width: 398px;
	float: left;
}

div.menu {
	padding: 0px 0px 5px 0px;
	width: 398px;
	float: left;
}

div.obsah {
	width: 378px;
	float: left;
	text-align: left;
	padding: 0px 10px 10px 10px;
}

div.tsl {
	background-image: url(../images/tecka-svisla.gif);
	height: 100%;
	background-repeat: repeat-y;
	width: 1px;
	float: left;
}

div.tsp {
	background-image: url(../images/tecka-svisla.gif);
	height: 100%;
	background-repeat: repeat-y;
	width: 1px;
	float: right;
}

div.footer {
	color: #B0B0B0;
	text-align: center;
}
/* */


 