
		/* základní blbosti */

body {
	background: #ffffff;
	text-align: center;
	margin: 0px;
	border: none;
	font-size: 100%; 
	font-family: Verdana;
	color: #194989;
}
.odrazeni {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
}
img {border: 0; margin: 5px;}

		/* vystřeďovací div */

#levej {
	background-image: url(listopozadiL.png);
	background-repeat: repeat-x;
	position: absolute;
	margin-left: 0;
	margin-right: 50%;
	min-width: 50%;
	min-height: 260px;
	top: 200px;
}
#pravej {
	background-image: url(listopozadiR.png);
	background-repeat: repeat-x;
	position: absolute;
	margin-left: 50%;
	margin-right: 0;
	min-width: 50%;
	min-height: 260px;
	top: 200px;
}
#all {
	position: relative;
	margin: 0px auto;
	width: 800px;
	top: 0px;
}

		/* Banerový div */

#baner {
	position: absolute;
	top: 0px;
	width: 800px;
	height: 200px;
}

		/* div hlavního obsahu */

#hlavniobsah {
	position: relative;
	text-align: left;
	width: 800px;
	top: 260px;
}

		/* mezera mezi textovými poli */

.mezera {height: 15px;}

		/* menu */

#menu {
	position: absolute;
	top: 0px;
	width: 800px;
	height: 260px;
}
