body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif; /* Písmo pro celou stránku */
    font-size: 70%;
	color: #848484;
    background-color: #FFFFFF;
}

#root
{
 	width: 773px;
    height: auto;  /* Výška se mění podle obsahu */
    margin: auto;  /* Vycentrování celé stránky*/
    background-color: #FFFFFF;
	margin-bottom: 10px;
}

#top_logo
{	
	width: 143px;
	height: 76px;
	border: 0px;
	background-image: url(../obrazky/top_logo.jpg);
	background-repeat: no-repeat;
	padding-left: 627px;
	padding-top: 19px;
	color: black;
}

#levy_sloupec
{
	width: 29px;
	height: 208px;
	border: 0px;
	background-image: url(../obrazky/left_column.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu
{
	width: 211px;
	height: 208px;
	border: 0px;
	float: left;
}

#menu a
{
	display: block;
	width: 188px;
	height: 20px;
	color: #336699;
	font-size: 110%;
	text-decoration: none;
	font-weight: bold;
	padding-left: 23px;
	padding-top: 9px;
	background-image: url(../obrazky/link.jpg);
	background-repeat: no-repeat;
}

#right_logo
{
	width: 530px;
	height: 208px;
	border: 0px;
	background-image: url(../obrazky/right_logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu_bottom
{
	width: 250px;
	height: 13px;
	border: 0px;
	background-image: url(../obrazky/menu_bottom.jpg);
	background-repeat:	no-repeat;
}

#main
{
	width: 770px;
	height: auto;
	border: 0px;
}

#novinky
{
	width: 231px;
	height: auto;
	border: 0px;
	padding-left: 24px;
	margin-top: 10px;
	float: left;
}

#novinky img
{
	display: block;
}

.news_footer
{
	width: 100px;
	color: #336699;
	font-weight: bold;
	font-style: italic;
	margin-top: 7px;
	margin-bottom: 12px;
	display: block;
	text-decoration: none;
}

#telo
{
	width: 500px;
	height: auto;
	border: 0px;
	float: left;
	padding-left: 15px;
}

#telo h1
{
	color: #336699;
	font-size: 210%;
}

#telo h1 span
{
	color: #3399CC;
}

#footer
{
	margin-left: 269px;
}

#ilustr1
{
	width: 166px;
	height: 116px;
	border: 0px;
	float: left;
	margin-right: 5px;
}

#ilustr2
{
	width: 198px;
	height: 150px;
	border: 0px;
	float: left;
	margin-right: 5px;
}

#reklama
{
	width: 280px;
	float: left;
	color: #6699CC;
	font-size: 130%;
	font-weight: bold;
}

#novinka_text img
{
	display: block;
	margin-bottom: 5px;
	clear: both;
}

.nabidka
{
	margin-bottom: 30px;
	clear: both;
}

.nabidka img
{
	border: 0px;
	display: block;
}

.tucne
{
	font-weight: bold;
}

.tucne_cerne
{
	font-weight: bold;
	color: black;
}

.modre_tucne
{
	font-weight: bold;
	color: #336699;
}

.link
{
	color: #336699;
}

.modra
{
	color: blue;
}

.cervena
{
	color: red;
}

.cerna
{
	color: black;
}

.zluta
{
	color: yellow;
}

.hneda
{
	color: brown;
}

.zelena
{
	color: green;
}

.bila
{
	color: white;
}

.oranzova
{
	color: orange;
}

.clear
{
	clear: both;
}