body {
	background:			url(vlha_bg.gif) #FFFFFF top left repeat;
	text-align:			center;
	behavior:			url(csshover.htc); /*hover for all elements - IE only*/
}

#movie-container {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-300px;
	margin-top:			-225px;
}

/*#movie-aligner {
	
}*/

.cistic {
	clear:				both;
}

ul.menu {
	margin-left:		auto;
	margin-right:		auto;
	width:				550px;
	height:				36px;
	list-style-type:	none;
	text-align:			left;
/*	border:				1px solid red;*/
}

ul.menu>li {
	float:				left;
	position:			relative;
/*	border:				1px solid blue;*/
	height:				36px;
}

* html ul.menu li {
	display:			inline;
	float:				left;
	position:			relative;
	line-height:		36px;
}

ul.menu a {
	text-decoration:	none;
	display:			block;
	width:				100%;
	height:				100%;
}

ul.menu li ul {
	list-style-type:	none;
	position:			absolute;
	top:				30px; /*36px;*/
	display:			none;
/*	border:				1px solid red;*/
	padding:			0;
	margin:				0;
}

ul.menu li:hover ul {
	display:			block;
/*	border:				1px solid red;*/
}

/*ul.menu ul li {
	border:				1px solid red;
}*/

ul.menu ul a {
	text-decoration:	none;
	font:				bold 8pt "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
/*	color:				inherit;*/
}

*:first-child+html ul ul li {
	position:			relative;
	top:				-3px;
}

*:first-child+html ul ul li:first-child {
	top:				0;
}

#menu-web a {color: #98B41D;}
#menu-grafika a {color: #E0AF00;}
#menu-produkce a {color: #A82C85;}
#menu-objekty a {color: #DEC902;}
#menu-staj a {color: #95AF0A;}

#menu-web a:hover {color: #666666;}
#menu-grafika a:hover {color: #666666;}
#menu-produkce a:hover {color: #666666;}
#menu-objekty a:hover {color: #666666;}
#menu-staj a:hover {color: #666666;}

ul.menu ul a:hover {
	color:				#666666;
}

/**:first-child+html*/

li#menu-web {
	width:				56px;
	background:			url(img/menu_web.gif) 0 0 no-repeat;
	padding-right:		31px;
}
li#menu-web ul {
	left:				10px;
	color:				#98B41D;
}

li#menu-grafika {
	width:				84px;
	background:			url(img/menu_grafika.gif) 0 0 no-repeat;
	padding-right:		31px;
}
li#menu-grafika ul {
	left:				10px;
	color:				#E0AF00;
}

li#menu-objekty {
	background:			url(img/menu_objekty.gif) 0 0 no-repeat;
	width:				90px;
	padding-right:		31px;
}
li#menu-objekty ul {
	left:				12px;
	color:				#DEC902;
}

li#menu-produkce {
	background:			url(img/menu_produkce.gif) 0 0 no-repeat;
	width:				98px;
	padding-right:		31px;
}
li#menu-produkce ul {
	left:				12px;
	color:				#A82C85;
}

li#menu-staj {
	background:			url(img/menu_staj.gif) 0 0 no-repeat;
	width:				98px;
}
li#menu-staj ul {
	left:				12px;
	color:				#95AF0A;
}

li#menu-web:hover, li#menu-grafika:hover, li#menu-objekty:hover, li#menu-produkce:hover, li#menu-staj:hover {
	background-position:	0 -42px;
}



#web-body {
	background:			url(back/bek-zel.gif) top left repeat;
}

#staj-body {
	background:			url(back/bek-zel.gif) top left repeat;
}

#produkce-body {
	background:			url(back/bek-zak.gif) top left repeat;
}

#objekty-body {
	background:			url(back/bek-ora.gif) top left repeat;
}

#grafika-body {
	background:			url(back/bek-ora.gif) top left repeat;
}

