html {
	width: 100%;height: 100%;	
}
body {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	font-family: Arial CE;
	text-align: center; /* nutne pro zarovnani na stred v IE */
	background: #7cc100;
	background-image: url(../img/bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
body a:link{
	text-decoration: none;
	color: #91d10e;
}
body a:hover{
	text-decoration: none;
	color: #649a02;
}
body a:visited{
	text-decoration: none;
	color: #91d10e;
}
body a:active{
	text-decoration: none;
	color: #91d10e;
}
#obal {
	width: 780px;
	height: auto;
	float: none;	/* nutne pro zarovnani na stred v mozille a IE */
	margin: auto;	/* nutne pro zarovnani na stred v mozille a IE */
	text-align: left;
	/* background-image: url(../img/bg.png); */
	color: White;
}
#top{
	width: 750px;
	height: 93px;
	float: left;
	margin: 0 15px 0 15px;
	background-image: url(../img/top.png);
	background-repeat: repeat-x;
}
#top img{
	float: left;
	margin: 0;
}
#logo{
	width: 141px;
	height: 33px;
	float: left;
	position: relative;
	top: 16px;
	left: 16px;
}
#slogan{
	width: 548px;
	height: 16px;
	float: left;
	position: relative;
	top: 35px;
	left: 35px;	
}
#vlajky{
	width: 200px;
	height: 20px;
	position: relative;
	top: 52px;
	left: 470px;
	float: left;	
}
#vlajky img{
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}
#foto{
	width: 750px;
	height: 150px;
	float: left;
	margin: 0 15px 1px 15px;
}
#foto img{
	float: left;
	margin: 0;
	padding: 0;
}
#menu{
	width: 170px;
	height: auto;
	float: left;
	margin: 0 10px 0 15px;
}
#menu_nadpis{
	width: 170px;
	height: 20px;
	float: left;
	background-image: url(../img/topmenu.png);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: White;
	margin: 0 0 10px 0;
}
#menu_nadpis li{
	list-style: square;
	list-style-position: inside;
	padding: 0 0 0 10px;
}
#menu_odkazy{
	width: 170px;
	height: auto;
	float: left;
	margin: 0 0 30px 0;
}
#menu_odkaz{
	float: left;
	width: 170px;
	height: auto;
	border-bottom: 1px solid #e9e9e9;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	text-decoration: none;
	color: #91d10e;
}
#menu_odkaz a:link{
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #91d10e;
}
#menu_odkaz a:hover{
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #649a02;
}
#menu_odkaz a:visited{
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #91d10e;
}
#menu_odkaz a:active{
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #91d10e;
}
#menu_kontakt{
	width: 150px;
	height: auto;
	float: left;
	margin: 0 0 20px 20px;
	font-size: 12px;
	color: #649a02;
}
#small{
	font-size: 10px;
}
#dc{
	color: #91d10e;
	margin: 0 0 5px 0;
}
#menu_mapa{
	width: 170px;
	height: auto;
	float: left;
	margin: 0 0 50px 0;
}
#menu_unitrade{
	width: 170px;
	height: auto;
	float: left;
	margin: 0 0 30px 0;
}
#text{
	float: left;
	width: 569px;
	height: 700px;
	border-style: solid;
	border-width: 20px 1px 0 1px;
	border-color: #e9e9e9;
}
#text_firma{
	float: left;
	margin: 20px;
	font-size: 14px;
	color: #649A02;
}
#text_nadpis{
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #649A02;
}
#text_firma li{
	list-style: square;
	list-style-position: inside;
	margin: 0 0 5px 0;
}
#bunka{
	float: left;
	margin: 0 10px 10px 0;
}
