body
{
	background-image: url(../obrazki/tlo.jpg);
	color: white;

	visited:white;
}
a:link
 { color: #f0f0f0;
 text-decoration: none;
 }
a:visited 
{ 
color: #699
 }
a:hover 
{
color: yellow;  
}

	
#container
	{
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#logo
	{
		background-color: black;
		color: white;
		text-align: center;
		padding: 15px;
	}
	#menu
	{
		float: left;
		background-color: black;
		width: 8%;
		min-height: 100%;
		padding: 10px;
	}
	#content
	{
		float: left;
		padding: 20px;
		width: 84%;
	}
	#footer
	{
		clear: both;
		background-color: black;
		color: white;
		text-align: center;
		padding: 20px;
	}

    ul
    {
	float: left;
    margin: 0;
    padding: 0;
    width: 140px;
    background-color: #f0f0f0;
    border: 1px solid #aaaaaa;
    }
		
    li
    {
	position: relative;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    }
		
    ul ul
    {
	position: absolute;
    top: 0;
    left: 140px;
    display: none;
    }
		
    li.submenu
    {
	background: url(submenu.gif) 95% 50% no-repeat;
    }
		
    li a:link, li a:visited
    {
	display: block;
    padding: 5px;
    text-decoration: none;
    width: 140px;
    color: #005500;
    }
		
    ul a:link, ul a:visited
    {
	width: auto;
    color: #005500;
    }
		
    li:hover
    {
	background-color: #ff00ff;
    color: #ff00ff;
   /* text-decoration: underline;  */
    }
		
    li.submenu:hover
    {
	background-color: #ff00ff;
    color: #ff00ff;
    }
		
    ul.level1 li.submenu:hover ul.level2
    {
	display: block;
    color: #f0f0f0;
    }
		
    ul.level2 li.submenu:hover 
    {
	display: block;
    color: #00ff00;
    }
	.image
	{
		width: 200px;
		height: 200px;
	}


