body
{
    background-color: #800000;
    color: #CCCCCC;
    font-family: Verdana, Arial, Arial CE;
    font-size: 15px;
    scrollbar-base-color: #800000;
    margin:0;
    padding:0;
    text-align:center;
    behavior:url("csshover.htc");
}

#header
{
	width: 950px;
	background-image: url(images/header.jpg); 
        background-color: #800000;
	height: 150px;
	border-bottom: 0px solid #AA1010;
	position: relative;
	border-top: 0px solid #F0D58C;
}

#header h1
{
	position: absolute;
	left: 8px;
	bottom: 8px;	
	font-size: 40px;
	margin-bottom: 0px;
        color: #B86D3D;
}

#header h1.shadow
{
	bottom: 6px;
	left: 11px;
	color: #C38964;
}

#obsah
{
width: 950px;
margin:1em auto;
text-align:justify;
font-size: 15px;
font-family: Arial, Arial CE;
max-width: 1024px;
background-color:  #800000;
border-left: 0px solid #F0D58C;
border-right: 0px solid #F0D58C;

}
#levypanel
{
float: left;
width: 15%;
margin:0;
padding:0;
margin-left: -20px;
font-size: 15px;
font-weight: bold;
}

#levypanel-obsah
{
padding-left: -20px;
margin:0;
padding: 0.5em 0.2em;

}

/* the menu */

	ul,li,a {
		display:line;
		margin:0;
		padding:0;
		border:0;
                text-align: center;
	}

	ul {
		width:150px;
		border:0px solid #9d9da1;
		background:#800000;
		list-style:none;
	}

	li {
		position:relative;
		padding:1px;
		padding-left:10px;
		
		z-index:9;
	}
		li.folder	{
			background-color:transparent;
		}  /*kdyz se to odstrani, vysouva se dolu, ale pouze prvni uroven*/		
		li.folder ul {
			position:absolute;
			left:150px; /* IE */
			top:1px;
                        border:1px solid #CCCCCC;
		}		
			li.folder>ul { left:120px; } /* others */ /*vzdalenost vysunutych sloupcu od sebe, pozor na prekryvani*/


	a {
		padding:2px;
		border:0px solid white;
		text-decoration:none;
		color:#F0D58C;
		font-weight:bold;
		width:100%; /* IE */
	}
		li>a { width:auto; } /* others */

	li a.submenu {
		
	}

	/* regular hovers */

	a:hover {
		border-color:#CCCCCC;
		background-color:transparent;
		color:#aa1010;
	}
		li.folder a:hover {
			background-color:transparent;
		}
	
	/* hovers with specificity */
	
	li.folder:hover { z-index:10; }		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}		

#hlavnipanel
{
margin:0 0 0 15%;
padding:0;
}

#hlavnipanel-obsah
{
margin:0;
padding: 1em 2em;
}

#hlavnipanel-obsah  h2
{
        font-family : Arial, Arial CE;
   	font-size : 13pt;
   	font-weight : bold;
   	color : #CCCCCC;
   	text-decoration : none;
        line-height :5pt;
        text-align:center;
}

#hlavnipanel-obsah  h3
{
        font-family : Arial, Arial CE;
   	font-size : 10pt;
   	font-weight : bold;
   	color : #AA55D0;
   	text-decoration : none;
        line-height :5pt;
        text-align:left;
}

#hlavnipanel-obsah p
{
	margin-top: 4px;
	margin-bottom: 4px;
	text-indent: 0em;
	text-align: justify;
	
}

.italic
{
	font-style: italic;
}

.center { text-align:center;}
 /*<p class="center">stred</p> <h2 class="center">vycentrovanej nadpis</h2> jenze to nefunguje*/
/*staci proste napsat jenom <center> a </center> bez <p> a je to taky uprostred*/

#hlavnipanel-obsah a
{
	color: #F0D58C;
	text-decoration : none;
	font-weight: 500;
        font-weight: bold;
} 

#hlavnipanel-obsah a:hover
{
	color: #AA1010;
	text-decoration: none;
	font-weight: bold;
} 

#hlavnipanel-obsah-paticka

{
    background-color:transparent;
    color:#F0D58C;
    font-size: 12px;
    text-align:center;
    border-top:0px solid #;
    }
    
#hlavnipanel-obsah-paticka p

{
    padding:20px 0 0 0;
    margin-bottom:-20px;
     text-align:center;
    }
    
    #hlavnipanel-obsah-paticka a
{
	color: #F0D58C;
	text-decoration : none;
	font-weight: 500;
        font-weight: bold;
} 

#hlavnipanel-obsah-paticka a:hover
{
	color: #AA1010;
	text-decoration: none;
	font-weight: bold;
} 

#paticka
{
    border-top: 3px solid #AA1010;
    border-bottom: 0px solid #F0D58C;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    clear: both;
    background-color: #800000;
    color: #CCCCCC;
    font-size: 10px;
    text-align:center;
}

#paticka a
{
	color: #F0D58C;
	text-decoration: none;
	font-weight: 500;
        font-weight: bold;
} 

#paticka a:hover
{
	color: #AA1010;
	text-decoration: none;
	font-weight: bold;
} 

hr.cleaner
{
clear:both;
display: none
}

.spacer{height: 100px;clear:both;}
/*<div class="spacer"></div>*/

/* na menu pomoci php <?php include("menu.php"); ?>*/