html{
	margin:0px;
	padding:0px;
}


a img {
	border:none;
}

h2{
	margin-top:0px;
}

#obal {
	width:890px;
	background: none;
	text-align: center;
	margin: auto;
	margin-top:-15px;
	margin-bottom:0px;
	padding:0px;
}

#obsah {
	border:1px solid #C0C0C0;
	width:526px;
	min-height:400px;
	_height: 400px; 
	height:400px;
	float:right;
	background-attachment: fixed;
	background: white;
	border-right:none;
	margin-top:0px;	
}

#stin-pr {
	width:290px;
	min-height: 402px;
	_height: 402px; 
	height:402px;
	float:right;
	background: url("obr/mirka.png") no-repeat;
	background-position:0px -44px;
	margin:0px;
	padding:0px;
	margin-top:0px
}

#menu-lev {
	width:70px;
	min-height: 401px;
	_height: 401px; 
	height:401px;
	float:left;
	padding:0px;
	margin:0px;
	margin-top:1px;
}

#menu-dol {
	clear:left;
	background: none;
	text-align:left;
}

hlavicka {
	background: url("obr/logo.gif") no-repeat;
	background-position:35px 0px;
	margin:0px;
	padding:0px;
}


body {
	background: #4f443e url("obr/back.png") repeat-x;
	padding:0px;
	margin:0px;
	margin-top:0px;
	font-family:Arial;
	font-size:12px;
	color:black;
	text-align:center;
}

#stranka {
	padding:20px;
	text-align: justify;
	overflow: hidden;
	min-height: 360px;
	_height: 360px; 
	height:360px;
}

#clear {
	width:750px;
	clear:left;
}

#menu-lev a {
	display:block;
	font-weight:bold;
	font-family:"Arial";
	text-decoration:none;
	color:black;
	background:#AA0000;
	line-height:4px;
	margin:0px;
	margin-top:3px;
	padding:0px;
	margin-left:37px;
}

#menu-lev a:hover {
	border-right:26px solid #545454;
	margin-left:12px;
}

#menu-lev a img {
border:none;
padding:0px;
margin:0px;
}

#menu-dol a{
	margin-left:0px;
}

#menu-dol a:hover img{
	border-top:24px solid  #545454;
}

#menu-dol a img{
	border:none;	
	margin-top:3px;
}

form {
	font-size:12px;
}

#formular{
	float:right;
	width:200px;
	margin-top:-10px;
	border-left:solid red 2px;
	padding-left:27px;
	height:320px;
}


   .rozklik {
    width: 430px;
    margin: 0;
    display: block;
    list-style-type: none;
    padding: 0;
    
   }   
   .rozklik a {
    font: bold 10pt Verdana,Arial,Helvetica,sans-serif; 
    text-decoration: none;
    color: rgb(0,0,0);    
    padding: 0.1em 0 0.1em 10px;   
    margin: 0 0 0 20px;
    display: inline-block; /* ošetření whitespace li bugu v IE */
   }
   .rozklik a { 
    display: block; /* je potřeba aby z li vykukoval jen levý horní rožek */
   }  
   .rozklik ul {  
    display: block;
    list-style-type: none;   
    padding: 0 0 0 20px;
    margin: 0;
   }   
   .rozklik li {
    display: inline-block; /* stačí jen pro IE po verzi 6, bez tohoto reaguje IE jen na onclick na horním ul, na li ne... */
    margin: 0;
   }
   .rozklik li {
    display: block;
    background-repeat: no-repeat;
   }     
   .rozklik li.r {
    background-image: url(r.gif);
	font-weight:bold;
	cursor: hand;
	line-height:20px;
   }
   .rozklik li.s {
    background-image: url(s.gif);
	font-weight:bold;
	cursor: hand;
	line-height:20px;

   }
   .rozklik li.r ul {
    display: block;
   }
   .rozklik li.s ul {
    display: none;
   }

   li ul li {
	font-weight:normal;	
	cursor: text;
   }